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 flower2007

  1. F

    MOSFET H-Bridge using IRF3205

    You don't need to discharge the bootstrap capacitor. Actually it is used to discharge the gate capacitance to completely switch off the mosfet. So don't worry about it
  2. F

    MOSFET H-Bridge using IRF3205

    for diodes use any general purpose diode will work(1N4007,5408) for capacitor 33uf 50wv will be more than enough. - - - Updated - - - Go to the following link and download the application note.On page 25 cct for full bridge is given . http://www.irf.com/technical-info/appnotes/an-978.pdf
  3. F

    MOSFET H-Bridge using IRF3205

    Upload the circuit. Only Proper drive can discharge the gate capacitance of the upper mosfet.
  4. F

    Simulation of full bridge capability of pic18F4520 in PROTEUS

    Successfully simulated the following code for normal pwm (ccp1) in Proteus. How ever I m interested to use the ECCP capability of Pic18f4520 and Tried all the configuration modes given in the CCs c manual, but could not get pulses at the out put pins(P1A,P1B,P1C,P1D). In PROTEUS i...
  5. F

    power pwm parameters for pic18f4520

    The function declaration line giving error. Unfortunately it is not defined in the pic18f4520 header file. Now the question is, Whether the power pwm function can be used for this controller.
  6. F

    power pwm parameters for pic18f4520

    I want to compile the following line of code for pic18f4520 controller ,but it gives an error message (Undefined Identifier setup_power_pwm) . setup_ccp1(ccp_pwm, ccp_pwm_full_bridge); setup_power_pwm(PWM_CLOCK_DIV_4 | PWM_FREE_RUN |PWM_DEAD_CLOCK_DIV_4,1,0,255,0,1,0); I want to use the...
  7. F

    Compiler selection to start with

    Which compiler is a better choice to start with? CCS/PCW or mickroC Please comment.
  8. F

    Measuring sine wave of 220v with pic

    I will do it now , and hopefully will get positive results. Barry and BradtheRad , thank you very much for your great help.
  9. F

    Measuring sine wave of 220v with pic

    Sory I m still not getting you. we cant measure -negative voltages with adc. How the sign will change as there are always positive voltages at the input of adc. >>> Do u mean when the voltages are less than 2.5 volts are considered as negative voltage. Initially I m going to take 20 samples for...
  10. F

    Measuring sine wave of 220v with pic

    Yes i have divided resistor in 4. two resistors in each leg. actually i have used a passive low pass filter which filters input of the adc as well as provide resistance to the mains. - - - Updated - - - It looks very interesting.can u help me a bit more , how the software can determine zero...
  11. F

    Measuring sine wave of 220v with pic

    I want to calculate the True RMS voltage from those samples. What i have in my mind to use two pins of pic microcontroller, one for ADC input and other for zero crossing detector. when ever zero crossing occur the ADC should start sampling and continue till the zero crossing occur again. Is it...
  12. F

    Measuring sine wave of 220v with pic

    I want to measure sine wave of 220v with pic microcontroller using simple resistive network. i will provide 2.5 volts offset, so that the voltage changes at the input of adc represents both negative and positive half cycles. the only thing that i m confused about is how to start sampling and...

Part and Inventory Search

Back
Top