• 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 / Water Controller / Making a Multi-function Water Level Controller Circuit

Making a Multi-function Water Level Controller Circuit

Last Updated on June 12, 2019 by Swagatam 51 Comments

The following multi-function water level controller circuit post is based on the suggestions expressed by Mr. Usman. I have explained more about the requested modifications and the circuit details.

The Circuit Suggestion:

The concept of this circuit looks good. May I suggest a couple of other desirable features?

1) To protect the motor from potential overheating (or as a safety feature) can u add an automatic shutdown timer? If the motor is running for one hour (or 1.5hrs or 2-hrs) and the water level does NOT reach the level-sensor, the motor should be automatically stopped. Of course, it can be re-started manually by pushing the start button again.

2) Can the motor be manually stopped at any time? For example, what if one wants to water the lawn (or wash the car) for a few minutes using high pressure water directly from the motor?"

Thanks very much!

Your suggestions are interesting!

I think I have discussed these issues in this article.

However instead of a timer I have used a temperature sensor circuit for tripping the motor if it starts getting hot.

The motor can be manually stopped by shorting the base of T3 to ground. This can be done by adding a push button across these terminals.

So the upper push button may be used for initiating the motor while the lower button may be used for stopping the motor manually.

Thanks Swagatam for a prompt reply. I've found another circuit on your blog (April 20th post) that is closer to what I have in mind.

I want a slightly different control logic in the above circuit:

Motor START Logic:

Manual push button (already implemented)

Motor STOP Logic:
1) Water level reaches a pre-determined level (as implemented in April 21st post), OR
2) A pre-determined time has lapsed (e.g. 30, 60 or 90 mins, this requires a long time-delay/counter), OR
3) Manual stop (manual override), OR
4) Power faliure (load shedding), this is implemented by default!

So I guess, the STOP logic (1, 2 and 3) can be configured to the base of T1 (in your April 20 post) and it should work. Pls comment, and if you have time maybe you can make a new post!

Thanks
Usman

The Design:

Let's analyze the above requirements and check how they have been implemented in the following diagram:

1) Water level reaches a pre-determined level: Point A and B may be appropriately fixed inside the tank for regulating this function.

Since point B is situated at the bottom of the tank, remains connected with the water permanently, now as the level rises and comes in contact with point A, the positive potential from point A connects with point B, which instantly reset pin#12 of the IC, switching OFF the relay and the entire system.

2) A predetermined time has lapsed: This feature is already present in the below given circuit. The timing outputs can be increased to any desired extents simply by increasing the values of P1 and C1.

3) Manual stop (manual override): This feature is actuated by SW2, pressing which resets the IC pin#12 and the entire circuit.

4) Power failure (load shedding): During a possible power failure or instantaneous power "blinks", the IC needs to be supplied with the required supply voltage so that the timing does not get interrupted. This is very simply done by adding a 9 volt battery to the circuit.

As long as normal power is present, the cathode of D3 stays high keeping the battery switched OFF from the circuit.

The moment power fails, the cathode of D3 becomes low, providing a way-in to the battery power which smoothly replaces the supply to the IC without causing any "hiccup" to the counting operation of the IC.

waterlevelcontrollertimercircuit

Parts list for the above explained multi-function water level controller circuit

All resistors are 1/4 watt 5%

  • R1, R3= 1M,
  • R2, R6 = 4K7
  • R4 = 120K
  • R5 = 22K
  • P1 = 1M preset horizontal
  • C1 = 0.47uF
  • C2 = 0.22uF disc ceramic
  • C3 = 1000uF/25VC4 = 100uF/25V
  • D1, D2, D3, D4 = 1N4007,
  • Relay = 12V/SPDT
  • SW1,SW2 = Bell push type of button
  • IC1 = 4060
  • T1, T2 = BC547
  • TR1 = 0-12V/500mA
  • BATT - 9V, PP3

Water level buzzer indicator circuit

The following circuit of a water high level and low level indicator circuit was requested by Mr.Amit. Please read the comments given below to know regarding the exact specs of the requested circuit.

highlowwaterlevelbuzzercircuit

