Hi,
I have a need for low power (30 W is enough) supply AC 115V/60Hz - This may seem trivial for you US guys but I live in a country with 230V/50Hz inside wall sockets. Of course I do already have a step-down transformer but that gives me 115V/50Hz - most of the time it does not matter but now I need a real 60Hz AC. As far as I know the only way around that is to use an inverter but of course the inverters I can buy here all have 230V/50Hz output - good for most people here but for me it is useless. I have considered even ordering an inverter from the US but these things are usually too big and heavy (300W and more) and expensive (it must be true sine wave) - and add to this overseas shipping....
So I have decided to make one, MCU controlled, with display and configurable output frequency (ideally 47-63 Hz). I am using dsPIC33FJ16GS502, I want to drive MOSFETs (using a MOSFET driver) to create a 60 Hz sine wave using PWM (about 50 kHz).
I am now thinking which would be the best topology - I don't want to use high-voltage DC bus as is one common design I saw (for a few reasons including safety) - I want to PWM the input low voltage and connect the output to a step-up transformer. One possibility I see is to use a full H-bridge,
another to use just 2 MOSFETs driving 2 halves of a center tapped transformer. Any suggestions which one to choose ?
I have already made some low-power tests with the MCU driving a small H-bridge followed by a LC filter (2x 2.7 mH + 4.7uF) but the output waveform did not look very nice on oscilloscope, I could see the sine wave but the high-frequency component from the PWM was still quite strongly visible
(but I hope that the transformer will take care of that as well, acting as a low-pass filter).
I have the circuit on a breadboard now so I am trying to improve it as much as possible before I go to designing a PCB.
Thanks,
Petr