Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by nitin.joshi52@gmail.com

  1. N

    sine wave pwm in dspic33fj64mc802

    hi. i am using dspic33fj64mc802. writing code in 16 bit C compiler. sine wave frequency is 50 HZ and PWM frequency is 5000 hz. initially i have written code for generating pwm only. Later on i changed it as per sine wave PWM. instead of giving pwm with varying frequency according to change in...
  2. N

    analog to digital converter for dspic33fj64mc802

    hi..... I have a query....... I can not understand your ADCReading function.......... will you please elaborate .... case2; // Read ADC info from AN0. if(0 == _PCFG0) AD1CHS0 = 0x0000; else error(81); break; case 3: // Read ADC info from AN1. if(0...
  3. N

    analog to digital converter for dspic33fj64mc802

    my compiler is xc16 .......................device is microstick(dspIC33fj64mc802)
  4. N

    analog to digital converter for dspic33fj64mc802

    I have already configured that thing sir.........:-o my problem is something else. how to read that value.
  5. N

    analog to digital converter for dspic33fj64mc802

    thanks..... 1.it is possible to sample simultaneously(SIMSAM=1). 2.the conversion is sequential(one at a time) say AN0 first & AN1 next. 3.AD1BUF0 when filled with first conversion ie value of AN0 will interrupt for DMA transfer, DMA hence will transfer AN0 value from ADC1BUF0(0x300) to the...
  6. N

    analog to digital converter for dspic33fj64mc802

    thanks... I am not able to understand your question?? I am very much new to this coding. yes that I know that I can read only one ADC channel at a time and in fact I want the same. I want to read AN0 from channel 1 and AN1 from channel 2. I want simultaneous sampling of an1 and an2. now I know...
  7. N

    analog to digital converter for dspic33fj64mc802

    thanks for warm reply.......................... It helped me a lot but my problem is I don't have so many buffers(ADCBUF) in dspic33fj64mc802. I have only 1 ADCBUF. I want to read two value first for sine wave and other for offset voltage and that to simultaneous sampling not sequential. I want...
  8. N

    analog to digital converter for dspic33fj64mc802

    Gm SIR, my name is nitin joshi.i am very much new on microchip. I want to write code for a to d converter ie want to take two analog input ie first one is sine wave(voltage) and another one is an offset voltage. i am using dsPIC33fj64mc802 IC and writing code in xc 16 compiler. in this...
  9. N

    single phase pwm converter

    Gm sir, my name is nitin. I am working on the single phase pwm converter on matlab Simulink. initially I want to convert 415v AC to 700 dc for the rectifier circuit. I have tried this circuit using IGBT circuit using two pole in Simulink matlab. but I am failing to do so why I don't know.my...
  10. N

    Single phase to three phase converter for driving three phase induction motor.

    Gm sir, my name is nitin. I am working on the same thing but initially I want to convert 415v AC to 700 dc for the rectifier circuit. I have tried this circuit using IGBT circuit using two pole in Simulink matlab. but I am failing to do so why I don't know.my parameters and specification of the...

Part and Inventory Search

Back
Top