• Skip to main content
  • Skip to primary sidebar

Homemade Circuit Projects

Need circuit help? Post them in the comments! I've answered over 50,000!

Blog | Categories | About | Contact | Calculators-online
You are here: Home / Motor Controller / Single Phase Variable Frequency Drive VFD Circuit

Single Phase Variable Frequency Drive VFD Circuit

Last Updated on February 9, 2025 by Swagatam 314 Comments

In this post I have explained a single phase variable frequency drive circuit or a VFD circuit for controlling AC motor sped without affecting their operational specifications.

Table of Contents
  • What is a VFD
  • How it Works
  • How to Calculate Single Phase VFD Parameters
  • Input Power Calculations:
  • Output Power Calculations:
  • Formula:
  • What is its Importance
  • VFD Sizing:
  • Motor Speed Control:

What is a VFD

Motors and other similar inductive loads specifically do not "like" operating with frequencies that might be not within their manufacturing specs, and tend to become a lot inefficient if forced to under such abnormal conditions.

For example a motor specified for operating with 60Hz may not be recommended to work with frequencies of 50 Hz or other ranges.

Doing so can produce undesirable results such as heating up of the motor, lower or higher than the required speeds and abnormally high consumption making things very inefficient and lower life degradation of the connected device.

However operating motors under different input frequency conditions often becomes a compulsion and under such situations a VFD or a variable frequency Drive circuit can become very handy.

A VFD is a device which allows the user to control the speed of an AC motor by adjusting the frequency and voltage of the input supply as per the motor specifications.

This also means that a VFD allows us to operate any AC motor through any available grid AC supply regardless of its voltage and frequency specs, by suitably customizing the VFD frequency and voltage as per the motor specifications.

This is normally done using the given control in the form of a variable knob scaled with different frequency calibration.

Making a VFD at home may sound to be a difficult proposition, however a look at  the design suggested below shows that after all it's not so difficult to build this very useful device (designed by me).

How it Works

If you do not wish to read the whole explanation, then you can watch this video instead:

OK, so I have designed this simple, basic VFD controller circuit which can be used to control all types of 220V or 120V single phase AC motor, as per the desired specifications. Let's try to understand how the circuit is designed to work.

simple VFD circuit diagram

Referring to the above circuit diagram the proposed VFD circuit works in this way: The IC IRS2453 is configured as the basic full bridge or H-bridge inverter circuit which generates square wave output whose frequency is determined by the values of the Rt and Ct components of the circuit.

The output of this inverter is used to control the desired motor, whose speed need to be controlled as per the VFD rules.

In order to convert this square wave inverter into a sine wave VFD circuit, I have configured an adjustable SPWM generator stage using the IC 555 astable and an op-amp comparator.

The IC 555 is wired as a PWM astable circuit to generate the fast triangle waves as the carrier frequency which is fed to the non-inverting input of the comparator op-amp IC 741.

The slow triangle wave, which acts as the reference signal, is extracted from the Rt, Ct junction of the IRS2453 IC and is fed to the inverting pin #2 of the comparator IC 741.

The reference signal is intentionally derived from the Rt, Ct pin of the inverter IC to ensure that the SPWMs are perfectly synchronized with the set frequency of the inverter.

This frequency caan be set by adjusting the Rt resistor which can be a potentiometer.

The 741 IC compares the two input waveforms and generates an equuivaalent SPWM output waveform from its pin#6.

This output is integrated with the low side MOSFET gates of the H-bridge inverter IC so that the square wave operation of the inverter is transformed into an SPWM equivalent sine wave output.

Now, how does this basic sine wave inverter circuit turns into a variable frequency drive?

It is done by providing the adjustments for the frequency control and the RMS voltage control of the inverter output which controls the motor.

So with this sine wave inverter you can adjust the output RMS frequency by adjusting the duty cycle of the SPWM carrier wave and the frequency can be adjusted by adjusting the Rt resistor of the inverter IC which supplies the reference frequency for the SPWM.

How to Calculate Single Phase VFD Parameters

Input Power Calculations:

Power Factor (PF):
This is all about measuring how efficiently we are using AC power. It is extremely important for making sure we size the Variable Frequency Drive (VFD) correctly.

Apparent Power (S):
This represents the total power that’s supplied to the VFD, and it includes both real power and reactive power.
Formula: S = V * I

Real Power (P):
This is the actual power that the motor uses to do its work.
Formula: P = V * I * PF

Reactive Power (Q):
This is the power that bounces back and forth between the source and the load without doing any useful work.
Formula: Q = √(S² - P²)

Output Power Calculations:

Motor Power (Pmotor):
This refers to the mechanical power that comes out of the motor.
Formula: Pmotor = (Torque * Speed) / 9550 (for horsepower).

The constant 9550 is an important number we use in the formula that connects power, torque, and rotational speed when we’re working with the SI system of units.

Formula:

Power (kW) = Torque (Nm) * Speed (rpm) / 9550

What is its Importance

So, what is so important with the constant 9550? It comes from how we convert between different units of power (in kilowatts), torque (in Newton-meters), and rotational speed (in revolutions per minute). This number helps us to tackle the differences in these units, making sure that our equation works correctly.

  • Power is measured in watts (W) or kilowatts (kW).
  • Torque is measured in Newton-meters (Nm).
  • Rotational speed is measured in revolutions per minute (rpm).

To get to that constant 9550, we need to think about a few things:

  • Converting power from kW to W.
  • Changing rotational speed from rpm to radians per second.
  • Using the relationship that says power equals torque times angular velocity (power = torque * angular velocity).

When we do these conversions and simplify everything, we end up with that handy constant 9550 in our formula.

Remember:

This formula is specifically designed for the SI unit system. If you happen to be using different units, for example like horsepower or foot-pounds, then you will need to use a different conversion factor to make it work.

Motor Efficiency (η):
This is a measure of how well the motor converts input power into output power.
Formula: η = Pmotor / Pinput

VFD Sizing:

VFD Power Rating:
The power rating of the VFD needs to be higher than the apparent power of the motor's, so that it can handle any potential overloads without an issue.

Input Current:
We can calculate the input current based on the VFD's power rating and the input voltage specifications.

Output Current:
We also need to figure out the output current based on the power rating of the motor and output voltage.

Motor Speed Control:

Motor Speed (N):
The speed of an induction motor is directly connected to the frequency of the voltage we apply.
Formula: N = (120 * f) / P (where f is frequency and P is the number of poles)

You'll also like:

  • 1.  Make this Simple Washing Machine System
  • 2.  Understanding Scalar (V/f) Control for Induction Motors
  • 3.  How to Make a PWM Controlled Fan Regulator Circuit
  • 4.  Wireless DC Motor Speed Control Circuit
  • 5.  AC Motor Speed Controller Circuits using Back EMF
  • 6.  50V 3-Phase BLDC Motor Driver

About Swagatam

I am an electronics engineer with over 15 years of hands-on experience. I am passionate about inventing, designing electronic circuits and PCBs, and helping hobbyists bring their projects to life. That is why I founded homemade-circuits.com, a website where I share innovative circuit ideas and tutorials. Have a circuit related question? Leave a comment.... I guarantee a reply!

Previous Post: « How to Protect MOSFETs – Basics Explained
Next Post: I/V Tracker Circuit for Solar MPPT Applications »

Reader Interactions

