Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The FETs are plastic package.I didn't use any heatsinks Also I wanted to see the transformer output voltage without any load.How big are your heatsinks?, but it doesn't look like the kind of circuit that would work at all well.
Oddly enough, the ratio of target to actual output voltage is 1.586For testing I just hooked a 12-0-12 / 230V (1A) transformer & checked the output voltage.I see only 145 VAC
Driving Frequency is 50Hz.The datasheet for the FPQF-55N06 Mosfets show that they need a Vgs of 10V to fully turn on. If the Vgs is less than 10V then they get hot and the transformer gets less than the 12.5V.
What frequency is the PIC driving the Mosfets?
*** Major problem. ***I just put my scope before going to Final MOSFET gates.I got below waveforms.
View attachment 136617
You got it.My code is generating the correct code.But due to Low side driver in post 16 the wave is inverting.I need to invert the code in PIC side.*** Major problem. ***
You have both mosfet on at the same time, creating periods of high current.
Rework your code to have periods of dead time where both mosfet drive signals are off.
See post #25.But I only get 185VAC.What's the reason to this?
R4 is to limit the gate current, and the diode speeds turning OFF up.Why do you need the diode across R4? For that matter, why do you need R4? I would use a piece of wire.
Yeah, but the current is only limited during turn ON. Also, why should we limit gate current?R4 is to limit the gate current, and the diode speeds turning OFF up.
To much current in the gate, and too much taken from the drivers.Yeah, but the current is only limited during turn ON. Also, why should we limit gate current?