SlideShare a Scribd company logo
2
Most read
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 72
Study of Modified Sine Wave Inverter
Ankit Kamani1, Jaideep Satapara2
1,2Student, Department of Electrical Engineering, Indus Institute of Technology and Engineering,
Indus University, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The following project deals with the simulation
and generation of Modified Sine Wave from 12V Battery of
7Ah capacity. The whole circuit is being divided into two parts
i.e., Gate Driver Circuit and Inverter Circuit. Here Gate Driver
Circuit is obtained using two methods. First methoddealswith
the use of IC 555 Timer and IC CD4017 which provides gate
pulses to the Inverter Circuit. Second method deals with the
use of Arduino UNO as a gate pulse generator which is
provided to the Inverter Circuit. Using any of the two methods,
output of 230V, 50Hz, 500W can be obtained from the
secondary of the centre tapped transformer.
Key Words: AC Power, Arduino UNO, Centre Tap
Transformer, Clock Pulse, DC Source, Gate Driver, Inverter,
MOSFET
1. INTRODUCTION
Most of the domestic electrical loads operate with an AC
power supply of 230V, 50Hz frequency in India. It is
normally available from plug point/power point in our
houses. But in case of power cut-off due to fault or any other
reason AC power can be obtained from stored DC power in
Batteries. Hence as AC power can’t be stored it has to be
converted from DC. The converter that converts DC to AC is
known as an Inverter. The Inverter does not produce any
power; the power is provided by the DC source.
1.1 Types of Inverter
Inverter can be broadly classified into three categories
which are:-
 Square Wave Inverter
 Modified Sine Wave Inverter
 Pure Sine Wave Inverter
THD value of Pure Sine Wave Inverter is least as compared
to above two Inverters, but most of the UPS power backup
systems are indeed Modified sine Wave Inverters. Moreover
all equipments that have Universal Motors such as vacuum
cleaners,roof fans and drilling machinesoperatewellfromit.
2. OBTAINING MODIFIED SINE WAVE USING IC-
CD4017
Here 12V battery with 7Ah capacity is used to obtain
Modified Sine Wave. IC CD4017 is a Decade Counter that
gives10 consecutiveoutput from Q0 to Q9 whenclockpulses
are available on it’s pin14. Clock pulses are provided from IC
555 Timer. If we want 50Hz output, then timer output
frequency must be equalto4*50=200Hzwhichisobtainedby
varying 50k variable pot.
Output from 555 timer (pin3) is connected to pin14 (clk) of
CD4017. Now output from Q1 and Q3 of CD4017 is used to
trigger MOSFETs STP55NF06L alternately. If we see output
waveform from Q1 and Q3 of CD4017 in DSO i.e., connecting
Q1 and Q3 to channel1 of DSO, then it will appear as a
modified sine wave with peak of 5V. Hence output obtained
from step-up transformer (centre tapped)10-0-10to240Vis
also a modified sine wave.
Fig -1: Block Diagram of modified sine wave inverter
It can be inferred from above block diagram that clock pulse
generator (IC 555) and gate trigger pulse generator(IC-
CD4017) formsthe“Gate Driver Circuit” while MOSFETsand
Transformer makes “Inverter Circuit”.
Fig-2: Circuit Diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 73
STP55NF06L MOSFETs are used for 55A, 500W rating. In
case of 30A and for lowpowerrating (300W)STP36NF06Lis
alsoused. Both this MOSFETsareof special type that triggers
from just 5V. In order to solder the circuit on GPB, Gate
Driver Circuit from Fig-2 can be reduced to Fig-3 as shown
below:-
Fig -3: Simplified Gate Driver Circuit
2.1 Simulation of Gate Driver Circuit in Proteus
In order to see the gate triggering pulses, simulation of gate
driver circuit (Fig-3) is performed in Proteus simulation
software and it’s output is seen in oscilloscope.
Fig -4: Gate Driver Circuit in Proteus
Fig -5(a): Gate Driver Circuit output in oscilloscope
Fig -5(b): Gate Driver Circuit output in oscilloscope
3. OBTAINING MODIFIED SINE WAVE USING
ARDUINO UNO
Gate Driver Circuit can be obtained more easily by using
Arduino by obtaining the gate trigger pulses from any of it’s
two output pin say pin8 and pin9 of Arduino UNO. Program
in Arduino is known as “Sketch”. Once the Sketch is
uploaded in Arduino and when 12V DC supply is given,
Arduinowillgenerate gate trigger pulsesfrompin8andpin9
according to the program uploaded.
In other words Arduino UNO simply replaces both IC 555
timer and IC CD4017. Inverter Circuit (MOSFETs and
Transformer) remains same and Modified Sine Wave is
obtained at transformer secondary with 230VACisobtained
by uploading following program.
void setup(){
pinMode(8, OUTPUT);
pinMode(9, OUTPUT);
}
void loop(){
digitalWrite(8, LOW);
delayMicroseconds(3333);
digitalWrite(8, HIGH);
delayMicroseconds(6666);
digitalWrite(8, LOW);
digitalWrite(9, LOW);
delayMicroseconds(3333);
digitalWrite(9, HIGH);
delayMicroseconds(6666);
digitalWrite(9, LOW);
}
4. CONCLUSION
The work is defined to develop an Inverter circuit which is
not costly to produce and can be used for operating almost
all domestic loads upto 500W during power failure using
battery of 7Ah capacity.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 74
ACKNOWLEDGEMENT
This research was supported by our guide Prof. Ghata Patel.
We thank our colleagues from who provided insight and
expertise that greatly assisted the research. We also thank
our Professors for comments that greatly improved the
manuscript.
REFERENCES
1) “Power Electronics”, Khanna Publishers, by Dr. P.S.
Bimbhra.
2) http://electronics-diy.com/500w-modified-sine-wave-
inverter.php
3) http://www.homemade-
circuits.com/2017/04/arduino-pure-sine-wave-inverter-
circuit.html
4) http://www.homemade-
circuits.com/2017/04/arduino-spwm-generator-
circuit.html
5) https://m0ukd.com/homebrew/pic-controlled-500w-
modified-sine-wave-inverter/
6) https://en.wikipedia.org/wiki/Power_inverter
7)https://teaelectronics.wordpress.com/2012/01/12/si
mple-12v-to-220v-modified-sine-wave-inverter-using555-
timer-ic-and-cd4017/