Circuit Operation

The above shown water high and low level buzzer indicator circuit may be understood with the following points:

Point C which is connected to the ground or negative of the supply rail is kept immersed in the tank water at the bottom level such that the water present in the tank is always held a logic low.

Point B is the low level sensor point which must be positioned near the bottom of the tank, distance may be set as desired by the user.

Point A is the high level sensor, which should be held somewhere at the top of the tank as per user preference.

When the water level reaches under the point B, point B goes high due to R6, making the output of N4 high and consequently producing a low at the output of N5....the buzzer B2 starts buzzing.

However in the meantime C2 starts charging up and once it's fully charged inhibits the positive potential at the input of N5.....the buzzer is switched OFF. The time for which the buzzer remains On may be determined by the values of C2 and R5.

In an event the water reaches the top level of the tank, point A comes in contact with the low logic from the water, output of N1 becomes high and the same process is repeated as explained above. However this time B1 starts beeping, only until C1 gets fully charged.

Five gates from the IC 4049 have been utilized here, the remaining one unused gate input should be grounded for maintaining stability of the IC.

Parts List

  • R1,R6 = 3M3
  • R3,R4 = 10K
  • T1, T2 = 8550, or 187, or 2N2907 or similar
  • C1,R2 = to be selected for setting up buzzer on time
  • C2,R5 = to be selected for setting up buzzer on time.
  • N1---N5 = IC 4049
  • B1,B2 = Loud piezo buzzers

You'll also like:

  • 1.  Making a Float Switch Circuit for a Corrosion-free Water Level Control
  • 2.  Water Flow Valve Timer Controller Circuit
  • 3.  Control Two Submersible Pumps Alternately
  • 4.  Cheap Semi Automatic, Tank Water Over Flow Controller Circuit
  • 5.  Digital Clock Activated Water Level Controller Circuit
  • 6.  Adding a Soft Start to Water Pump Motors – Reducing Relay Burning Problems

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: « Simplest AM Radio Circuit
Next Post: How to Switch Two Batteries Manually using Opto Coupler »

Reader Interactions