Comments

  1. Masood Salahuddin says

    April 29, 2025 at 6:27 am

    Can I use 220 volt single phase vfd to convert my normal one ton ac compressor to multi speed compressor and control with temperature sensor . If so please help me to design economical circuit for same 220 volt ac compressor.

    Reply
    • Swagatam says

      April 29, 2025 at 8:07 am

      Mostly yes, single phase VFD can be used with AC compressor, but only if the motor of the compressor is not a capacitor-start type. However, using temperature sensors you can directly control the AC compressor output without a VFD.

      Reply
  2. FRANK MACRI says

    April 4, 2025 at 5:29 pm

    Hi,
    I have a bench drill Cthat will not go slower than 450 rpm approximately. I want to drill large diameter stainless steel holes and at that speed the bits burn out. Other than getting special expensive bits I think it may be a reasonable option to use less than 50 Hz input for the 700 watt single phase motor. I am thinking something around 5 to 10 Hz range. Can you advise and are there plans that you can supply for the project.

    Cheers.

    Reply
    • Swagatam says

      April 4, 2025 at 5:51 pm

      Hi, I won’t recommend reducing the frequency, instead you can use a back emf based dimmer circuit as explained in the following post:
      https://www.homemade-circuits.com/how-to-make-versatile-closed-loop/

      Reply
  3. Mohammad says

    March 11, 2025 at 1:47 pm

    Hi
    220V AC of main voltage increasing to 310V DC after rectifying by Diode & capacitor
    i have question , with 310V how to control 220v motor ?

    Reply
    • Swagatam says

      March 11, 2025 at 4:48 pm

      Hi, the SPWM chopping from the 741 output across low side MOSFET gates will reduce the voltage to 220V or lower.

      Reply
  4. Everisto chilombo says

    July 15, 2024 at 4:57 pm

    Hello Sir, how do I control the full H-bridge( with 2110) using Arduino in terms of code and connection?

    Reply
    • Swagatam says

      July 15, 2024 at 5:22 pm

      Hello Everisto, you can use the following Arduino code and integrate it with your 2110 IC for implementing an H-bridge inverter:
      https://www.homemade-circuits.com/simple-arduino-sine-wave-inverter/

      Reply
  5. Ky D says

    February 22, 2024 at 2:41 am

    I wish you did a demonstration of a single-phase project in Multisim using P type and N type Mosfets

    Reply
  6. Dilip kalola says

    December 29, 2023 at 3:38 pm

    Want complete guidence 3 phase vfd circuit diagram pcb ? Parts from where to buy

    Reply
    • Swagatam says

      December 29, 2023 at 6:24 pm

      3 phase VFD circuit is recommended only for the experts, it may not be suitable for newcomers.

      Reply
  7. Nitrous says

    March 19, 2023 at 9:58 pm

    how are VFD’s applied to BLDC motors and what are the limits of “overspeed” based on frequency limits?
    Thanks
    Doug

    Reply
  8. Andrew Pratt says

    December 17, 2022 at 5:18 am

    Hi, Can this very useful circuit be used to drive a syncronous 220-240VAC motor?

    Reply
    • Swagatam says

      December 17, 2022 at 7:58 am

      I think it can be used to drive the specified motor.

      Reply
  9. Derek Hyland says

    November 19, 2022 at 10:23 am

    Hi, I have couple of questions…
    I would like to control a 1/2 HP single phase pump. The pump uses a permanent capacitor. Could I use a two phase VFD drive eliminating the need for the capacitor?
    I would need to know the phase shift that the capacitor introduces.
    I would also like to use a solar panel to drive the pump, varying the speed (freq.) and hence power according radiation…. the panel outputs 9.85 Amps @ 45.2 Volts (@ max radiation). I guess I would need a step up transformer to bring the voltage up to 220 V.

    Reply
    • Swagatam says

      November 19, 2022 at 1:38 pm

      Hi, Sorry, I am not an expert with motors, so I am not sure whether a capacitor start motor can be controlled with a 2 phase VFD or not, or whether the capacitor can be removed or not.
      If you want to use a solar panel, then certainly you will need to use an inverter to convert the solar panel DC into a 220 AC for the motor

      Reply
  10. Benjamin says

    November 2, 2022 at 1:09 am

    hello, the circuits are tested? I did a simulation of the last schematic and it doesn’t work, included with the optocouplers to drive the mosfets

    Reply
    • Swagatam says

      November 2, 2022 at 9:12 am

      Hello, you must do the simulation in a step wise manner, first try simulating the 555 section, then the 4017 section.
      The 555 and the 4017 sections are perfectly tested OK, but the mosfet section has problems, which might need some corrections. I have added the necessary warning message with the diagram.

      Reply
  11. santosh babu says

    September 19, 2022 at 2:47 pm

    can updated circuit with irs2453 be directly used for 250-300 v. or it need to modify as stated in comments using 4N25 optocoupler

    Reply
    • Swagatam says

      September 19, 2022 at 6:01 pm

      If you are using IRS2453 IC with 4 N channel mosfets then you can easily use 300 v directly with the mosfets, no optocouplers will be required.

      Reply
  12. Lcu says

    August 27, 2022 at 8:42 pm

    Hi Swagatam,
    thank you very much for this interesting article!
    I’d like to build a VFD for a 240V universal motor of about 1 kW; it might peak at 40A during startup and at low speeds/high loads and I was not able to find suitable mosfets, since I’m also concerned that back emf can reach more than 600V.
    Do you have any suggestion for suitable mosfets P/N (or mosfets configuration), and do you believe I should use some snubber network or the like?
    I’d like very much to hear any suggestion from you, thanks!

    Reply
    • Swagatam says

      August 28, 2022 at 10:08 am

      Thank you LCU,
      For the P channel you can try FQP4P40 mosfets and IRF740 for the N channel. However, there seems to be a mistake in the last diagram.
      The source voltage for the P channel mosfets is 310V, and the gate voltage is 12V which cannot work. For switching OFF the P channel effectively, its gate voltage must be same as its source voltage.
      Therefore we may have to modify the H bridge section in the last diagram through opto couplers for effective switching of the P channel mosfet as shown in the following example design:

      " rel="ugc">comment image

      Reply
      • Tmac says

        December 26, 2022 at 10:46 am

        FQP4P40 has a max Vgs of 30V or -30V. When the optocoupler shorts the gate to ground you will have around 0V at the gate and 310V at the source. Would this not make Vgs -310V and destroy the mosfet?

        Reply
        • Swagatam says

          December 26, 2022 at 12:45 pm

          You are right! I think this can be rectified by adding a 15V zener diode across the gate/source pins of the P channel mosfets.

          Reply
  13. DRU says

    May 27, 2022 at 3:55 pm

    whats the function of bc 557 in the last circuit ? can it or anything else be removed to simplify even more it ?

    Reply
    • Swagatam says

      May 27, 2022 at 4:38 pm

      BC557 allows the IC2 555 to work with a constant current which ensures the PWMs are always consistent regardless of Dc supply variations

      Reply
  14. Anilkumar V says

    May 16, 2022 at 1:05 am

    Dear Sir,
    I wish to make your last drawing…..using 8 mosfet…it is simple from other…So pl give mosfets number…8 nos..

    Reply
    • Swagatam says

      May 16, 2022 at 2:14 pm

      Hello Anilkumar, the upper mosfets can be any 400 V P-channel mosfets, and the low side mosfets can be any 400 V mosfets.

      Reply
  15. Anilkumar V says

    May 9, 2022 at 9:34 pm

    Sir,
    I wants single phase 230v 50 hz 2800rpm circuit…is it possible for 2800rpm pump…

    Reply
    • Swagatam says

      May 10, 2022 at 9:01 am

      Yes that’s possible by adjusting the output frequency to 50 Hz.

      Reply
  16. Anilkumar V says

    May 7, 2022 at 7:03 am

    Sir,
    I will try this method Surely…..

    Reply
    • Swagatam says

      May 7, 2022 at 9:08 am

      Sure Anil, you can try it.

      Reply
  17. dru says

    March 31, 2022 at 6:24 am

    in the last circuit you changed again to the 4017 ic or is it worng ?

    Reply
    • Swagatam says

      March 31, 2022 at 12:17 pm

      Nothing wrong, it is correct.

      Reply
      • dru says

        March 31, 2022 at 1:14 pm

        is it 10-500hz in 50hz line right ? in 60hz will be 12-600hz ? can’t it go lower like 3-6hz ? what modification it would need for that ?

        Reply
        • Swagatam says

          March 31, 2022 at 1:38 pm

          Frequency can be adjusted by adjusting the R1 pot in the last circuit. It can be any value between 10 and 500 Hz.

          Reply
          • dru says

            March 31, 2022 at 1:41 pm

            and can it be lower than 10 ?

            Reply
            • Swagatam says

              March 31, 2022 at 4:06 pm

              yes it can be lower than 10 Hz

              Reply
          • dru says

            May 27, 2022 at 4:00 pm

            can i reduce this pot to have less range like using 50k or 10k pot wil give what range ?
            what pot can give 0-100hz ?

            Reply
            • Swagatam says

              May 27, 2022 at 4:38 pm

              You can try a 100k pot

              Reply
  18. j k barik says

    January 25, 2022 at 11:01 am

    Hello swagatam
    my fridge is 200watts . But because of high surge / starting current the inverter trips. What is the best solution to run the fridge? super capacitor , car battery , change to invreter compressor etc?

    Reply
    • Swagatam says

      January 25, 2022 at 4:19 pm

      Hello JK, The only feasible way is to either to adjust the trip setting to higher level, r to replace the inverter with a higher power inverter. If existing inverter power can be upgraded by adding more number of external batteries then that is also a good option. Super capacitors might not be capable of handling this issue unless many of them are used.

      Reply
  19. shapur says

    September 24, 2021 at 1:47 am

    hi sir, i have a problem similar to this project would you help me to answer my question? i want to make a vfd by using igbt instead of mosfet. in all full bridge circuits with mosfets we have both n & p channel mosfets but on internet there are only n-channel igbt s. for making a full bridge with igbt should i use only four n-channel igbt ? ( do igbts have p-channel or they are only in n-channel?).many thanks

    Reply
    • Swagatam says

      September 24, 2021 at 2:35 pm

      Shapur, it depends on the driver IC. If the driver IC is built for driving only n channel deice then p channel cannot be used, and vice versa.

      Reply
  20. Bursać Milan says

    August 15, 2021 at 3:44 pm

    Hello Swagatam,

    is this circuit able to run a single phase induction motor capacitor start-capacitor run type?
    If not, is there a possibility to make this kind of speed control for this motor type?
    Regards.

    Reply
    • Swagatam says

      August 15, 2021 at 8:50 pm

      Hello Bursac, yes according to me the output can be used for operating a capacitor-start type motor, provided the output AC is filtered with some large non-polar capacitors.

      Reply
  21. Lachitha says

    June 19, 2021 at 9:53 am

    I”m a student of University college
    I have a project in a single phase variable frequency driver
    what is the most accurate circuit diagram here .

    Reply
    • Swagatam says

      June 19, 2021 at 11:51 am

      The last circuit is the easiest one, but it will need to be built and verified stage-wise and is recommended only for experts who are well versed with electronic circuits, and exactly know how to proceed with the steps, with the help of an oscilloscope.

      Also, please note that the various stages involved in the diagram are tested individually for other applications, but the whole unit as one has not been tested yet by me.

      Reply
  22. Haraj Tagore says

    April 13, 2021 at 10:02 pm

    Your circuit are very interesting.
    I would like to vary the speed of 1.5 HP induction motor.
    Is it possible to have a complete circuit diagram including all the components value.

    Reply
    • Swagatam says

      April 14, 2021 at 8:58 am

      Thank you, I have updated the parts in the last diagram clearly. All the resistors are 1/4 watt, and all the non-polar capacitors are ceramic type.
      MOSFETs will be as per the input voltage rating

      Reply
  23. Manoj Rabari says

    February 22, 2021 at 11:21 am

    Hello Sir,

    Is this possible to start single phase induction motor without start capacitor using above circuit?

    Regards
    Manoj

    Reply
    • Swagatam says

      February 22, 2021 at 7:54 pm

      Hello Manoj, I don’t think that’s possible with any circuit

      Reply
  24. sathish bekal says

    January 20, 2021 at 1:08 pm

    i need full circuit diagram of Single Phase Variable Frequency Drive VFD Circuit

    thanks

    Reply
  25. Girish Alekar says

    November 27, 2020 at 2:57 pm

    I am Dip. Elec. Engr.
    I want to run variable frequency device for my sewing machine.
    I want to use IGBT
    which circuit I should use?

    Reply
    • Swagatam says

      November 28, 2020 at 9:19 am

      You can use the last circuit!

      Reply
  26. Chethan L says

    October 5, 2020 at 6:02 pm

    Hii sir..
    Can I use this circuit for 1.5hp single phase motor…which is required to run in 10rpm..
    For long duration..
    And plz explain me how inverter circuit is formed in the above circuit
    Thanks sir…im waiting for Ur reply

    Reply
    • Swagatam says

      October 5, 2020 at 9:16 pm

      Hi Chetan, yes you can try it, but make sure you do it only once you have perfectly understood the working of all the stages of the circuit.

      Please read the circuit operation for all the details.

      Reply
  27. MIRCEA KIRITESCU, Mr says

    January 30, 2020 at 4:55 pm

    Dear Sirs,
    I have to control a pump driven by an induction asincron motor, single phase 220V AC, 200w. The motor is sealed and the only „connection” to it is the 3-wire cable: line, null and earth.
    The VFD has to run between 20 Hz (say LF) and 50Hz (say HF). The time to increase from LF to HF is variable depending the application (up to minutes). Also the value of LF may be variable. The VFD control (time to increase the frequency)will be made by an Arduino Nano.
    Another aspect is the size of VFD. The room is restricted and may depend on application, basically, the body has to be slim and long. So I have to design my own PCB to cope with the room available in each project.
    Which might be the circumstances to have a wiring diagram for a VFD 220V single phase input-output, 200w (1/4 HP)?
    Thank you.

    Reply
  28. Jason Litvak says

    November 14, 2019 at 2:21 pm

    Hello sir,
    I have a my sweety vfd running my CNC Router spindle and it ran fine for months then all of the sudden errored out with a drive circuit error. I can get it to power up and run but the spindle longer turns on. Any ideas?

    Reply
    • Swagatam says

      November 14, 2019 at 4:32 pm

      Hello Jason, most probably it could be due to damaged MOSFETs which are directly responsible for controlling the motor…

      Reply
  29. DragonDen7 says

    October 28, 2019 at 8:11 pm

    Hellow
    I am curious and it did not say in the article that I saw. Is it 110 in and what out? Or is it 220 in? If it is 220 can it be altered? I hope so I live in a trailer park and 220 is forbidden by management. But I have a big 110 breaker just setting their unused waiting for me to run it to the shed/machine shop So I can fire up my old professional machines with the help of your VFD I hope. I have had a great deal of practice making my own circuit boards this one seems a lot bigger then what I am used to but I will not be a problem. I have a nice little CNC board etcher that I made sitting in my bedroom.

    Reply
    • Swagatam says

      October 28, 2019 at 9:20 pm

      Hi, the concept can be used with 220V and 110V as well. However the design is indeed complex, especially for anybody who hasn’t built a full bridge inverter yet. I would rather recommend building the second circuit from the following link, and test it on a motor. If you succeed then you can alter the input side and replace it with the VFD control from the above article:

      https://www.homemade-circuits.com/5kva-transformerless-inverter-circuit/

      Reply
  30. shiva patil says

    October 17, 2019 at 4:23 pm

    hello sir , i want make single phase vfd for a fan(i e. 230 v 5 A, 60-90 W) . I want generate PWM signals by ARDINO. So can you suggest me the simulation ckt & the hardware circuit . Please send me the information regarding that.

    Reply
    • Swagatam says

      October 17, 2019 at 9:24 pm

      Hi Shiva, you can try this:

      https://www.homemade-circuits.com/arduino-pwm-signal-generator/

      Reply
  31. Muhammad Arslan Hashmi says

    August 21, 2019 at 12:24 am

    Hello Sir .
    How are you ?
    Your VFD circuit is correct ?
    It is because sometimes on internet some person adds incorrect circuits . Kindly give me a true Answer … I am very thanksfull to you .

    Reply
    • Swagatam says

      August 21, 2019 at 9:05 am

      Thank you Muhammad,

      the concept is correct, but please build it only if you have understood everything correctly and have the required level of expertise, otherwise you may not succeed with this complex project.

      Reply
  32. Raki says

    July 20, 2019 at 3:04 am

    Hi Swagatam ,

    can you give me a simulation for the scheme,
    I’ve tried proteus, but I can’t find ir2110 on my proteus. please help me sir

    I have a project to control a single phase motor (VFD)

    Please help … [email protected]

    Thanks & regard

    Reply
    • Swagatam says

      July 20, 2019 at 9:30 am

      Sorry Raki, I can’t because normally I don’t depend on software simulation results, instead I believe in mind simulation and practical testing.

      Reply
      • Raki says

        July 22, 2019 at 12:06 am

        Thanks ..
        I want to use your scheme for controlling a single phase motor.
        1500 watt single phase motor

        I have to use half bridge or full bridge ?

        thanks & regard

        Reply
        • Swagatam says

          July 22, 2019 at 9:21 am

          You will need a full bridge circuit, a half bridge is mistakenly shown…..it is not recommended for any motor.

          Reply
          • Raki says

            July 22, 2019 at 10:01 am

            saya membaca artikel anda tentang ” Arduino SPWM Generator Circuit – Code Details and Diagram ” (// By Swagatam (my first Arduino Code)

            bisakah code itu dimodifikasi ? saya membutuhkan pengendalian frekuensi untuk mengatur kecepatan motor satu fasa. saya menggunakan IC ir2110 sebagai driver

            Thanks & regard

            Reply
            • Swagatam says

              July 22, 2019 at 12:15 pm

              Yes it can be modified but it cannot be varied using a pot.

              The total time of the two sets of codes is 20 ms, so each set is 10 ms long…you can adjust the microsecond values to increase or decrease the 10 ms value to any other desired value proportionately.

              Reply
        • Raki says

          September 10, 2019 at 10:02 pm

          hello Mr. Swag,
          I assembled a half-wave inverter. I experienced failure. i want to ask, what is the output voltage on pin 2 and 7 ic 4017? , what is the output voltage on the pin HO, LO,VB and VS ic ir2100. at no load condition .. thanks Mr.Swag

          Reply
          • Swagatam says

            September 11, 2019 at 8:59 am

            Hello Raki, you must build and verify the different stages separately, and then integrate them together. The voltages will not reveal anything because the outputs are sequencing at a high frequency. You will need a frequency meter and an oscilloscope to test the various points, and before that you will have to understand how all the stages and the ICs are designed to work, their specifications etc.
            This project is not for the newcomers.

            Reply
            • Raki says

              September 25, 2019 at 5:41 pm

              hello sir .

              may i know your email

              thanks & regard

              Reply
              • Swagatam says

                September 25, 2019 at 7:47 pm

                Hello Raki,

                please see the “contact” link at the top of the page.

                Reply
            • Raki says

              October 5, 2019 at 7:13 am

              hello sir,

              in a half-wave circuit

              Is the negative voltage on the motor connected only to the motor?
              or also connected to ground (pin # source on LO mosfet)

              best regards

              Reply
              • Swagatam says

                October 5, 2019 at 2:31 pm

                Hello Raki,

                All the ground symbols are common and should be connected with the each other.

                Reply
            • raki says

              October 16, 2019 at 11:52 am

              Hello Sir …
              in my halfbridge circuit

              lf pin3 ic2 is not connected to the gate, the voltage at the source is measured 180V, and the lamp is on

              but if pin3 ic2 is connected to the gate, the voltage at the source is measured 4V, and the lamp is off.

              if all components are installed according to your design and soldered correctly. what else should i do?
              please give me your advice

              thank & regard

              Reply
              • Swagatam says

                October 16, 2019 at 2:24 pm

                Hello Raki, If you assemble everything together then it may show many problems. So you will have to build and confirm the various stages separately, and then join them step by step.

                First build the IC1 and IC 2 stages and check the pin 3 of IC2 for a varying PWM in response to a varying external voltage at pin 5 of IC2.

                After this build IC 4017 stage and connect IC1 output with it and confirm the output of IC 4017.
                After this build the half bridge, and connect it with IC 4017 and check how a load responds to this.
                If everything work perfectly then finally connect the pin3 of IC2 wit the MOSFeTs.

                Reply
  33. Paul B. says

    July 9, 2019 at 1:42 am

    Swag,
    I would like to use your design for a lathe in my wood shop. My question is will this work for my application?
    The motor is 3/4 hp, 115V, 1PH, 60 Hz, 1720 RPM (no load), 6.7 FLA.
    Please let me know. Thank you.

    Reply
    • Swagatam says

      July 9, 2019 at 9:48 am

      Hi Paul, it will surely work for the specified motor. I would recommend the last circuit since it’s a full bridge circuit and will provide full control of the motor speed.

      Reply
      • Paul B says

        July 11, 2019 at 9:09 pm

        Thank you very much! I am anxious to give this a try and I’m sure I will be asking a few more questions before I am all done.

        Reply
        • Swagatam says

          July 12, 2019 at 9:11 am

          Thank you, wish you all the best!

          Reply
  34. Sheheryar Ahmad says

    March 1, 2019 at 12:16 pm

    What is the purpose of decade counter 4017 in this circuit?

    Reply
    • Swagatam says

      March 1, 2019 at 3:35 pm

      It is for driving the IR2110 IC inputs

      Reply
      • Steve says

        June 17, 2019 at 8:42 pm

        Hello Swagatam,
        Very nice post. I was wondering if I can use this circuit to control the speed of an single phase capacitor run induction motor. For example one like those small fan motor of the evaporating unit of an Air conditioning
        Many thanks

        Reply
        • Swagatam says

          June 18, 2019 at 8:17 am

          Thank you Steve, yes it can be definitely used. But I am wondering why can’t an ordinary light dimmer switch be used for the same purpose?

          Reply
  35. ayanda says

    April 26, 2018 at 4:12 pm

    Hi Mr Swag i redesigned my H bridge driver and if i test it with motor ,my ic driver just brew up and the only pin that may course this problem is pin 5 since it connected to high voltage and there is no diode or resistor across it ,is it correct like this? im scared to put another one if it blow again i will be in short of them

    Reply
    • Swagatam says

      April 26, 2018 at 5:41 pm

      Hi Ayanda, As you will understand that the H-bridge design is a standard design taken from the datasheet of the IC, so it has to be correct in every manner, pin#5 of the IR2110 is correctly configured, since it is as per the diagram in the datasheet.
      Configuring an H-bridge using driver IC is always a little problematic unless it si done on a well designed PCB, and make sure to add 1k resistors across gate/drain of each mosfets, this might help to safeguard, but you can be never sure unless you have the most correctly designed PCB layout for the H-bridge.

      If you want to avoid a driver IC, you can probably opt for the following H-bridge concept:

      https://www.homemade-circuits.com/arduino-full-bridge-h-bridge-sinewave-inverter-circuit/

      you can connect the NAND inputs to the IC 4017 outputs

      Reply
      • ayanda says

        April 26, 2018 at 7:17 pm

        thanks bro i will do that ,maybe there is a little infomation that i have missed but protecting it would help me

        Reply
        • Swagatam says

          April 27, 2018 at 7:33 am

          Wish you all the best bro!

          Reply
      • mohammed says

        May 11, 2018 at 8:50 pm

        Dear MR Swag,
        i want to make this circuit of VFD but using arduino as the designed one in https://www.homemade-circuits.com/arduino-full-bridge-h-bridge-sinewave-inverter-circuit/
        but i need to vary the frequency using the arduino itself.will be any need for the 555 timers and ic 4017 ?? and will be the arduino Uno effective in changing the frequency ?

        Reply
        • Swagatam says

          May 12, 2018 at 9:33 am

          Mohammad,

          It may be possible to replace IC1, IC2 and the 4017 with an Arduino, but designing the program can be complex. However if you only want the frequency adjustment to be implemented from the Arduino, in that case you can replace IC section with any Arduino frequency generator stage

          Reply
          • mohammed says

            May 12, 2018 at 11:32 am

            Thanks for the reply mr swag,
            what i really need is to control motor speed using arduino and the power source for the circuit is from AC 220 volt which is available in any home not a DC batteries as implemented in https://www.homemade-circuits.com/arduino-full-bridge-h-bridge-sinewave-inverter-circuit/

            Reply
            • Swagatam says

              May 12, 2018 at 1:53 pm

              Mohammad, for this you will have to have an adjustable PWM output from the same Arduino board, this pwm could be configured with the low side mosfet gates for implementing the required motor control action

              Reply
            • mohammed says

              May 13, 2018 at 2:01 am

              thanks Mr Swag for your reply,

              thank god , i found a code for varying the frequency using arduino but now i want to change speed for 240 v AC induction motor and the output of the arduino is 5 volt.
              will the use of nand concept of ic4093 useful with arduino which now vary the frequency or not ?? and how can i reach to 240 v of the ac motor Will the transformer concept 12-240 will be useful and will be the output frequency from the transformer variable or fixed ??

              Reply
              • Swagatam says

                May 13, 2018 at 11:40 am

                Muhammad, please specify the pinouts and the configuration of your pwm control output. I may try to solve it

                I just now remembered that the pwm control can be implemented through an arrangement that may allow the SPWM width control for this design:

                https://www.homemade-circuits.com/arduino-full-bridge-h-bridge-sinewave-inverter-circuit/

                Reply
            • mohammed says

              May 13, 2018 at 8:56 pm

              Dear Mr Swag,
              thank you so much for your support;
              i just need two pins from arduino as 9 and 10 for pwm as you mentioned in

              https://www.homemade-circuits.com/arduino-full-bridge-h-bridge-sinewave-inverter-circuit/

              so that the arduino can change the frequency from 0 to 50 to control motor speed.
              the AC induction motor specification 250W 1.5A 240 V. by varying the output frequency of the motor from 0 to 50 hz the speed of the motor will change but i do not want to use a battery as a power source for the circuit i just need to get its power from home ac electricity(220 V).the speed control of the motor will be by arduino. will the nand concept mentioned in
              https://www.homemade-circuits.com/arduino-full-bridge-h-bridge-sinewave-inverter-circuit/ be helpful for my case?

              Reply
              • Swagatam says

                May 13, 2018 at 9:09 pm

                Mohammad, I was asking about your Arduino circuit which you found from another source. I wanted to know about it, since you said you found the PWM control codes.

                Reply
                • Swagatam says

                  May 13, 2018 at 9:11 pm

                  OK, I understood, you are referring to my recommendation, regarding varying of 8 and 9 pin PWM widths…let me think about it.

                  Reply
            • mohammed says

              May 14, 2018 at 3:06 am

              Dear Mr Swag
              the source for varying the frequency in single phase motor

              https://github.com/Terbytes/Arduino-Atmel-sPWM
              https://www.youtube.com/watch?v=3DjKxDL_Qc0&t=925s

              Reply
              • Swagatam says

                May 14, 2018 at 10:36 am

                OK, but this will need to be included in the Arduino system which is explained in the full bridge Arduino article??

                Reply
            • mohammed says

              May 15, 2018 at 2:17 am

              ok mr swag but my question is will be the output frequency of transformer fixed or variable and i read that the current will step down in the case of using transformer and i don’t want to use a battery how can i achieve this using AC as the power source for the circuit ??

              Reply
              • Swagatam says

                May 15, 2018 at 9:23 am

                frequency would be fixed because we won’t be using V/Hz principle, we would be using a PWM control based principle. You can use AC by feeding rectified DC 220V to the mosfet supply lines.

                Reply
  36. mohammed says

    April 23, 2018 at 6:44 pm

    Thanks sir for your response.but if i connect pin 3 of ic1 automatically to ct of IRS what will be the benfit of ic2 ?? and i could not find IRS2453 in my city are there other replacements ?? and what about the previous circuit which uses IR2110 is it synchronized with the SPWM from the IC 555 or has the same issue ?

    Reply
    • Swagatam says

      April 24, 2018 at 6:42 am

      Hi Mohammad, IC2 is for generating the SPWM, IC1 is for generating sample triangle waves for IC2, all are interdependent with each other.
      You can Google “full bridge driver IC”, or half bridge driver IC, and see which one is available in your area.

      Reply
      • Swagatam says

        April 24, 2018 at 6:43 am

        The previous one is synchronized through IC 4017.

        Reply
  37. mohammed says

    April 23, 2018 at 12:20 pm

    hi sir,
    if i have AC 220 V 1/4 hp compressor of household refrigerator and i want control its speed what is configuration suitable for Rt/Ct associated with the IRS2453 and R1 associated with IC1 ??

    Reply
    • Swagatam says

      April 23, 2018 at 4:53 pm

      Hi Muhammad, the full bridge stage is actually not synchronized with the SPWM from the IC 555, therefore the output may not be correctly optimized AC. Therefore I would suggest to eliminate Rt/Ct, and feed the Ct pin of the IC with frequency from pin#3 of IC1.

      IC1 frequency may be set at the desired output frequency by measuring the output of IRS IC with a frequency meter and simultaneously setting the R1 220K preset…this will allow the full bridge stage to be synchronized with the SPWM control frequency and also allow to get the required 50Hz frequency at the output

      Reply
  38. ayanda says

    April 18, 2018 at 2:52 pm

    Thanks bro,one more question ,why is it necessary for Drain pin in HO side is connected to power while the other one is connected to load. will this not affect the mosfet ?,just asking i did read about the mosfet from the page you shared yesterday.

    Reply
    • Swagatam says

      April 18, 2018 at 7:35 pm

      Ayanda, actually you have asked a very important, I am sorry I think the half bridge configuration which was taken from the datasheet itself is not correctly connected. The connection should be in the following manner, I’ll correct all the diagrams soon

      " rel="nofollow ugc">comment image

      Reply
      • AYANDA says

        April 18, 2018 at 10:10 pm

        Thank you very much Swag we appreciate your help bro.i have learnt a lot now and i’m hoping to get this done before the second of may which is two weeks from now and i will be presenting my project but i’m still working on it.

        Reply
        • Swagatam says

          April 19, 2018 at 8:28 am

          You are most welcome Ayanda, I have done the necessary correction in the design, you may check it out now.

          Reply
  39. Satyajeet says

    April 4, 2018 at 11:58 pm

    Hey swag .
    Plzz give me a motor rating …??my project is 1 phase vfd for 0.5hp induction motor can I used your circuit in my project ..??? Plzz help me broo

    Reply
    • Swagatam says

      April 5, 2018 at 8:47 am

      Hi Satyajeet, the motor rating will depend on the mosfet rating and the applied voltage to the drains of the mosfets, or vice versa, meaning the mosfet and the supply voltage could be selected as per the motor specifications.

      Reply
  40. ISZ says

    March 11, 2018 at 7:37 pm

    Hi Mr. swagatam.

    can u help me with single phase VFD run with arduino . MATLAB/SIMULINK code has been done to drive the bipolar full bridge PWM signal to MOSFET with variable frequency and modulation and will upload to the arduino.

    So, my problem is how to make circuit for gate drive the MOSFET to drive the 240V 70W ceiling fan.? can u give me any suggestion. Thanks..

    Reply
    • Swagatam says

      March 11, 2018 at 9:29 pm

      Hi ISZ, An exactly similar question was asked many days ago by one of the readers and I had provided him and appropriate diagram for implementing the same, now it may be very difficult for me to search that particular comment.

      Anyway if you are trying to feed the bipolar pulses into a n-channel based full bridge mosfet configuration then you might require a bootstrapping mechanism for the high side mosfets, right? Without this you won’t be able to drive the high side mosfets, so have you taken care of this??

      Reply
  41. mohammed says

    March 10, 2018 at 6:13 pm

    hello sir ,i made a simulation for this circuit in multisim program but it doesn’t work for me.i can send you a photo from the simulated circuit if you wish sir :).

    Reply
    • Swagatam says

      March 10, 2018 at 7:06 pm

      Hello Mohammad, Simulators can produce wrong and misleading results, how can you confirm it is giving you the right results? If you build this circuit step wise with proper understanding the circuit will surely work…

      Reply
      • mohammed says

        March 11, 2018 at 10:56 am

        Ok,thank you so much sir.I will do my best with god permission.

        Reply
  42. Benjamin says

    December 17, 2017 at 1:42 am

    Hello Mr. Swagatam, could you explain why the output (pin3) of the second 555 is connected to the HO and HI outputs with inversely polarized diodes? regards

    Reply
    • Swagatam says

      December 17, 2017 at 9:38 am

      Hello Mr. Benjamin, that is not correct, and I have mentioned about this and have presented the finalized design at the end of the post….the diode links must be connected with the mosfet gates.

      Reply
  43. Benjamin says

    November 27, 2017 at 6:52 am

    Hello Mr. Swagatam, would you be so kind as to send me the image of the last scheme that has the corrections to my email? Since when downloading the image you can not see the values of the components well. Greetings Benjamin

    Reply
    • Swagatam says

      November 27, 2017 at 10:45 am

      Hello Benjamin, I’ll try to update the diagram in the article soon with larger component numbers.

      Reply
      • Benjamin says

        November 27, 2017 at 9:35 pm

        Okay,thank you.

        Reply
  44. Farhan says

    November 21, 2017 at 12:57 pm

    Thanks man

    Reply
    • Swagatam says

      November 21, 2017 at 1:11 pm

      Welcome dear!!

      Reply
  45. Farhan says

    November 21, 2017 at 5:21 am

    Hello again .
    With all due respect brother I have one more question .
    1. Why 2nd 555’s I mean ic2 output is directly going to mosfet’s gate ?
    Please clearify this what’s purpose of it . If we remove ic2 from circuit it’s still working .

    Reply
    • Swagatam says

      November 21, 2017 at 9:08 am

      Hi, If you are not including R8 pot and not integrating the IC2 output with the mosfet gates, then you won’t be able to control the speed of the motor, the option will be simply lost.

      IC2 helps to transform or chop the mosfet gate drive into an SPWM format, and R8 allows the PWM control of this SPWM, meaning by rotating R8 you can reduce or increase the SPWM duty cycle or the width of the pulses. narrow width will cause decrease in motor speed, wider pulses will allow higher speeds.

      Reply
  46. farhan says

    November 20, 2017 at 8:20 pm

    hello sir,
    we have completed this project and i have a few questions please answer these questions it will be a great help 1.why we are using 2 555 ic’s ?
    2. why we using pin 2 and 7 of 4017 ?
    3. we have used ct also for protection i will share the pictures .

    Reply
    • Swagatam says

      November 20, 2017 at 8:28 pm

      Hello Farhan,

      The two IC 555 are used for creating SPWMs in response to the 100Hz sinewave ripple sample achieved from the bridge at pin#5 of IC2

      The actual sequencing of IC 4017 is from pin#3 > 2 > 4 > 7…by skipping pin#3 and pin#4, we are trying to insert a good “dead time” for the mosfets, although this can also result in significant amount of voltage drop at the output.

      Also, the use of a half bridge at the output could result in further drop in voltage.

      so the above things must be considered….

      the half-bridge could be replaced with a full-bridge driver circuit for ensuring the correct level of output for the motor.

      sure, the images will be greatly welcomed here,,,keep up the good work.

      Reply
  47. C4 says

    November 17, 2017 at 12:15 am

    We have hooked up the vfd in stages and began testing with and oscilloscope. We are getting a square wave coming out of pin three of ic2 and 1c1. We also looked through the previous comments and removed the 557 and other components as you stated. What should we be looking for on the oscilloscope going to the 4017 and further more on the ir2110?

    Reply
    • Swagatam says

      November 17, 2017 at 8:22 am

      isolate the IC1/IC2 entirely and test it separately, connect the upper arm of the R8 pot at pin#5 of IC2 with the positive line.
      varying this pot should create a variable PWM at pin#3 of IC2. The frequency of this PWM can be varied by adjusting R1.
      Once this is confirmed, connect the R8 upper arm with 100Hz from the bridge, and check whether pin#3 of the IC 2 is producing an SPWM or not, it should.
      Once this is confirmed you can integrate the IC4017 with this stage and verify the alternating pulses across pin#2 and pin#7.

      similarly confirm the motor half bridge driver separately and finally integrate it with the IC 4017 output

      Reply
  48. C4 says

    November 9, 2017 at 11:50 pm

    I have hooked up the whole circuit and i am able to vary my current. The problem is i am feeding the top mosfet with 170 v dc to run a 120vac motor but I’m only seeing about 4vac across where the motor would go. Any thoughts on the possible issue?

    Reply
    • Swagatam says

      November 10, 2017 at 8:17 am

      Hooking up the whole circuit is not the right way to go, you must build it stages-wise and confirm the stages separately, once confirmed then you can integrate them together for the finals results….as you can see there are many stages in the design, unless you are sure each one of them are doing their job correctly you cannot be sure of the output performance.

      please check the mosfet gates with an oscilloscope, check what waveform you get here? If it’s an SPWM then it is fine otherwise you may have to go right back and begin investigating from the IC1, Ic2 stages.

      Reply
  49. Benjamin says

    November 6, 2017 at 3:57 pm

    Okay, to Know, in what frecuency ranges can you works

    Reply
    • Swagatam says

      November 6, 2017 at 4:36 pm

      you can set the frequency by adjusting R1 to the correct range, this can be set using a frequency meter.

      Reply
  50. Benjamin says

    November 6, 2017 at 2:55 pm

    Thanks for answering Mr. Swagatam. Excuse me I thought the circuit was for that purpose (vary the speed). But could I use it for that purpose or not?

    Reply
    • Swagatam says

      November 6, 2017 at 3:20 pm

      Benjamin, you should only use the voltage control pot for varying speed, not the frequency pot

      Reply
  51. Benjamin says

    November 6, 2017 at 5:39 am

    Hello Mr. Swagatam, first I wanted to thank you for all your contributions to fans like me.
    I have a doubt about the circuit, by reducing the frequency of the motor this consumes more current, how do you solve that problem. As far as I know, the voltage applied to the motor must be reduced, but I do not see that system in the circuit. Greetings Ben.

    Reply
    • Swagatam says

      November 6, 2017 at 10:43 am

      Thank you Benjamin,

      The frequency adjustment here is not for controlling speed, it is for ensuring that the motor operates with the correct frequency as specified by its manufacturer. It is specifically used when a 60Hz motor is being used with a 50 Hz source and vice versa, and then the pot may be used for correcting the frequency as per the spces.
      the voltage output can be varied by adjusting the pot at pin#5 of IC2

      Reply
  52. Stephen says

    October 28, 2017 at 12:46 pm

    Good morning sir. Pls, after putting up the circuit, I realised that there was no signal entering into pot 14 of IC4017. Sir, pls, wat do u think could be the problem? Thanks in anticipation as I await your response.

    Reply
    • Swagatam says

      October 28, 2017 at 12:55 pm

      Good morning stephen,

      if you put up the whole circuit together, it is never going to work for sure, and that’s true for most of the circuits which have different stages.

      you should build and confirm them stagewise, and this will require some serious understanding regarding the various stages.

      anyway, by pot 14 you mean to say pin#14?

      from where is pin#14 getting its signal? it is from pin#3 of IC1 right?, so check whether your IC1 is oscillating or not…keep verifying all the stages in the same manner.

      by the way the following parts can be removed from the last diagram

      T2, R9, R10, C7, C6, and connect pin#16 of IC 4017 directly to the positive line

      Reply
      • Stephen says

        October 28, 2017 at 7:26 pm

        I have done what u told me to do but what I realized is that it is only the pin Ho dat has voltage on it while the pin Lo does not and variation of the two potentiometer does not have effect on the Ho and Lo voltage. Sir, what else do u think I can do.

        Reply
        • Swagatam says

          October 28, 2017 at 8:09 pm

          did you check whether IC1 was generating the oscillations or not…. in response to these osculations at pin#14 of the IC4017 it is supposed to generate alternating ON/OFF voltage across its pin2 and pin#7, isolate the respective stages and first confirm them separately….checking HIN and LIN can be done later on…

          IC2 pin#3 should be generating varying PWM in response to a varying voltage at its pin#5, this is the next possible thing that you must confirm

          Reply
    • Stephen says

      October 28, 2017 at 2:14 pm

      Thank u sir, will give it a trial and get back to you.

      Reply
      • Swagatam says

        October 28, 2017 at 2:34 pm

        you are welcome?

        Reply
  53. ayam says

    October 17, 2017 at 10:24 pm

    when the R8 potentiometer is adjusted, what is the variable parameter here? its variable the voltage or variable the ripple frequency 100Hz to pin 5?

    Reply
    • Swagatam says

      October 18, 2017 at 2:45 am

      the variable parameter is the voltage of the ripple input, or the amplitude of the applied ripples…

      Reply
  54. Stephen says

    October 13, 2017 at 2:27 pm

    Good day sir. Pls, I don’t know if you can help me with a mathematical analysis of how you arrived at the values of each of those components used in the circuit. Thanks in anticipation.

    Reply
    • Swagatam says

      October 13, 2017 at 3:08 pm

      Stephen, sorry, that will be a lot of explanation, won’t be possible at this moment.

      Reply
  55. Prithak K Bhattacharyya says

    October 10, 2017 at 3:16 pm

    Will a 1HP, 230V motor work with this circuit? Please reply ASAP cuz i am making this as my project and need to submit it within a couple of days. Thank you.

    Reply
    • Swagatam says

      October 11, 2017 at 3:22 am

      motor power rating can be matched by suitably upgrading the mofet rating, so any desired motor rating can be used…

      however make sure you have understood the circuit and stages perfectly before you try it.

      the circuit will need to be built stage-wise, by confirming and testing each one step-wise, and then integrate them for the final outcome

      Reply
    • Prithak k B says

      October 11, 2017 at 3:54 am

      So if I use a 230V motor, I will have to give the ‘motor voltage’ as 230V too?

      Reply
      • Swagatam says

        October 11, 2017 at 10:58 am

        actually It should be 330V DC for a 220V motor

        Reply
      • Prithak k B says

        October 13, 2017 at 8:25 am

        If we supply it with 330V DC, won’t it affect the circuit? Cuz the voltage will get supplied to other parts of the circuit too right?

        Reply
        • Swagatam says

          October 13, 2017 at 11:34 am

          330V DC must go only to the mosfet drain, not to any other section of the circuit.

          Reply
        • Prithak k B says

          October 13, 2017 at 8:26 pm

          We are getting a DC output across where we are supposed to connect the motor for output….around 200mV, we haven’t given any motor voltage yet….So basically without motor voltage and motor….we are getting a 200mV DC output…is it working that means? And also….we are using a bred board so how are we supposed to make the ground connection to 0?

          Reply
          • Swagatam says

            October 14, 2017 at 2:11 am

            sorry, that’s not the right way to check…you must verify the various stages separately.
            using an oscilloscope first confirm whether the IC 555 stage is delivering the PWMs or not ( by varying the respective presets)
            then verify whether the IC 4017 is responding accordingly or not, and then finally verify the output from the half-bridge and check if it is producing the PWM based chopped square cycles across its output pins…all these will need to be done via an oscilloscope.

            Reply
            • Swagatam says

              October 14, 2017 at 2:12 am

              ground connection refers to the negative line from the power supply, all the negative lines must be connected in common, including the motor supply’s negative line.

              Reply
  56. daniel says

    October 10, 2017 at 11:34 am

    Thanks, Mr.Swagatam.
    this single phase VFD is controlled by R8 pot. So, I’m planning to replace the 555 timers with a microcontroller. If I use (https://www.homemade-circuits.com/2017/04/arduino-spwm-generator-circuit.html) method, is it going to work?

    Reply
    • Swagatam says

      October 11, 2017 at 2:56 am

      Daniel, yes that may be possible, however R8 is also synchronized with the mains cycles, so your Arduino will also need to be configured to do this…

      Reply
  57. bryan says

    October 8, 2017 at 2:20 pm

    If I didn’t use 240v/12v transformer (but use direct supply with 12V adapter), how I can variable for voltage adjustment at potentiometer R8 ?

    Reply
    • Swagatam says

      October 9, 2017 at 1:02 am

      transformer is required for this project, smps supply will not work

      Reply
  58. bryan says

    October 2, 2017 at 3:00 pm

    this circuit is tested? where the triangular & sine wave come from?

    Reply
    • Swagatam says

      October 2, 2017 at 3:09 pm

      It is tested, the triangle waves comes from the 555 IC, the sine comes from the mains transformer secondary.

      Reply
    • bryan says

      October 2, 2017 at 6:09 pm

      thanks. how about the motor voltage ? 310vdc ?

      Reply
      • Swagatam says

        October 3, 2017 at 1:52 am

        you can apply the 310V separately to the point labelled “motor voltage”

        Reply
  59. Stephen says

    September 30, 2017 at 5:35 pm

    Hi sir, many thanks to you for doing a great job. Pls, what is the importance of the capacitor with rating 1uf/1kv in the circuit?

    Reply
    • Swagatam says

      October 1, 2017 at 7:25 am

      Thanks Stephen, it is positioned to control high voltage spikes across the lines.

      Reply
    • Stephen says

      October 1, 2017 at 12:09 pm

      Appreciate sir. Pls, why is terminal 5 of IC IR2110 connected to the source of the Ho mosfet? Won’t the motor voltage destroy the IC IR2110?

      Reply
      • Swagatam says

        October 1, 2017 at 1:50 pm

        Stephen, it is to enable the bootstrapping process, otherwise the high side mosfet will not conduct.

        Reply
        • Stephen says

          October 1, 2017 at 4:16 pm

          Thank you sir, appreciate.

          Reply
          • Swagatam says

            October 2, 2017 at 4:07 am

            My pleasure!!

            Reply
  60. sam says

    September 28, 2017 at 5:25 pm

    sir… what kind of diode “2V7” that are use in the circuit?

    Reply
    • Swagatam says

      September 29, 2017 at 4:14 am

      It is a simple zener diode, you can replace it with a 3V zener, or a 3,3V zener

      Reply
  61. ai says

    September 26, 2017 at 6:25 am

    hi again sir,

    what the value capacitor of C11? 10uF/1kv or 20mF/450v ?

    Reply
    • Swagatam says

      September 26, 2017 at 8:04 am

      Hi ai,

      the uF can be as high as possible, and the voltage value should be at least 100V higher than the motor peak voltage supply level.

      Reply
  62. reza says

    September 21, 2017 at 6:43 am

    hi dear swagatam
    I have a question about drive half bridge circuit IR2110
    in half bridge source pin upper conected to drain pin The bottom ؟

    Thank you

    Reply
    • Swagatam says

      September 21, 2017 at 9:10 am

      Hi Reza, the lower line or the source line is connected with the common negative of the supplies…..

      Reply
  63. bryan says

    September 21, 2017 at 6:17 am

    hi sir, good day.

    Im not familiar with the 555 timer ic and 4017 ic. can you explain more details about how its works for both type of ic in this circuit. can we control LN & HN at IR2110 ic with microcontroller ?

    Reply
    • Swagatam says

      September 21, 2017 at 9:00 am

      Hi Bryan, it can be a long explanation, not possible to do it here.

      Basically 555 IC2 is configured as a PWM controller, for this it requires a clock at its pin#2 and a modulating voltage at its pin#5…when this is implemented a correspondingly varying PWM is obtained at its pin#3

      an elaborate explanation is given here.

      for the IC 4017 explanation you can read this article:

      https://www.homemade-circuits.com/2011/12/how-to-understand-ic-4017-pin-outs.html

      Reply
  64. ai says

    September 21, 2017 at 1:49 am

    hi,
    can i change the K2837 mosfet with another type? from your opinion, what type/brand of other mosfet that can be use because i cant find this type of mosfet in my county.

    thanks….

    Reply
    • Swagatam says

      September 21, 2017 at 4:24 am

      Hi, the voltage and current rating of the mosfet should be a little higher than the load’s V/I rating, as long as this is satisfied any equivalent type of mosfet can be used. you can confirm it through the datasheet of the selected device

      Reply
  65. ai says

    September 15, 2017 at 5:36 pm

    hi,
    can i use this circuit to control my ceiling fan? where the adjustable PWM located? i want to replace it with microcontroller…

    Reply
    • Swagatam says

      September 16, 2017 at 2:16 am

      Hi, R8 is the speed control knob, however for fan a BLDC motor circuit will work better.

      https://www.homemade-circuits.com/2017/07/bldc-ceiling-fan-circuit-for-power.html

      Reply
      • ai says

        September 18, 2017 at 1:02 am

        thanks for reply. but im want to control an AC ceiling fan. can this circuit perform it?

        Reply
        • Swagatam says

          September 18, 2017 at 2:04 am

          It can be used for controlling any AC motor including a fan, but fan can be controlled using a simple dimmer switch

          Reply
  66. Ari pratama says

    August 27, 2017 at 7:49 pm

    Hi Mr. Swagatam,

    I wonder how do we know if we have the correct v/f ratio since it doesn’t automatically change the frequency or voltage when we turn the potentiometer. And what will happen if we don’t get the correct ratio.

    If i put resistor parallel to R1 and R8 is it possible to make it auto adjusment for v/f? I mean i put fixed resistor for R1 and R8 in a v/f ratio and put another potentiometer in parallel to those so i only need to adjust 1 potentiometer to get the speed.

    Reply
    • Swagatam says

      August 28, 2017 at 2:20 am

      Hi Ari, The correct V/F ratio can be obtained from the motor specifications, and in the circuit these two parameters can be fine tuned using the R1 and R8 pots.

      auto adjustment is actually not required because the supply from the grid will be relatively constant and will not disturb the settings.

      if you don;t get the correct ratio your motor will not be able to run at the optimal range, however accuracy is not critical here…

      Reply
      • Ari pratama says

        August 28, 2017 at 5:33 pm

        Hi Mr. Swagatam.

        Thanks for you reply.

        I mean how do we tune the R1 and R8. If we turn R1 to get a speed then i should adjust the R8 too to get correct V/F ratio. How do we know we adjust it to correct ratio. My motor is 220V 50hz, it means ratio is 4.4. So do we just measure the resistor R1 then adjust R8 accordingly to ratio?
        Thank you.

        Reply
        • Swagatam says

          August 29, 2017 at 2:04 am

          Hi Ari, R1 can be used for adjusting the frequency, for example say from 50Hz to 60Hz etc.

          R8 can be used for changing the voltage level, R8 will basically change the PWM which will in turn help to change the output voltage. changing R1 will impact the waveform slightly as it will alter the number of “pillars” on each output wave when viewed in the PWM mode, but this will not affect the load

          Reply
          • Swagatam says

            August 29, 2017 at 2:05 am

            …you just have to measure the output frequency and voltage and make sure it matches the motor’s technically specs….calculating ratio is not required

            Reply
          • Ari pratama says

            August 29, 2017 at 6:46 pm

            Thank you for your information Mr. Swagatam.
            God bless you.

            Reply
            • Swagatam says

              August 30, 2017 at 2:46 am

              you are welcome Ari…

              Reply
          • Ari pratama says

            August 30, 2017 at 12:39 pm

            I’m sorry. One more question.
            Will it reduce the torque when i reduce the speed?

            Reply
            • Swagatam says

              August 30, 2017 at 2:05 pm

              torque is directly proportional to speed, so yes torque will be reduced at lower speeds.

              Reply
          • Ari pratama says

            September 9, 2017 at 8:14 am

            Hi Mr Swagatam, i’m sorry i’m back with a question since i had a doubt.
            The input 12V power supply, it should the same watt with my motor watt that i use, right?

            Reply
            • Swagatam says

              September 9, 2017 at 10:50 am

              Hi Ari, the 12V is meant only for the circuit, and for modulating the IC2, it has no relation with the motor specifications, the motor supply is supposed to be separate and applied at the mosfet drain, indicated as “motor voltage”

              Reply
              • Swagatam says

                September 9, 2017 at 10:50 am

                the 12V could be rated at 100mA or 500mA….

                Reply
          • Ari pratama says

            September 9, 2017 at 4:27 pm

            Oh. Ok. So if i read from others whom ask here. I just need to rectified ac to dc and maybe put up a capacitor for flat the ripple and no need complex circuit for it. Isn’t that right?

            Reply
            • Swagatam says

              September 10, 2017 at 4:12 am

              yes that’s correct, but remember the modulation feed must come from the unfiltered point of the network as shown in the diagram

              Reply
          • Ari pratama says

            September 10, 2017 at 10:03 am

            So i feed rectified ac directly to pin 5 ic2? Should i reduce it to 12V first before get into pin 5 ic2? As i know ic555 maximum voltage is 15V.

            Reply
            • Swagatam says

              September 10, 2017 at 12:59 pm

              yes feed the 12V 100Hz rectified AC at pin#5…. if the trafo is 12V rated then no need to reduce it

              Reply
            • Swagatam says

              September 10, 2017 at 1:01 pm

              …to be on the safer side simply use a 0-9V trafo instead of 12V

              Reply
          • Ari pratama says

            September 10, 2017 at 4:42 pm

            I planned to use smps power supply to feed the 12V actually. And make different circuit for mosfet.

            Reply
            • Swagatam says

              September 11, 2017 at 8:02 am

              SMPS will not give you the AC ripple sample for the pin#5 assessment.

              Reply
  67. Anshdeep yadav says

    June 25, 2017 at 4:22 pm

    dear brother i want to ask how we are varying voltage and one more thing. is mosfet acting as an inverter ?

    Reply
    • Swagatam says

      June 26, 2017 at 8:43 am

      Dear Anshdeep, the voltage is varied by adjusting R8, mosfets are acting as half-bridge motor driver.

      Reply
  68. waliiiiiid says

    June 11, 2017 at 1:43 pm

    i want to ask if you connect the circuit and get a result

    Reply
  69. waliiiiiid says

    June 11, 2017 at 1:41 pm

    hi iwant to ask if you get agood result

    Reply
  70. Linards says

    July 14, 2016 at 9:52 am

    hey!
    I have got a problem. Circuit is not working for me. I am using single phase AC motor 0.35A 230V. I also measured signal on load – nothing else except around 12V peak to peak distortion. I used the same parts as you. For motor supply I used rectified mains voltage: 310 V DC. Also with oscilloscope I noticed, that PWM signal going out of 4017 and also driver is okay.

    Reply
    • Swagatam says

      July 14, 2016 at 1:13 pm

      It seems your driver IC has problems and is not responding to the processed signals from the IC 4017, please check whether the 4017 output is feeding the signals to the driver IC LIN/HIN inputs or not, and check whether the driver IC output is feeding the signals to the mosfet gates….you can confirm these by temporarily disconnecting the PWM diodes across the gates of the fets.

      initially use a 220V filament bulb for testing the response

      Reply
  71. Paul Kabete says

    July 10, 2016 at 6:56 pm

    Hi swagtan . well i really like your articles on this tech stuff. well i did make the circuit and i have no oscilloscope or fancy lab test equipment but then i managed to hook a incandescent bulb to test it first. There was a bit of success on the dimming effect or something like blinking cause of the lower frq. but then.. i actually used a mosfet that is 500v and 20A but and all i did is to do away with the ir2110 and i drove the mosfet directly. The bad news is that when i hooked a 750watt induction motor to test, there was the magic smoke from the first 555 timer and then i also noticed that the mosfet to was gone… damn i couldnt tell wat exactly went wrong since from my math the 20 A FET was good to handle the motor!

    Reply
    • Swagatam says

      July 11, 2016 at 1:43 pm

      Hi Paul, Thanks for updating your experience with the design, although I am not exactly sure of the problem you faced, nevertheless the last design certainly needs a correction, I'll update a few improved designs soon in the above article which according to me will make more sense technically. kindly bear with me.

      Reply
    • Swagatam says

      July 11, 2016 at 3:19 pm

      …I have updated the corrected version at the end of the post, you may check it out and analyze the same..

      Reply
  72. Nitin A Kallole says

    May 28, 2016 at 3:47 am

    Thanks for your quick reply.

    As I know, when intensity of sunlight increases, the voltage output from the solar panel will also be high, to maintain speed of the motor, VFD will adjust Voltage/Frequency ratio. And these job will be done by VFD automatically. (Correct me if I am wrong)

    But, from your circuit diagram, it looks like, there no option to change the frequency. It is fixed to a single value by placing a capacitor.

    Reply
    • Swagatam says

      May 28, 2016 at 5:13 am

      OK got it, what you are suggesting could be a solar VFD, or a VFD enhanced with MPPT for working with solar panels.

      The above circuits are not featured to do this automatically however an MPPT feature could be integrated with the above design by including an opamp follower stage with pin#5 of IC2 as shown in this MPPT circuit:

      https://www.homemade-circuits.com/2015/11/simple-solar-mppt-circuit-part-2.html

      Reply
    • Nitin A Kallole says

      May 30, 2016 at 5:00 pm

      Thanks a lot

      That means i have to cascade these 2 circuits i.e. the 1st one is above circuit and at the pin no.5 of IC2 of above circuit, i have to connect the 2nd (simple solar MPPT circuit).

      Or something else?

      Thanks & Regards,

      Nitin A Kallole

      Reply
    • Swagatam says

      May 31, 2016 at 5:43 am

      yes that's right, if possible I may post the idea soon in my blog.

      Reply
  73. Nitin A Kallole says

    May 26, 2016 at 1:13 pm

    First of all Thank U Very Much Sir…

    I have some doubts regarding above circuit.

    1. Can we use same circuit for solar powered pumps. In solar powered pumps/motors that draws water from bore well, the job of VFD is to control speed & torque of the motor.
    2. If yes, does it use MPPT (maximum power point tracking) algorithm.
    3. As intensity of sunlight is not same throughout a day, the job of mppt draw maximum power. So that, these VFD's will work in cloudy climate also.

    Thanks & Regards,
    Nitin a Kallole

    Reply
    • Swagatam says

      May 26, 2016 at 4:32 pm

      Thanks Nitin,

      yes you can use it for varying the speed of the motor.
      A VFD is not related to MPPT according to me, so MPPT is not relevant with this device.

      Said that, you can surely employ an MPPT externally for ensuring maximum efficiency from the solar panel.

      Reply
  74. kishan s ghetia says

    May 13, 2016 at 8:54 pm

    respected sir,

    i have single phase induction motor which has spec. 1hp,7 amp.,50-60hz frequency, 1440 r.p.m

    this motor i used in power press machine now i required to control the speed of motor, i had been used dimmer switch which was rated 3000watt but motor run on full load dimmer was failed so now i required to control motor speed from frequency control method so which kind of replacement is need in this circuit. when motor run on full load that time amp goes to 8 to 10.5 so which component is need to control this high amp. also i can not effort readymade vfd drive.

    hope you will help me as possible as soon

    regards,
    kishan s ghetia

    Reply
    • Swagatam says

      May 14, 2016 at 12:40 pm

      Hi Kishen,

      A VFD may not be suitable for your application, you will need either a dimmer which you have already tried, may be due to low power triac your dimmer got burnt, I think you can try a dimmer with a 40 amp triac such as a BTA41/600, and mount it over a big heatsink.

      you can also try a PWM version for the same.

      I have explained the circuits in the following article which you can probably try.

      But these are relatively complex circuit and only experts are advised to work with the.

      https://www.homemade-circuits.com/2012/12/high-current-triac-bta41600b-datasheet.html

      Reply
  75. kishan s ghetia says

    May 13, 2016 at 8:38 pm

    dear, sir
    i have SINGLE PHASE INDUCTION MOTOR 1HP, 7AMP, 50-60Hz frequency , and r.p.m is 1440 which is use in power press machine .
    now i want to control speed of motor by using this circuit so which kind of modification will required. when motor run on full load it's amp was 7-10 so what kind of component is replaced in this circuit. please give me the list of component

    in past i had been used dimmer switch which is rated 3000watt but it had been failed in full load of motor so i want to control by frequency method.

    Reply
  76. Abrar Shaikh says

    April 1, 2016 at 7:08 am

    Hello sir, my team has purchased all the components for this project. We have also assembled the circuit on breadboard. Now, we have some doubts. Please help us out with them.

    1. In the diagram drawn by Mr. Vuleek Unteeluv, it is said that we have to connect "motor voltage" at the drain pin of "HO MOSFET". I assume it to be the single phase voltage. If I connect the phase wire at the drain pin of "HO MOSFET" then where should I connect the neutral terminal? Should I connect it at the source pin of "LO MOSFET"? If I do so, I fear that the negative of DC voltage (Ground symbol of diagram) and neutral of AC will get shorted.

    2. Is it compulsory to give rectified 12VAC or can I connect 12V battery.

    Please help sir. It's urgent. Thank you very much for your support.

    Reply
    • Swagatam says

      April 1, 2016 at 2:57 pm

      Hello Akbar,

      NOT the phase, you'll first need to rectify the mains 220V AC into DC (330V)using a bridge rectifier, and then connect the positive with the mosfet drain, and the negative with the source….

      the 12V can be any form of DC…the word "rectified" refers to the conversion of a 12V AC to DC that's all nothing critical about it.

      Reply
      • Abrar Shaikh says

        April 1, 2016 at 4:08 pm

        Thank you so much sir for your quick reply. I understood the circuit now. Just for verification I am mentioning what we will do:

        We will connect 12V battery for 12V DC power

        We will rectify AC (by using our own external bridge rectifier) to 330V DC and then give positive to MOSFET (HO OUT) Drain and negative to MOSFET (LO OUT) source.

        So this basically means we need to design our own simple 330V rectifier. After reading other comments I believe that this rectified voltage must not be pure DC but should have some ripples in it to act as sampling.

        Am I correct Sir?

        Also, second doubt I have is:
        Ground of 330V DC and 12V DC will then be same if I connect negative of 330V DC to source of LO OUT MOSFET. Will it be safe? I mean, it will not cause any circulating current?

        Thank you again for your quick reply to my previous doubts. Do reply soon.

        Reply
        • Swagatam says

          April 2, 2016 at 3:25 am

          You are welcome Abrar!
          the 310V DC can be a pure DC, it need not be with ripples, although ripples might not affect the motor performance.

          but pin#5 of IC2 will need a 100Hz sampling…so I think the last diagram has a mistake, it's not as per the second diagram (pin#5 needs to be connected to 100Hz ripple separately)….I'll correct it soon

          yes the negatives of the two voltages (310V and 12V) should be connected in common, there's no danger in doing so and is necessary to make the circuit work correctly

          Reply
          • Abrar Shaikh says

            April 2, 2016 at 4:52 pm

            Thank you again sir for quick reply.

            1. Sir how would I provide 100Hz sampling to pin 5. Is there a separate circuit? If yes, then which circuit?
            2. Can you please recommend us a 230VAC to 330VDC rectifier circuit?

            Sir do reply soon because we have to build the pcb footprint by tomorrow night.

            I know, I don't need to mention again and again to reply soon because you are very fast in helping. Its just that we are in urgency. Sorry for disturbing you.

            Reply
            • Swagatam says

              April 3, 2016 at 2:09 am

              Thank you Abrara,

              A rectifier can be built by using 4 diodes as shown in the diagrams above….I have corrected the last diagram you can check it out

              But I wonder if you don't know how to build a rectifier how you would be able to succeed with the above fairly complex circuit?

              Reply
  77. Joe Poland says

    March 17, 2016 at 9:08 am

    Hello, can help me with some schematics for a power supply to run my tattoo machines

    Reply
    • Swagatam says

      March 17, 2016 at 11:39 am

      please provide all the electrical specs of your tattoo machine

      Reply
  78. Mustafa Jamal says

    March 8, 2016 at 11:36 pm

    i did work little bit on VFD ,but my requirement is to run Air Conditioner Compressor motor of 1 ton . i tested above circuit ,it showed Pure Sine Wave at the output but this Sin wave remains stable just on 50 HZ frequency , on slight variation in potentiometer value ,it shows various noises .My aim is to vary frequency in between 20 to 50 hz with sin wave. The above circuit is feasible for 1 hp and i need to upgrade it to 4.7 hp ,3.5kv and 15 amp let me know sir how could i do that .

    Reply
  79. Unknown says

    March 8, 2016 at 11:34 pm

    I did work little bit on VFD ,but my requirement is to run Air Conditioner Compressor motor of 1 ton . i tested above circuit ,it showed Pure Sine Wave at the output but this Sin wave remains stable just on 50 HZ frequency , on slight variation in potentiometer value ,it shows various noises .My aim is to vary frequency in between 20 to 50 hz with sin wave. The above circuit is feasible for 1 hp and i need to upgrade it to 4.7 hp ,3.5kv and 15 amp let me know sir how could i do that .

    Reply
    • Swagatam says

      March 9, 2016 at 3:03 pm

      You can upgrade the power of the circuit by connecting more number of mosfets in parallel.

      50Hz is for 220V…and 60Hz for 120V and so on…so the frequency should be in terms with the voltage level as per the standard specs…..and by the way noise can be filtered by suitable LC filter circuits

      Reply
  80. Paul Beeson says

    January 18, 2016 at 5:02 am

    I see the question of 'have you built this circuit and tested' was a no. Has "anyone", successfully, made this work? I just finished drawing it in eagle cad. When my dad asked – is this a tried design or just another Internet postling. So, I have to know is there a working board out there?

    Reply
  81. Trupal Patil says

    December 22, 2015 at 2:21 am

    Im using 200 volt supply, and need frequency range from 0-50 Hz or around it. It can be less than 50Hz but i need low frequency. Which circuit will help me from these three? If not then can you provide me one?

    Reply
    • Swagatam says

      December 22, 2015 at 5:30 am

      you can try the last circuit shown in the above article.

      Reply
  82. afam nzoiwu says

    November 5, 2015 at 10:32 pm

    I really need to use AC main to power my DC motor instead of battery. I have 19amps 27v 2200rpm permanent magnet DC motor which consumes 36v 200ah battery anytime I want to test run it. Help me design an AC input/DC output that will handle 19a 27v DC motor without voltage drop.

    Reply
    • Swagatam says

      November 6, 2015 at 7:55 am

      The best and the safest way would be to use a 24V 25amp transformer, and rectify its output for the motor…this could be made by anybody safely and with 100% results…any other option could be risky and might require advanced knowledge regarding the concept.

      Reply
  83. Ponlawat Suparmart says

    October 30, 2015 at 3:16 am

    Can I use this circuit to control induction motor 1 phase? 

    Reply
    • Swagatam says

      October 30, 2015 at 1:20 pm

      yes you can do it…

      Reply
    • Swagatam says

      October 30, 2015 at 1:23 pm

      I think a simple PWM controller for the field winding would also do the job…….

      Reply
  84. SivaraJ P says

    October 24, 2015 at 2:05 am

    actually brother My requirement is to run single phase 2hp 220v 50hz 12amp motor using solar power, i am having 800v dc 4800watts solar panel int that i want to use mentioed single phase motor and also want home purpose, can i use this circuit as for my req.? What model mosfet iwant to use?

    Reply
    • Swagatam says

      October 24, 2015 at 1:11 pm

      yes brother definitely you can use the circuit, make sure to select the mosfet as per the load specs.

      however you must have the assistance of an expert electronic engineer while building the proposed circuit because the circuit could be too complex and not suitable for the newcomers.

      Reply
    • SivaraJ P says

      October 24, 2015 at 2:11 pm

      Got it brother, the borewell submercible pumb having three wire system 240v single phase, in that case how the circuit is used to run the motor ?

      Reply
    • Swagatam says

      October 25, 2015 at 6:20 am

      I think one of the wires out of the three could be for "earthing" purpose…while the other two for LIVE and NEUTRAL connections…you will need to find the Live, and the neutral wires and connect these between the mosfets, as shown in the diagram.

      Reply
  85. mtn silviu says

    September 30, 2015 at 6:21 pm

    Hello 🙂 i'm back.. 1 month has passed since i posted. Couldn't work on the project because school started,had some exams at another course,and i had driving license exam..soo i didn't had much time to spend on the project. I worked on my PCB these days,and there are good news and bad news. The bad news are that i missed something,and some components heated up. I solved the problem but my circuit has no output. I tried to ask some help ,found that i had my IC3 output was messed up and tried to fix the problem ,but then i found other things and so on… My worst nightmares. Tried to solve everything,and in this point my PCB has many jumpers and looks horrible but i have an output,with the Hz meter i read from (if i remember) 10 to 1100 Hz aprox. but if i connect a load it doesn't do notting. Forgot to mention,i rectified 220v ac with rectifier and caps. and i supplied the circuit with 310vDC to see if i have an output,and my AC output voltage varies from 0,9V to 2V but it's somehow instable(sometimes shakes from 1.8v to 2.1 by itself) And unfortunately,i dont have an osciloscope so i can't test if my 555's work fine,or if i have a stable 1kHz output. But the good news are that i won't stop untill i make this circuit work. And i have a good ammount of spare parts,so no problem. I learned something about the IC's from the datasheet's and i understand a little bit more how the circuit works. I focused on your 2 first images,the one with the 555's and the one with the mosfet driver,checked the datasheets,found some errors with my pcb desing,and in these days when i have some free time,i will change the PCB design ,make a circuit diagram and correct the errors,hope this time it will work. I'll update the DropBox link content as soon as i correct all the errors,but i really can't be sure if i will not miss something again,because i allways miss something…for now. Anyways, if you have some time to answer some questions please. For IC2 555 at pin 5 ,like in the second image, we can use the positive 100hz dc ripple(if i say it right) , and you suggested that we can use instead a 1KOhm potentiometer like in the final circuit diagram from Mr. Vuleek. But how a potentiometer can transform a 12v DC powersupply into 100hz ripple for the pin5 ? Have you tested the circuit if it works? Some good advices? Hope i didn't missed some word,because it's late and i'm a little tired. Really wish i could understand this circuits concept from the core,because as you warned,it is frustrating sometimes but it doesn't matter,eventually it will work. Thank's again 🙂

    Reply
    • Swagatam says

      October 1, 2015 at 12:14 pm

      I appreciate your interest and determination and wish you all the best!

      This circuit can be difficult even for an reasonably expert engineer like me, so it can be definitely a huge thing for a school student, so whatever you could achieve so far is commendable.

      Anyway, the right method to build a complex circuit is to go about stage-wise…..never try building the whole thing at a one go….in that way even an expert engineer might end up with flaws and fumes.

      My advise would be to first disconnect all the interconnecting loops….

      disconnect the IC 555 from the IC 4017…and IC 4017 from the motor bridge driver

      power the IC555 section separately and make sure the 4017 and the motor driver do not get any power DC

      After this, check the output of the IC2 pin3 by adjusting the 1K preset….1K preset changes the potential level on pin5 which is compared by the triangle waves at pin7 of the same IC internally for generating a proportionately varying PWM at pin3.

      As pin5 potential drops…the PWMs at pin3 get narrower and vice versa.

      You can check the following post for the details

      https://www.homemade-circuits.com/2012/12/how-to-use-ic-555-for-generating-pwm.html

      check and confirm the pwms using a scope or simple a DC voltmeter at pin3.

      once this is confirmed, you may connect the stage with the 4017 IC and check its output whether or not it generates the required sequencing output across its selected output pinouts.

      And finally you may integrate the 4017 output with the motor driver IC for verifying the final results.

      I hope you understood how it needs to be implemented…if you have more doubts feel free to express them here….

      Reply
  86. mtn silviu says

    August 29, 2015 at 12:57 pm

    I'm back, finished at last the PCB in sprint layout and i uploaded everything to DropBox https://app.box.com/s/yzlqg67ei0y8o6nulic19aj56in3leu3 with the updated schematic, .LAY file and everything that i found to be useful for me. I double-checked the PCB to be sure and in 2-4 days will arrive to me,so i can start soldering. Hope i didn't missed something, i have nightmares when random components start to heat with no reason… i'll make an update when i finish and test the PCB 🙂

    Reply
    • Swagatam says

      August 30, 2015 at 8:40 am

      thanks mtn, I wish you all the best!!

      Reply
  87. mtn silviu says

    August 22, 2015 at 10:05 am

    Waw… 600V DC input,that is something… It will be hard to reach such volts. If i recify a 220V AC supply with filter capacitors it will reach 310V DC,is that enough to power my 1A 220v AC single phase motor? i know we have a potentiometer for V and Hz but how it works? if i have 310V DC supply i can change the output voltage from 0 to 310V AC to power the motor? And on top of that i have problems with the parts list, i have to buy equivalents for the IC's. I have CD4017BM SMD for the decade counter/divider, IR2110PBF for mosfet driver and SA555N for astable/monostable timer. I can buy only from TME. Thinking they are fine withs specifications,what do you think? Ooh,and thanks for the reply 🙂

    Reply
    • Swagatam says

      August 22, 2015 at 12:06 pm

      600V won't be required if you intend to control a 220V motor…yes 310V would be just right for your application, and you would be able to adjust the RMS right from 0 to 310V

      The numbers of the parts you have mentioned are all OK according to me, and should work as specified.

      Reply
    • Swagatam says

      August 22, 2015 at 12:07 pm

      …but please be warned….this project is not for the noobs, it's only for the hardcore experts :-]

      Reply
    • mtn silviu says

      August 22, 2015 at 1:27 pm

      Let's say i'm not an hardcore expert,but for my level,this project looks fine to do,still it's a demanding one…My weakest point is to understand how the circuit works,how the IC's works and how to combine them to make a magic output ;P. Got all those fancy terminologies in the description that drive me crazy, but i have years to learn. For now i just follow the diagrams,make the pcb's,solder everything and make them work,one day i will learn the theory behind the hardcore circuits that i encountered. Just got the information that my K2837's can't arrive,so i'll use FDA50N50 for the power MOSFET's,they have low Rds=89mO, Vds=500V, Vgs=+-20v and Id=48A,they must also be fine. As soon as i finish the PCB in Sprint Layout i will post some images for the others too see it,an image with the updated schematic from Mr. Vuleek Unteeluv with the 310v DC input correction and upload the .LAY file of PCB for the others to use it. Thanks :).

      Reply
    • Swagatam says

      August 23, 2015 at 3:14 am

      There are too many things to be learned and digested in the shown design, one explanation could need a subsequent explanation to be understood and the strings of such explanations can be quite long.

      however If you are confident then you must go ahead.

      The mosfets are not so critical, it just needs to be matched with the load specs for preventing it from heating up too much.

      certainly, would love to see the images:)

      wish you the best!

      Reply
  88. mtn silviu says

    August 21, 2015 at 1:46 pm

    Hello Swagatam, nice project you have here. I just started to make the components list and pcb to order so i can build your VFD,it's perfect for my 250W ac single phase motor. Thank you for sharing the project :). I have some questions if you dont mind. In the first picture we have an IC IR2110 and the drain side of the mosfet goes to an electrolytic 10uf/1KV capacitor and to: Up to 500v or 600v, but in the third picture the drain side of the mosfet goes only to the electrolytic capacitor . so the question is how the ac single phase motor powered? and where we have ac or dc because its a little confusing,the up to 500v or 600v is ac or dc ?. Many thanks!

    Reply
    • Swagatam says

      August 22, 2015 at 1:47 am

      thanks mtn, in the last diagram the drain of the high mosfet needs to be connected to the desired high voltage DC bus source,,,yes it's not shown in the diagram, if possible I'll tru to update it accordingly soon.

      please note that the design is a manual VFD so the V and Hz will need to adjusted manually through the indicated pots.

      Reply
  89. HEMANTH MOGER says

    April 27, 2015 at 6:47 pm

    Hi Sir.., my project is upon Single phase Induction motor of 60W,230V,0.28A rated…My query in this circuit is that at the Inverter output terminal is that possible to achieve 230V ac with 12V battery as input. or I supposed to put step-up transformer..

    Reply
    • Swagatam says

      April 28, 2015 at 8:41 am

      Hi Hemanth, if you apply 230V at the mosfet drain side then the output will be optimized for 230V, so basically the output will depend on what input is fed to the drain side of the upper fet.

      Reply
  90. Anshdeep yadav says

    April 1, 2015 at 4:29 pm

    dear sir i am getting problem in half bridge driver circuit part in this circuit…control part is working well….can u make me understand hoe this part is working…

    Reply
    • Swagatam says

      April 2, 2015 at 8:16 am

      dear anshdeep, the input HIN and LIN should be connected to the 4017 outputs, thus when HIN is high, LIN should be low and vice versa, as long as this is happening the output of the IC will switch the mosfets and the connected load….the shut down pin is not relevant and may be kept open.
      alternatively you can simply eliminate the entire 4017 stage and the half bridge, and connect a mosfet directly with the pin3 of IC and drive the motor through it.

      Reply
    • Anshdeep yadav says

      June 26, 2017 at 4:59 am

      sir then why we are using this stage 4017 and half bridge
      i.e not connecting directly

      Reply
    • Swagatam says

      June 26, 2017 at 8:41 am

      Anshdeep, I was wrong when I said the 4017 can be directly used for driving the motor…it cannot be used because it cannot replace a half bridge driver IC, that is why we have to employ the indicated IR2110 IC

      Reply
  91. ups kumar says

    March 30, 2015 at 2:38 am

    Dear sir please provide me any circuit for solar 500-600 vdc (9amp) to 220 ac

    Reply
    • Swagatam says

      March 31, 2015 at 7:19 am

      Dear Ups, can you provide some more details about the application and the requirement, it will help me to design the circuit in a better way.

      Reply
  92. abraham prem kumar says

    March 27, 2015 at 9:30 am

    Please specify the type of motor to be used. May I use a split phase capacitor start fan motor? And also specify the frequency range of first IC for satisfactory operation of this project. I am doing this circuit as a project for my students and have to design the transformer based on your reply.Please reply.

    Reply
    • Swagatam says

      March 27, 2015 at 12:16 pm

      I have no idea which motors typically require an VFD, I have only tried to present a suitable circuit based on the studied concept

      the frequency range can be between 10 and 500 Hz if 1uF is selected for Cx

      Reply
      • AYANDA MDLULI says

        April 14, 2018 at 8:07 pm

        Hi sir im having a same problem with the circuit its not working ,and when i connected it to 230 AC V my high side mosfet just burned.and the following is my motor specification

        This unit will handle all high voltage (220VAC) and drive the motor.
         Drive 24W 230VAC induction motor.
         The speed of the motor should be determined by the Speed Reference unit.
        the motor to be drived is “Mellor Electric AC1000 Reversible Shaded Pole AC Motor, 24 W, 1 Phase, 2 Pole, 230 V ac”

        please help bro i connected the circuit as it is but i used IRF460 in the beginning also tried IRF540 as my mosfet both of them burned.

        Reply
        • Swagatam says

          April 14, 2018 at 8:45 pm

          Hi Ayada, how did you build and check the stages? If you build the whole together it is never going to work.

          You must build the different stages separately, test and confirm them separately, and once all these stages are verified, then you should go for the final integration step by step.

          Here first you must check the the IC1/IC2 555 stage separately and make sure the PWM is working in sync with the bridge rectifier ripple input and also make sure PWMs are varying with the 1K pot, then test the full bridge driver separately with a motor, then finally integrate all of them to check the motor speed variations.

          Reply
          • ayanda mdluli says

            April 16, 2018 at 5:49 pm

            hi sir thanks for your patient but i did that and my PMW is working very perfect my output is very good i checked it using oscilloscope i will share the results when i get to LAB and i did my PMW stage in breadboard and the high side stage which compromise the two mosfets i built them in veroboard, and if i check it separately my mosfets just burnt that why im confirming from you sir and i first tried it using the 12v but i was unable to read the change in frequency using oscilloscope then i applied 230 v then the mosfet burnt 2 times i used IRF460 and IRF540 separately and the first once made a big noice and the second ones just burned and followed by smell so i dont know yet but im going to double check my veroboard again but tell me in which way i should build and test the The Half-Bridge Driver Circuit should i put them all in veroboard including IR2110? lastly sir what can cause the mosfet to burn in this design specifically?
            Thank you.

            Reply
            • Swagatam says

              April 17, 2018 at 7:29 am

              Thank you Ayanda, if the IC 555 PWM stage is working perfectly, that means the half bridge stage is giving problems. However the half bridge design is a standard design taken from the datasheet of the IC, so it has to work.

              Yes the mosfet placement is crucial. The IC and the mosfets must be assembled on a PCB by soldering and very close to each other.

              Also connect a 1K resistor across all the mosfet’s gate/source leads. For more info on this you can read the following article:

              https://www.homemade-circuits.com/mosfet-protection-basics-explained-is/

              Reply
        • dru says

          March 31, 2022 at 1:25 pm

          i noticed here that you there that tried was using IRF460 and IRF540 i just consulted and those mosfet are both rated to only 100v . and youre using in 230v (so more than 300v peak) . thats probalby why they are burning

          Reply
          • Swagatam says

            March 31, 2022 at 4:12 pm

            I may have mentioned it mistakenly….all the mosfets must be rated at 400 V or 500V to handle 310V input DC

            Reply
  93. Anshdeep yadav says

    March 10, 2015 at 5:37 pm

    this circuit is not working……can anyone help me to understand working of all major components in this circuit….plz

    Reply
  94. Vuleek Unteeluv says

    January 25, 2015 at 8:17 am

    oi59.tinypic.com/2ai1mcn.jpg

    Reply
    • Swagatam says

      January 25, 2015 at 2:34 pm

      pin5 of IC2 should be connected to an AC source, for example a 100Hz ripple from the a bridge rectifier.

      This is for setting the amplitude of the PWMs in accordance with the mains AC value.

      However this can set using a 1K pot also.

      remove the pin5 (IC2) link entirely.

      take a 1K pot and connect its center pin to pin5 of IC2, the other two outer pins should be connected to positive and negative of the supply respectively.

      Reply
    • Vuleek Unteeluv says

      January 25, 2015 at 8:10 pm

      Thank you Swagatam Majumdar for your help. I appreciate it.
      I hope now all is correct. i61.tinypic.com/2nkj6le.jpg
      What about resistor wattage and c11 capacitor? Am I right about them?

      Reply
    • Swagatam says

      January 26, 2015 at 7:51 am

      It looks perfect to me now.

      All resistors are 1/4 watt……C11 could be an electrolytic, or 10nos of 1uF/1KV (MKT)connected in parallel

      Reply
      • ayanda mdluli says

        April 16, 2018 at 8:52 pm

        Hi sir ,you once mentioned that c11 will avoid the voltage spikes accross the lines,and its seems imposible to get 10uf/1kv but i managed to get 103/2kV there is a problem if i use it or its must have a big value or smaller than?

        Reply
        • Swagatam says

          April 17, 2018 at 7:32 am

          Hi Ayanda, yes that’s right C1 is very important, but it should be at least 1uF in value, 103 will simply not work because that’s equal to 0.01uF, too small to cancel any spike effectively.

          Reply
    • Swagatam says

      January 26, 2015 at 7:59 am

      ….yes two 20mfd/450V in series could also be tried for C11

      R14/15 can be also 0.25watt rated…no issues.

      Reply
    • Vuleek Unteeluv says

      January 26, 2015 at 12:34 pm

      Thank you Swagatam Majumdar!
      I hope I'll try it in february.

      Reply
  95. Vuleek Unteeluv says

    January 24, 2015 at 4:46 pm

    I drew one single circuit (connected 2 circuits together) and I'd like you to confirm that all is correct in it, if possible.
    I cant post images in the comments.

    Reply
    • Swagatam says

      January 25, 2015 at 6:10 am

      you can send it to my email which is given in the "contact" page, or upload to any free image hosting site and provide the link here.

      Reply
  96. ertyuio ertyuiodfh says

    January 22, 2015 at 4:29 am

    I'm going to build this circuit but I'm wondering what cx do I use?

    Reply
    • Swagatam says

      January 22, 2015 at 11:15 am

      you can use 0.1uF and adjust the adjoining 180k pot for refining it to the required levels

      Reply
  97. AZEEM KHAN says

    November 27, 2014 at 7:20 am

    Igbt number?
    Can i sent my observation to u?
    I used this ckt.

    Reply
    • Swagatam says

      November 27, 2014 at 9:05 am

      sure you can send it.

      mosfets could be IRF840

      Reply
      • dru says

        March 31, 2022 at 1:39 pm

        i have some irf630 theyre rated for 200v can they be used ?
        in 127 rms here 180v peak seems good right , but im seeing that it always have 2 in series when conducting so can i assume that so the irf630 being 2 in series can be good for up to 400v ? so its safe for 220v too ?
        and also can i use this circuit in a biphasic line , 2 phases of 127 giving 220 ? i mean use without the neutral , both phases, will it work or blow ?

        Reply
        • Swagatam says

          March 31, 2022 at 4:09 pm

          In the last circuit using one mosfet is p channel. I am not sure if two n channel mosfets will be able to handle 400 V or not. Neutral is required for the above circuits, 2 phase input will not work.

          Reply
  98. Muhammad Junaid says

    October 21, 2014 at 8:10 pm

    How are you maintaining volts per hertz relationship in circuit?

    Reply
    • Swagatam says

      October 22, 2014 at 5:09 am

      it will need to be set manually by adjusting the 180k pot and the voltage across the mosfets.

      Reply
    • Muhammad Junaid says

      November 3, 2014 at 6:54 pm

      But as per my information, VFD's basic work is to automatically maintain V/Hz ratio to keep constant current but variable speed to the load…!

      Reply
    • Swagatam says

      November 4, 2014 at 10:02 am

      the word "variable" suggests that it has to be done manually, so in the above diagram also it's manual not automatic.

      Reply
      • Anilkumar V says

        May 7, 2022 at 7:11 am

        Sir,
        Its speed variation is manaualy..??…how to control it automaticaly with hz meter or speed display

        Reply
        • Swagatam says

          May 7, 2022 at 9:09 am

          You will have to set the speed and frequency manually, automatic may not be possible in this simple design.

          Reply
  99. Julio Cool says

    October 14, 2014 at 4:02 pm

    Hello Swagatam…

    Have you tested this circuit? What kind of motor have you tested? With which motor voltage? Did have the motor capacitor? Did the motor heat to much? The control of spinning was quite linear…? Sorry for too many questions, but I intent to build it with Microcontroller in the control part, for a Fan… If it works , i could share with your website…

    Reply
    • Swagatam says

      October 15, 2014 at 4:56 am

      Hello Julio,

      I have not tested it yet, but everything looks correct to me in the design… you are welcome to share your design here, I'll publish it with your credentials

      Reply
    • ainasauciageras says

      October 15, 2014 at 6:25 am

      Julio, I also want to use it to control the fan motor. I'm more interested in controler (AVR) use. Could be used and the temperature feedback to prevent damage to the motor. For this case, use only the power control scheme. There remains a number of issues:
      – What should be the PWM frequency? Low frequency noise is larger, poorer control, excessive frequency may cause heating of the parts, as well as might not be able to close the transistors and the scheme shall be burned.
      – Galvanic isolation and would preferably otherwise remains electrical injury.

      Reply
  100. Deimantas Ryckis says

    October 11, 2014 at 1:23 pm

    What I shoud to conect to HIN, SD, LIN

    Reply
    • Swagatam says

      October 12, 2014 at 5:15 am

      connect them with the outputs of the second diagram.

      Reply
  101. Kushan Anupama says

    October 11, 2014 at 4:31 am

    Please tell me what are the mosfets we can use for this project?

    Reply
    • Swagatam says

      October 11, 2014 at 2:25 pm

      It will depend on the power requirement specs of the load…

      Reply
  102. ainasauciageras says

    September 22, 2014 at 10:31 am

    ok, forget the Arduino. I will use optocouplers HCPL-314J. I want to know what the PWM frequency?

    Reply
    • Swagatam says

      September 22, 2014 at 3:07 pm

      PWM frequency can be such that chops each square wave into 4 blocks, multiply the basic frequency with 4 or 5, that will give you the PWM frequency.

      Reply
  103. ainasauciageras says

    September 22, 2014 at 6:27 am

    Hi,
    how to use the Arduino (as a PWM generator). It must also be insulated phase (eg. Optocouplers). What do you think? How to realize this?
    With respect Evaldas

    Reply
    • Swagatam says

      September 22, 2014 at 9:00 am

      Hi, I am more used to with discrete electronics, can't say much about about Arduino stuffs.

      Reply
  104. Hannes S. says

    July 10, 2014 at 6:01 pm

    No i want to use the AC motor for my project, thats why i was looking for a self-built VFD, but without variable Cx it not be suitable for my project. And do you want to have the rectified AC from the transformator on pin5 at ic555 no.2 or could it be dc aswell?

    Reply
    • Swagatam says

      July 11, 2014 at 6:34 am

      VFD stands for variable frequency drive, meaning the frequency should be variable as per the motor requirement, you could make Cx fixed and use R1 as a variable resistor for the same, if the frequency is not variable the purpose of the circuit would become meaningless.

      the input is taken from a 100Hz bridge source to make the AC mains input cycles synchronized with the circuits PWM output cycles.

      Reply
  105. Hannes S. says

    July 9, 2014 at 3:22 pm

    Hey, i have a few questions, is the resistor next to the ic4017 a 1kOhm too, and which ranges should Cx be, and also is it possible to run this setup with dc input only, cause i would like to power a RC-car running with an asynchronous single phase motor.

    Reply
    • Swagatam says

      July 10, 2014 at 5:56 am

      Hi,

      The pin14 resistor of the IC4017 could be a 100k.

      for a DC motor you wouldn't require such a complex design since DC motors are not frequency dependent.

      If you are looking for a PWM speed controller circuit, you could probably try the one given in the following link:

      https://www.homemade-circuits.com/2012/05/make-this-pwm-based-dc-motor-speed.html

      Reply

Need Help? Please Leave a Comment! We value your input—Kindly keep it relevant to the above topic! Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Subscribe to New Circuit Ideas

Categories

  • Arduino Projects (87)
  • Audio and Amplifier Projects (132)
  • Automation Projects (17)
  • Automobile Electronics (101)
  • Battery Charger Circuits (83)
  • Datasheets and Components (104)
  • Electronics Theory (143)
  • Free Energy (37)
  • Games and Sports Projects (11)
  • Grid and 3-Phase (19)
  • Health related Projects (25)
  • Home Electrical Circuits (12)
  • Indicator Circuits (14)
  • Inverter Circuits (87)
  • Lamps and Lights (142)
  • Meters and Testers (69)
  • Mini Projects (46)
  • Motor Controller (64)
  • Oscillator Circuits (27)
  • Pets and Pests (15)
  • Power Supply Circuits (108)
  • Remote Control Circuits (50)
  • Security and Alarm (64)
  • Sensors and Detectors (101)
  • Solar Controller Circuits (59)
  • Temperature Controllers (42)
  • Timer and Delay Relay (49)
  • Transmitter Circuits (29)
  • Voltage Control and Protection (37)
  • Water Controller (36)

Calculators

  • Battery Back up Time Calculator
  • Capacitance Reactance Calculator
  • IC 555 Astable Calculator
  • IC 555 Monostable Calculator
  • Inductance Calculator
  • LC Resonance Calculator
  • LM317, LM338, LM396 Calculator
  • Ohm’s Law Calculator
  • Phase Angle Phase Shift Calculator
  • Power Factor (PF) Calculator
  • Reactance Calculator
  • Transistor Astable Calculator
  • Transistor base Resistor Calculator
  • Voltage Divider Calculator
  • Wire Current Calculator
  • Zener Diode Calculator
  • Filter Capacitor Calculator
  • Buck Converter Calculator
  • Boost Converter Calculator
  • Solar Panel, Inverter, Battery Calculator
  • Wire Current Calculator
  • SMPS Transformer Calculator
  • IC SG3525, SG3524 Calculator
  • Inverter LC Filter Calculator

People Also Search

555 Circuits | 741 Circuits | LM324 Circuits | LM338 Circuits | 4017 Circuits | Ultrasonic Projects | SMPS Projects | Christmas Projects | MOSFETs | Radio Circuits | Laser Circuits | PIR Projects |

Recent Comments

  • Swagatam on Understanding SG3525 IC Pinouts
  • Dan on Understanding SG3525 IC Pinouts
  • Swagatam on High Current Wireless Battery Charger Circuit
  • Swagatam on Timer Based Cell Phone Charger Circuit
  • Nitesh Agrawal on Timer Based Cell Phone Charger Circuit

Company

  • Privacy Policy
  • Cookie Policy
  • About Me
  • Contact
  • Disclaimer
  • Copyright
  • Videos
  • Sitemap

Social Profiles

  • Twitter
  • YouTube
  • Instagram
  • Pinterest
  • My Facebook-Page
  • Quora
  • Stack Exchange
  • Linkedin
  • © 2025 · Swagatam Innovations