More Related Content

PDF
Chapter 4 Inverters.pdf
PPTX
Space wave propagation ppt
PDF
DAC Interfacing with 8051.pdf
PPTX
Power mosfet characteristics
PPT
Noise in AM systems.ppt
PPTX
Amplitude Modulation ppt
PPTX
Single Phase Converter
PPT
Phase modulation
Chapter 4 Inverters.pdf
Space wave propagation ppt
DAC Interfacing with 8051.pdf
Power mosfet characteristics
Noise in AM systems.ppt
Amplitude Modulation ppt
Single Phase Converter
Phase modulation

What's hot (20)

PPTX
120 & 180 degree Conduction Mode of Inverter.pptx
PPT
Sc and oc test on transformer
PPTX
Ec8491 CT - Unit 1 - Single Sideband Suppressed Carrier (SSB-SC)
PPTX
Feedback amplifiers
PPTX
Passive filters
PPTX
Ditial to Analog Converter
PPTX
Af signal generator
PPT
Frequency response
PDF
Feedback amplifier
PPTX
PDF
Effect of adding poles and zeros in system transfer function
PPTX
UNIT-4.pptx
PPTX
Wave Propagation
PPTX
Microwave- directional coupler paramets & applications
PDF
Resistance Measurement instruments
PDF
14 FM_Generation.pdf
PPTX
Function generator
PDF
Basic Electronics Interview Questions.pdf
PPTX
Interfacing Stepper motor with 8051
PPT
Control actions
120 & 180 degree Conduction Mode of Inverter.pptx
Sc and oc test on transformer
Ec8491 CT - Unit 1 - Single Sideband Suppressed Carrier (SSB-SC)
Feedback amplifiers
Passive filters
Ditial to Analog Converter
Af signal generator
Frequency response
Feedback amplifier
Effect of adding poles and zeros in system transfer function
UNIT-4.pptx
Wave Propagation
Microwave- directional coupler paramets & applications
Resistance Measurement instruments
14 FM_Generation.pdf
Function generator
Basic Electronics Interview Questions.pdf
Interfacing Stepper motor with 8051
Control actions
Ad

Similar to Study of Modified Sine Wave Inverter (20)