Comments

  1. Umar says

    June 11, 2019 at 9:44 pm

    Dear Mr. Swagatam,

    You are doing great work.

    Above mentioned circuit can fullfill my requirement,but instead of continous running of circuit during power failure I want that motor could not turns on once power failure occurs. Hence, submiserable pump requires some rest to wash its blades once it turns off by using of water available in pipe. And if circuit turns on instantly after power resumes, it will burn the motor. And I also add high/low voltage protection in it. How to achive that result?

    Reply
    • Swagatam says

      June 12, 2019 at 11:52 am

      Thank you Umar,

      I think you can try the following concept for the motor:

      https://www.homemade-circuits.com/simple-refrigerator-protector-circuit/

      And for the high low cut off you can refer to the following article:

      https://www.homemade-circuits.com/highly-accurate-mains-high-and-low/

      Reply
      • Umar says

        June 14, 2019 at 12:42 am

        Thanks for your replay.

        Its seems both your links gives same results in term of high/low protection. which one is better for me in my earliar mentioned case???

        second, If I made according to “https://www.homemade-circuits.com/highly-accurate-mains-high-and-low/ ” then how to achieve delay time requirement while power failure resumes?

        Reply
        • Swagatam says

          June 14, 2019 at 9:21 am

          The link gives the delay ON timer circuit, the second link shows the high/low protector.

          Reply
  2. Sriram says

    February 3, 2018 at 4:48 pm

    Hi, does the above circuit have automatic ON function if the water level goes below low level? If yes means how it will work?
    Because I require a circuit with automatic ON, OFF facility with timer. Like if the water level goes below low level means the motor should run and after predertermined (45)mins time the motor should off. Within that 45mins the water level reaches the high level (at 30mins) also the motor should off.

    Reply
    • Swagatam says

      February 3, 2018 at 5:45 pm

      To implement the mentioned functions, you will have to modify the design in the following manner:

      Remove SW1 and all it connections with the relay, and connect the transformer directly with mains.

      take a Darlington NPN using two BC547, fix its base through a 1K resistor at the top water level position, where the cut off needs to be sensed, also make sure to use a 1uF capacitor across base of this transistor and the ground supply line.

      after this connect the emitter of this transistor with base of T1 through a 1K resistor, and also connect its collector with the positive supply line.

      Reply
      • Sriram says

        February 4, 2018 at 3:22 pm

        Hi, i think the above circuit have manual ON and automatic OFF.
        Could you please design me a circuit with automatic ON, automatic OFF and timer?
        So when water goes below low level, the motor should get automatic ON and the motor should get OFF at 45mins or the water level reaches high(if tank is full within 45 mins).

        Reply
        • Swagatam says

          February 4, 2018 at 5:50 pm

          Hi, I have already explained it in the previous reply….

          Reply
          • Sriram says

            February 4, 2018 at 6:25 pm

            Yeah, you suggested me to make a darlington and place the sensor at the top level where motor need to off but that is already implemented in the above circuit. In the above circuit also a Darlington and the top sensor is there to turn off the motor. I want the motor to ON when water is reached low level. If am wrong about the circuit means could you please explain.

            Reply
            • Swagatam says

              February 4, 2018 at 7:50 pm

              yes it is already implemented, and it seems the automatic start can be difficult to implement in this design.

              you will have to incorporate the following concept and attach a 4060 timer circuit externally which will switch OFF the relay after the predetermined time

              https://www.homemade-circuits.com/how-to-make-simple-water-level/

              for the timer you can use the first circuit from this article.

              remove the transformer power supply and also the triac stage.

              disconnect the R3 end from ground and connect it with the collector of the water level relay driver transistor.

              and connect pin#3 with another BC547 stage with its emitter to ground base to pin#3 of 4060 and collector to the base of the water level relay driver transistor. make sure to keep the 1n4148 diode across pin#3 and pin#11

              Reply
              • Swagatam says

                February 4, 2018 at 7:50 pm

                here’s the link for the timer article

                https://www.homemade-circuits.com/simple-triac-timer-circuit/

                Reply
  3. Jack Jhon says

    May 19, 2015 at 2:02 pm

    Thank you sir . this helped a lot. But sir one more doubt here in this link-
    1.bp.blogspot.com/-bGcwz6ySGw0/TwkZ1PwTEhI/AAAAAAAAAqQ/ZdaGCKNyBsk/s1600/Light+Switch.png
    Is it connected to some sort of Controller as the marking shows some pin numbers or its an entire IC structure. And the one you told initially that darlington one which one you feel will be the best and most apt . 🙂

    Reply
    • Swagatam says

      May 20, 2015 at 8:47 am

      Jack, the pin numbers given on the "gate" symbols are from the IC 4093, the transistor can be a 8050 or a 2N2222, its base resistor is 4.7K and the relay is a 12V relay.

      P1 can be a 1M preset for adjusting the sensitivity of the circuit

      Reply
    • Swagatam says

      May 20, 2015 at 8:49 am

      both are equally good, using a Darlington tramsistor makes the construction a bit simpler that's all…

      Reply
    • Jack Jhon says

      May 20, 2015 at 9:39 am

      Sir one last thing please explain how these gates will work and provide desired output as m supposed to explain this asap. Thank you.

      Reply
    • Swagatam says

      May 21, 2015 at 3:11 am

      when water is present across the input terminals of the first gate, the DC will pass through the water and make the input of the first gate high, which will in turn make its output low. This low will reach the inputs of all the connected parallel gates which will respond to this and make their output high. This high will trigger the transistor relay stage and switch ON the motor….

      exactly reverse will happen as soon as water is removed from the sensor terminals, switching off the motor.

      Reply
    • Jack Jhon says

      May 21, 2015 at 6:56 am

      Thanks a lot sir. 🙂

      Reply
  4. Swagatam says

    May 19, 2015 at 12:33 pm

    you can feed the AC to the water controller relay and the motor through the following circuit for the overload protection:

    https://www.homemade-circuits.com/2012/09/mains-ac-overload-protection-circuit.html

    Reply
  5. Swagatam says

    May 19, 2015 at 12:23 pm

    when the water bridges the shown metal conductors across the pipe its resistance goes down which allows the transistor to conduct and operate the relay.

    yes a Darlington transistor is used for greater sensitivity.

    logic gates can also be used as shown here:

    1.bp.blogspot.com/-bGcwz6ySGw0/TwkZ1PwTEhI/AAAAAAAAAqQ/ZdaGCKNyBsk/s1600/Light+Switch.png

    remove the LDR R1, and use its terminals as the water sensor across the pipe.

    Reply
  6. Swagatam says

    May 19, 2015 at 5:40 am

    please explain all the features in detail so that I can understand the exact functioning of the required circuit.

    Reply
  7. Swagatam says

    May 19, 2015 at 5:39 am

    hello jack, by start stop switch do you mean you want to include manual switches also for staring and stopping the motor by overriding the water sensor??

    Because in the present set up the relay and the motor will get activated only while water is flowing out from the pipe, and stop immediately as soon as water stops pouring out from the mouth of the pipe

    Reply
  8. Swagatam says

    May 18, 2015 at 9:55 am

    Hello Jack,

    you can try the following circuit:

    https://www.homemade-circuits.com/2014/10/municipal-water-supply-sensor-pump.html

    it does not use CMOS ICs but would still work as efficiently.

    Reply
  9. Vijay Sharma says

    April 28, 2015 at 6:19 pm

    Ok thanks Swagatam, I'll try this and see if I can do something to avoid the IC from counting when the circuit is switched ON.

    Reply
    • Swagatam says

      April 29, 2015 at 4:43 am

      OK, thanks!

      Reply
  10. Vijay Sharma says

    April 25, 2015 at 2:36 pm

    Hi Swagatam, I am making this circuit with a slight change. I need to combine this with the wireless water level indicator. I have all that built up. My requirement is that the wireless indicator should be ON at all times to show the water level while I want all other functionality of this circuit – which is manual start and automatic stop based on either timer or tank full.
    I can use 2 power supplies here – one to supply the indicator circuit and another to the controller circuit but I don't want to use 2 of them. Is there a way you can suggest. Another point to note is that the controller works at 5V while the rest of the circuit is on 12V. In fact I had converted this controller circuit to work at 5V but then couldn't get a 20A relay for 5V so I went back to 12V for this. Any help would be useful here. Thanks
    Vijay

    Reply
    • Swagatam says

      April 26, 2015 at 6:19 am

      Hi Vijay, you can do it in the following way:

      Remove SW1 and short it's points with a link

      break the link which was present between SW1 and the relay NO contact and the motor wire.

      After this connect a diode across pin3 and pin11 of the IC, cathode to pin11.

      bring SW1 to a new position that is parallel with C2.

      That's it, it's done now you can use the DC output across C3 to power your wireless system but through a 7805 regulator stage.

      Reply
    • Vijay Sharma says

      April 26, 2015 at 7:24 pm

      HI Swagatam, Thanks for the suggestion. Although I mostly understand what changes you've suggested I am not able to see how would the circuit work. You've introduced a diode to latch the output once the timer is done with the counting which is okay as it would ensure that the relay is OFF once the timer time is reached. But how would the motor get started when I press SW1 which is not across C2? Wouldn't the timer circuit start counting itself when I supply power to it because PIN 12 is not high? Please explain this a bit. I have uploaded the modified diagram here : postimg.org/image/e3g9s011j/

      Reply
    • Vijay Sharma says

      April 26, 2015 at 7:53 pm

      Sorry, please use this link instead for the modified diagram : s4.postimg.org/gb0nrslbx/Modified_Water_Level_Controller.jpg
      I have omitted the deriving 5V across C3 via 7805 for simplicity.

      Reply
    • Swagatam says

      April 27, 2015 at 9:12 am

      Yes that' correct, to rectify this I think we can try connecting SW2 such that when pressed either it short circuits C1 or R2/P1, that is either across C1 or across R2/P1, on doing this pin3 could be expected to go high, instantly locking the IC counting.

      and pls note that SW1 is only for resetting a start… first time when power is switched ON, the motor would start without SW1 press, but subsequently after the timing has elapsed sW1 may be pressed to reset and restart the motor.

      Reply
  11. Arun Dev says

    October 10, 2014 at 9:06 am

    thank you sir for the reply….. but your answer is not suitable for my need…. i want to design a led demonstration of the solar planet system…. so in each orbital path leds should be arranged in such a way that all the LEDs in that path shouldn't blink simultaneously, in other words one after another…. if we are gonna implement the current design in this blog for this project, it will lead to the use of 8 separate CD4017 ICs and their components…. that is why i had initially asked for a LED flasher which is to be implemented to a series connected LEDs

    Reply
    • Swagatam says

      October 11, 2014 at 2:39 am

      Arun, yes you'll have to incorporate 8 separate 4017s for the different paths…you can't get the feature in one IC, or you'll have to resort to a microcontroller circuit for getting it one chip.

      Reply
  12. Prabhu Guna says

    July 1, 2014 at 5:10 pm

    Hi Sawagatam,

    can u make a circuit similar to the one in the link given below using 4060 with motor timing & water level controller(i.e.,)motor should run for 1 / 1.5 / 2 ,etc hours depending on the intervel set or till water reaches up probe in given link.

    Circuit link : https://docs.google.com/file/d/0B8LpX4NzfdkIMm51eVdlWWUyOWM/edit?pli=1

    here motor starts only when water level goes below low probe & motor stops when it reaches up probe.

    Reply
    • Swagatam says

      July 2, 2014 at 5:18 am

      Hi Prabhu,

      I already have a similar circuit in my blog, which is even more accurate since a CMOS IC is involved

      https://www.homemade-circuits.com/2011/12/how-to-make-simple-water-level.html

      Reply
  13. Prabhu Guna says

    June 22, 2014 at 2:05 pm

    this crkt working. here motor starts automatically if water level goes below point A itself(not point B (i.e.,)even if water is 1% below point A motor starts but water above point B).
    i want a circuit which switches on motor only when it reaches below point B(lowest point)

    Reply
    • Swagatam says

      June 23, 2014 at 4:06 am

      the first circuit will not start once it's switched OFF until SW1 is pressed, so something may not be correctly connected in your circuit.
      for an automatic start and stop you can try the following design, it will provide both upper and lower limit protections:

      https://www.homemade-circuits.com/2011/12/how-to-make-simple-water-level.html

      Reply
  14. prikshit says

    June 15, 2014 at 1:36 pm

    I have used many type of brass/steel screws for the purpose of sensor,after sometime it will be rusty,now someone suggest put a floater switch as a sensor,can you suggest is it working on your ckt,in the floater switch there are three terminals,may i know the wiring.
    Thanks
    Prikshit
    Chandigarh

    Reply
    • Swagatam says

      June 16, 2014 at 4:27 am

      if you can provide me the 3 lead specification of the float switch then surely I can show you the integration method with my circuits.

      I guess one lead may be assigned to the supply positive or negative, while the other two may be responsible for switching this negative or positive via reed relays in response to their specific water levels…..you may confirm this for further discussion.

      Reply
  15. Swagatam says

    November 14, 2013 at 3:53 pm

    Requests can be posted through comments only, exactly as you have done.

    I have understood your requirement, I will try to update it soon in my blog and inform you.

    Reply
  16. Kajal says

    November 3, 2013 at 1:15 pm

    Sir can i use a 12V 10 A relay for a half hp pump?????
    I have found in some articles that the initial driving current goes to 6-7 times the running current for a motor. So eventhough mine is a HALF Hp one drawing nominal current of 380W/230V= 1.6 A, it may have 9.6 to 11.2 A of starting current.
    Also i have noticed in my relay the specifications written which i am giving below

    50/60 Hz
    7A 250V ~ | 10A 125V AC
    12A 125V — | 10A 28V DC

    I am not at all familiar with electronics but i a m very interested to do simple projects like this. I couldn't understand the exact meaning of the specification written here. So please help in this issue?
    May i have to change the relay or not?

    Sorry for the bad english

    Reply
    • Swagatam says

      November 3, 2013 at 2:58 pm

      Hello Kajal,

      Yes you will have to replace the existing relay with a 30amp relay or you may also try using a triac instead…..a BTA41/600 could be tried.

      Reply
  17. Sooryanarayanan says

    October 26, 2013 at 4:30 pm

    Sir will the battery used in the first schematic be drained all the time by the ic and the incorporating circuitry????? Even the mains is present????

    Reply
    • Swagatam says

      October 27, 2013 at 5:09 am

      As long as mains power is present battery will not drain, when mains fails the IC will consume 5mA, and the relay 40mA (when in ON position) from the battery

      Reply
  18. avijeet agrawal says

    September 4, 2013 at 6:01 pm

    Thanks for ur kind reply sir

    Reply
  19. Swagatam says

    September 4, 2013 at 7:28 am

    Hi Avijeet,
    You can any value above 10k for the 1M position and get any desired timing output.

    Alternatively you can also experiment with the capacitor for the same.

    Use the outer taps of the trafo and connect them with the bridge or whatever rectifier stage you are using, leave the center tap alone, it won't be required.

    Reply
  20. avijeet agrawal says

    September 3, 2013 at 2:40 pm

    Thanks sir,
    I had made the corrections and now it is working fine.
    #Sir want to ask u that i had to drive the circuit only for 10 to 20 min so 1m preset is giving huge fluctuations to set it for such a small time period.could i reduce the value of 1m preset without changing capcitor value.
    #how could i use 6-0-6 value trfo to get 0-12v for above circuit.
    Thanks

    Reply
  21. Raman says

    July 27, 2013 at 7:38 pm

    Hi Swagatam,

    You are having one of the best blogs which hits the nail right at the head. I am trying to make a water level indicator, but with data logging to an SD card to collect some data for research. I just wanted some advice on sensors. I would like to have some kind of sensors which won't corrode easily. Whats your experience with these stainless steel or brass probes or what other alternatives do you suggest. I was also thinking of using ultrasonic distance sensor, but again I am worried that it might also corrode due to humidity in the tank. What do you say ?

    Regards
    Raman

    Reply
    • Swagatam says

      July 28, 2013 at 8:27 am

      Hi Raman,

      Thank you very much!

      This question has been asked by many readers here, and as per my thinking I have suggested them to use use brass terminals tinned thoroughly with solder wire. According to me tin will remain unaffected from corrosion, but I am not sure about algae or other such formation on its surface which probably has no remedy.

      Using frequency with the sensors is one option but since the receiving sensors are passive we cannot introduce frequency in them,so this option doesn't hold good either.

      Reply
    • Raman says

      July 28, 2013 at 10:30 am

      Thanks for your reply.

      I think there is a strong possibility of lead poisoning if solder comes in contact with drinking water. Already there are thousand other things which could kill us and I don't think we should add one more 🙂

      I think some kind of contactless sensor should be a safe bet. I read somewhere people using sensors from automatic washing machines which could measure water pressure. But these sensors will surely be difficult to find. I'll keep scratching my head for more ideas.

      Regards
      Raman

      Reply
    • Swagatam says

      July 29, 2013 at 4:28 am

      Lead atoms would be tightly bonded inside the solder metal so there's little chance of it getting dissolved, and even if it does it will be in negligible quantity. But anyway safety is always first so it's better to avoid it and find some other similar yet safe alternative.

      Regards.

      Reply
  22. SUHAIL M says

    July 13, 2013 at 9:00 am

    i make a water level monitor using a remote controlled toy car circuit.
    It can can monitor water levels and alarm when tank is full.But i can't to controll the motor
    Pls help me?

    Reply
    • Swagatam says

      July 14, 2013 at 4:52 am

      show me the full details, i'll check it.

      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 (82)
  • Datasheets and Components (102)
  • 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 (100)
  • 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 Contact
  • Swagatam on Arduino Pure Sine Wave Inverter Circuit with Full Program Code
  • Ed on Contact
  • fadhli on Arduino Pure Sine Wave Inverter Circuit with Full Program Code
  • Swagatam 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