How Can I Make a Pure Sine Wave Inverter with Limited Voltage and Current?

AI Thread Summary
A third-year electrical student is attempting to create a pure sine wave inverter but faces limitations on voltage and current in the lab. Key suggestions include using a microcontroller to generate PWM signals, employing a driver circuit for MOSFETs, and implementing LC filters for output. Concerns about safety regulations regarding voltage levels were raised, suggesting that the student discuss these issues with their supervisor. Alternatives for generating sine waves, such as using op-amps or digital-to-analog converters, were also proposed. The discussion emphasizes the importance of adhering to safety standards while exploring inverter design options.
dmaj
Messages
2
Reaction score
0
Hi i am a 3rd year electrical student, i have a limited knowledge about inverters. i am trying to make a pure sinewave inverter, my intial spec was to create a 1) boost converter dc to dc 2) 3 stage pwm using a bubba oscillator etc 3) using a filter.

my supervisor for the project said i could make this spec @ 220volts however the person in charge of the lab said we are limited to 0.5A or 1A and about 30volts.

I am now confused and don't know what to do any advice or recomended textbooks or links will be greatly appriciated

thank you
 
Engineering news on Phys.org
You can make an inverter from 12 v dc to ac, then use a transformer to increase the voltage to 220 V ac.
But the problem in the control signal of the switching devices(Mosfets, IGBTS..). In order to make a sine wave inverter you need to vary the duty cycle of the PWM signal applied to each switching device in a sinosiodal manner, so you can use a microcontroller like PIC 18f2331 to generate PWM signals, and you can test your program using a simulator which is Proteus, it is very good for simulating micro controllers.
After the generation of the control signal you have to make a driver circuit for the Mosfets, since the control signal voltage is about 5v and the Mosfet need a voltage greater than 5v to switch on, so you have to make a driver stage, you can use IR2110 integrated circuit for driving the mosfets, see the data sheet for more information about the connections.
The third stage is to filter the signal in order to get the 50 HZ output, LC filters are used for such applications.
 
Oh wow thanks, I used a 555 timer to generate a pulse 2kHz but i am having problems getting the negative cycle of the squarewave. i tried inverting(not gate) the signal and putting into a H-bridge chip(L293), still no negative cycle. i got two pulses that are out of phase O_o. I designed and simulated a active filter which works perfectly using a 741 op-amp. I will looking into the microcontroller option thanks a lot ^_^
 

Attachments

  • 1_Nand squarewave.jpg
    1_Nand squarewave.jpg
    25.7 KB · Views: 895
  • 555 timer plus active filter response.jpg
    555 timer plus active filter response.jpg
    18.5 KB · Views: 821
you don't really need a negative pulse to form the negative part of your AC output, what u should do is to get flip-flop chip (D-type) feed your control signal through the flip flop data input and take your complementary outputs from the the Q and ~Q pins. However, doing this will cut your output frequency in half, so you have to go back to the timing circuit, and increase the frequency(i.e if your ac frequency is f then the signal frequency input to the flip flop will be 2f i.e timing frequency of your 555 timer should be 2f) Note: I suggest that you try using sg3524, it has complementary outputs and the control circuitry is simplify. Refer to the datasheet to see details. see the attached file

Also, note that to have pure sine wave ac output, you need to use High frequency ferrite transformer because at high frequency iron core transformer will saturate easily and overheat causing damages to your circuit.
 

Attachments

Your problem is mainly political. Maybe you should mention to your supervisor the lab manager's objection to you producing voltages above 30 volts, presumably for safety reasons.

Then they could sort it out between them.

Depending on where you live, this may be a safety regulation that places your inverter into the same category as mains equipment, and for very good reasons. You could kill yourself and your relatives could sue the school.

You could contact the local Electrical authority and ask for the relevant regulations.

It seems strange to generate a square wave when you really want a sinewave. Why not use an opamp to generate a sinewave?

Or, use a binary counter to feed a digital to analog converter and generate an approximate sinewave like that.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Back
Top