PDF
Switched Inductor Based Buck-Boost Transformerless Inverter
PDF
IRJET - Expansion of Logic Gates using Trainer
PDF
IRJET - Simulation of Low Cost 50Hz Pulse Generator
PDF
Design of Low Cost Load Cell Amplification Card
PDF
POWER QUALITY IMPROVEMENT IN ELECTRICAL RAILWAY POWER SYSTEM
PDF
Wireless Power Transmission for Mobile Charging
PDF
Manual fsr'14
PPTX
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
PDF
IRJET - Open Loop V/F Control of Induction Motor Fed by Three Phase Diode...
PDF
Design and simulation of Arduino Nano controlled DC-DC converters for low and...
PDF
A PV BASED MODIFIED MULTILEVEL INVERTER WITH REDUCED NUMBER OF SWITCHES
PDF
IRJET- Design of Single Phase High Frequency Inverter for Wireless Charging A...
PDF
Electronic Circuit Breaker
PDF
IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...
PDF
Simulation of Z-Source Inverter for Induction Motor Drive
PDF
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
PPTX
IC 555 (BXE).pptx
PDF
IRJET- Phase Conversion of VFD based Induction Motor
PDF
IRJET- Diode Clamped Multilevel Inverter for Induction Motor Drive
PDF
Single Output 40W DC-DC Forward Converter for Space Application
Switched Inductor Based Buck-Boost Transformerless Inverter
IRJET - Expansion of Logic Gates using Trainer
IRJET - Simulation of Low Cost 50Hz Pulse Generator
Design of Low Cost Load Cell Amplification Card
POWER QUALITY IMPROVEMENT IN ELECTRICAL RAILWAY POWER SYSTEM
Wireless Power Transmission for Mobile Charging
Manual fsr'14
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
IRJET - Open Loop V/F Control of Induction Motor Fed by Three Phase Diode...
Design and simulation of Arduino Nano controlled DC-DC converters for low and...
A PV BASED MODIFIED MULTILEVEL INVERTER WITH REDUCED NUMBER OF SWITCHES
IRJET- Design of Single Phase High Frequency Inverter for Wireless Charging A...
Electronic Circuit Breaker
IRJET- Design and Analysis of Single Ended Primary Inductance Converter (SEPI...
Simulation of Z-Source Inverter for Induction Motor Drive
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
IC 555 (BXE).pptx
IRJET- Phase Conversion of VFD based Induction Motor
IRJET- Diode Clamped Multilevel Inverter for Induction Motor Drive
Single Output 40W DC-DC Forward Converter for Space Application
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PPTX
UNIT 4 Total Quality Management .pptx
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
86236642-Electric-Loco-Shed.pdf jfkduklg
PDF
Visual Aids for Exploratory Data Analysis.pdf
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPT
Total quality management ppt for engineering students
PDF
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Categorization of Factors Affecting Classification Algorithms Selection
PDF
PPT on Performance Review to get promotions
PPT
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
PDF
Soil Improvement Techniques Note - Rabbi
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
6ME3A-Unit-II-Sensors and Actuators_Handouts.pptx
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Exploratory_Data_Analysis_Fundamentals.pdf
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
UNIT 4 Total Quality Management .pptx
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Automation-in-Manufacturing-Chapter-Introduction.pdf
86236642-Electric-Loco-Shed.pdf jfkduklg
Visual Aids for Exploratory Data Analysis.pdf
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Total quality management ppt for engineering students
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Categorization of Factors Affecting Classification Algorithms Selection
PPT on Performance Review to get promotions
A5_DistSysCh1.ppt_INTRODUCTION TO DISTRIBUTED SYSTEMS
Soil Improvement Techniques Note - Rabbi
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...

Study of Modified Sine Wave Inverter

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 72 Study of Modified Sine Wave Inverter Ankit Kamani1, Jaideep Satapara2 1,2Student, Department of Electrical Engineering, Indus Institute of Technology and Engineering, Indus University, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The following project deals with the simulation and generation of Modified Sine Wave from 12V Battery of 7Ah capacity. The whole circuit is being divided into two parts i.e., Gate Driver Circuit and Inverter Circuit. Here Gate Driver Circuit is obtained using two methods. First methoddealswith the use of IC 555 Timer and IC CD4017 which provides gate pulses to the Inverter Circuit. Second method deals with the use of Arduino UNO as a gate pulse generator which is provided to the Inverter Circuit. Using any of the two methods, output of 230V, 50Hz, 500W can be obtained from the secondary of the centre tapped transformer. Key Words: AC Power, Arduino UNO, Centre Tap Transformer, Clock Pulse, DC Source, Gate Driver, Inverter, MOSFET 1. INTRODUCTION Most of the domestic electrical loads operate with an AC power supply of 230V, 50Hz frequency in India. It is normally available from plug point/power point in our houses. But in case of power cut-off due to fault or any other reason AC power can be obtained from stored DC power in Batteries. Hence as AC power can’t be stored it has to be converted from DC. The converter that converts DC to AC is known as an Inverter. The Inverter does not produce any power; the power is provided by the DC source. 1.1 Types of Inverter Inverter can be broadly classified into three categories which are:-  Square Wave Inverter  Modified Sine Wave Inverter  Pure Sine Wave Inverter THD value of Pure Sine Wave Inverter is least as compared to above two Inverters, but most of the UPS power backup systems are indeed Modified sine Wave Inverters. Moreover all equipments that have Universal Motors such as vacuum cleaners,roof fans and drilling machinesoperatewellfromit. 2. OBTAINING MODIFIED SINE WAVE USING IC- CD4017 Here 12V battery with 7Ah capacity is used to obtain Modified Sine Wave. IC CD4017 is a Decade Counter that gives10 consecutiveoutput from Q0 to Q9 whenclockpulses are available on it’s pin14. Clock pulses are provided from IC 555 Timer. If we want 50Hz output, then timer output frequency must be equalto4*50=200Hzwhichisobtainedby varying 50k variable pot. Output from 555 timer (pin3) is connected to pin14 (clk) of CD4017. Now output from Q1 and Q3 of CD4017 is used to trigger MOSFETs STP55NF06L alternately. If we see output waveform from Q1 and Q3 of CD4017 in DSO i.e., connecting Q1 and Q3 to channel1 of DSO, then it will appear as a modified sine wave with peak of 5V. Hence output obtained from step-up transformer (centre tapped)10-0-10to240Vis also a modified sine wave. Fig -1: Block Diagram of modified sine wave inverter It can be inferred from above block diagram that clock pulse generator (IC 555) and gate trigger pulse generator(IC- CD4017) formsthe“Gate Driver Circuit” while MOSFETsand Transformer makes “Inverter Circuit”. Fig-2: Circuit Diagram
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 73 STP55NF06L MOSFETs are used for 55A, 500W rating. In case of 30A and for lowpowerrating (300W)STP36NF06Lis alsoused. Both this MOSFETsareof special type that triggers from just 5V. In order to solder the circuit on GPB, Gate Driver Circuit from Fig-2 can be reduced to Fig-3 as shown below:- Fig -3: Simplified Gate Driver Circuit 2.1 Simulation of Gate Driver Circuit in Proteus In order to see the gate triggering pulses, simulation of gate driver circuit (Fig-3) is performed in Proteus simulation software and it’s output is seen in oscilloscope. Fig -4: Gate Driver Circuit in Proteus Fig -5(a): Gate Driver Circuit output in oscilloscope Fig -5(b): Gate Driver Circuit output in oscilloscope 3. OBTAINING MODIFIED SINE WAVE USING ARDUINO UNO Gate Driver Circuit can be obtained more easily by using Arduino by obtaining the gate trigger pulses from any of it’s two output pin say pin8 and pin9 of Arduino UNO. Program in Arduino is known as “Sketch”. Once the Sketch is uploaded in Arduino and when 12V DC supply is given, Arduinowillgenerate gate trigger pulsesfrompin8andpin9 according to the program uploaded. In other words Arduino UNO simply replaces both IC 555 timer and IC CD4017. Inverter Circuit (MOSFETs and Transformer) remains same and Modified Sine Wave is obtained at transformer secondary with 230VACisobtained by uploading following program. void setup(){ pinMode(8, OUTPUT); pinMode(9, OUTPUT); } void loop(){ digitalWrite(8, LOW); delayMicroseconds(3333); digitalWrite(8, HIGH); delayMicroseconds(6666); digitalWrite(8, LOW); digitalWrite(9, LOW); delayMicroseconds(3333); digitalWrite(9, HIGH); delayMicroseconds(6666); digitalWrite(9, LOW); } 4. CONCLUSION The work is defined to develop an Inverter circuit which is not costly to produce and can be used for operating almost all domestic loads upto 500W during power failure using battery of 7Ah capacity.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 01 | Jan-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 74 ACKNOWLEDGEMENT This research was supported by our guide Prof. Ghata Patel. We thank our colleagues from who provided insight and expertise that greatly assisted the research. We also thank our Professors for comments that greatly improved the manuscript. REFERENCES 1) “Power Electronics”, Khanna Publishers, by Dr. P.S. Bimbhra. 2) http://electronics-diy.com/500w-modified-sine-wave- inverter.php 3) http://www.homemade- circuits.com/2017/04/arduino-pure-sine-wave-inverter- circuit.html 4) http://www.homemade- circuits.com/2017/04/arduino-spwm-generator- circuit.html 5) https://m0ukd.com/homebrew/pic-controlled-500w- modified-sine-wave-inverter/ 6) https://en.wikipedia.org/wiki/Power_inverter 7)https://teaelectronics.wordpress.com/2012/01/12/si mple-12v-to-220v-modified-sine-wave-inverter-using555- timer-ic-and-cd4017/