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 gedza

  1. G

    ir2110 full bridge scematic that works

    Is it neccessary to put an optoicoupler between the microcontroller and the ir2110 gate drivers or it can just work as it is.
  2. G

    ir2110 full bridge scematic that works

    I 've put the schematic on the post .It is a halfbridge but it mine is a full bridge can someone pliz send me a schematic of something that proved to be working.
  3. G

    ir2110 full bridge scematic that works

    can someone please send me a schematic of a mosfet full bridge of ir2110 that works because I have connected the bridge as shown in the application note an978 but the circuit bridge is not working .I have tested the circuit by sending a signal from the microcontroller and testing the switching...
  4. G

    Sinusoidal pwm 16f887

    I'M HAVING A PROBLEM WITH LOOKUP VALUES IN THIS PROGRAM IF I INCREASE THE VALUE IN STEPCOUNT TO 200 AND INCREASE THE NUMBER OF LOOKUP VALUES TO 200 THE MPLAB SIMULATOR DOES NOT SHOW CHANGES OF DUTY CYCLE WHEN PR2 MATCHES TIMER 2.When the value initially loaded to the temporary register is...
  5. G

    Controlling a H-Bridge with PWM from a PIC16F887

    Re: Building a H-Bridge using PWM from a PIC16F887 can you please show the code for the pic.
  6. G

    interrupts in sinusoidal pwm

    I would like to ask how the other negative half cycle is produced and if the interrupts are used to load values to ccpr1l or if it is used to change from positive to negative half cycle of the sine wave.
  7. G

    setting duty cycles using ccp1con

    Yes it is the frequencyis the sampling frequency.thanks
  8. G

    setting duty cycles using ccp1con

    CAN YOU PLEASE HELP ME ON SINUSOIDAL PWM .Is the value of ccpr1l loaded by an interrupt service routine of tmr2 or there is need to use another timer . I want to get a 50hz sine wave therefore should I use tmr2 to change the duty cycle.how am I going to determine the 50Hz frequency in my code...
  9. G

    low pass filter design of an inverterusing a single inductor and capoacitor

    Can you please help me with the formulas to design a simple lc filter inductor and capacitor values .The switching frequency is 20khz and cutoff is 5khz .The out put frequency should be 50khz.
  10. G

    number of mosfets in full bridge

    I want to design two full bridges for a dc-dc converter and dc-ac inverter of a 1.5kva inverter how many mosfet should I put in each bridge as I have heard other saying that there should be a combination of four groups of mosfets .In each group there will be 8 mosfets in parallel.Some are...
  11. G

    setting duty cycles using ccp1con

    My program is varying duty cycles taking them from a lookup tgable therefore it is difficult to change ccp1rl at the same time changing ccp1con and the signal is at 200khz therefore the resolution is to be about 6 bits so how do I set these in my program.
  12. G

    setting duty cycles using ccp1con

    How do I set the pwm module to use the 8 msbs of the ccp1rl bits and ignore the 2lsbs in ccp1con
  13. G

    Inverter switching frequency

    How do you calculate the dead time required for a mosfet full bridge.
  14. G

    controlling 2 h bridges with 1 MCU

    Ihave written this code .Iwant the ccp module to generate 0.5 duty cycle signals at 200khz in the half bridge mode but after simulation I am failing to get the required signal at the output. TITLE "PWM based pulse generator" #INCLUDE P16F887.INC BANKSEL CCP1CON...
  15. G

    controlling 2 h bridges with 1 MCU

    I intend to use the pic16f877 in either asm;proton or basic code .the first bridge will be controlled by two alternating signals at 0.5 duty cycle and frequency 200khz and the other at 20khz with 2 sinusoidal pwm outputs which are 180 degrees out of phase.The code is required for a pure sine...

Part and Inventory Search

Back
Top