• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Homemade Circuit Projects

Get free circuit help 24/7

  • +1000 Circuits
  • Hobby Circuits
  • Basic Circuits
  • Learn Arduino
  • Logic IC Pinouts
  • Disclaimer
You are here: Home / Electronics Tutorial / How to make a Transistor Latch Circuit

How to make a Transistor Latch Circuit

Last Updated on February 4, 2021 by Swagatam 111 Comments

In this post we learn how to make a simple transistor latch circuit using just two BJTs and a few resistors.

Introduction

A transistor latch is a circuit which latches ON with a permanent high output in response to a momentary input high signal, and continues to stay in this position as long as its in the powered condition, regardless of the input signal.

A latch circuit can be used to lock or latch the output of the circuit in response to an input signal and sustain the position even after the input signal is removed. The output may be used to operate a load controlled through a relay, SCR, Triac or simply by the output transistor itself.

Working Description:

The simple latch circuit using transistors described in this article can be made very cheaply using just a couple of transistors and some other passive component.

simple transistor latch circuit
Note: Moving C1 from the existing position to across base/emitter of T1 will be more effective in tackling spurious switching response of the circuit, and this will also allow C1 value to be much smaller, may be 0.22uF


As shown in the figure transistor T1 and T2 are configured in such a manner that T2 follows T1 to either conduct and or to stop the conduction depending upon the trigger received at the input of T1.

T2 also acts as a buffer and produces better response even to very small signals.

When a small positive signal is applied at the input of T1, T1 instantly conducts and pulls the base of T2 to ground.

This initiates T2 which also starts conducting with the received negative biasing offered by the conduction of T1.

It must be noted here that T being NPN device responds to positive signals while T2 being a PNP responds to negative potential generated by the conduction of T1.

Uptill here the function looks pretty ordinary as we witness a very normal and obvious transistor functioning.

How the Feedback from R3 Works to Latch the Circuit

However the introduction of a feedback voltage through R3 makes a huge difference to the configuration and helps to generate the required feature in the circuit, that is the BJT circuit instantly latches or freezes its output with a constant positive supply.

If a relay is used here it would also operate and stay in that position even after the input trigger is completely removed.

The moment T2 follows T1, R3 connects or feeds back some voltage from the collector of T2 back to the base of T1 making it conduct virtually “for ever”.

C1 prevents the circuit from getting activated with false triggers generated from stray pick-ups, and during switch ON transients.

The situation can be restored back either by restarting power to the circuit or by grounding the base of T1 through a push button arrangement.

The circuit can be used for many important applications, especially in security systems and in alarm systems.

Calculating Transistor Biasing

It can done with the following formulas

VBE = 0.7V

IE = (β + 1)IB ≅ IC

IC = βIB

Testing procedure can seen in the following video tutorial:

Parts List

  • R1, R2, R4 = 10K,
  • R3 = 100K,
  • T1 = BC547,
  • T2 = BC557
  • C1 = 1uF/25V
  • D1 = 1N4007,
  • Relay = As preferred.

PCB Design

PCB design for transistor latch circuit
SHARING IS CARING!



Previous: Vehicle Immobilizer Circuit Explained
Next: Remote Control Circuit Using FM Radio

About Swagatam

I am an electronic engineer (dipIETE ), hobbyist, inventor, schematic/PCB designer, manufacturer. I am also the founder of the website: https://www.homemade-circuits.com/, where I love sharing my innovative circuit ideas and tutorials.
If you have any circuit related query, you may interact through comments, I'll be most happy to help!

You'll also like:

  • 1.  LiFePO4 Battery Charging/Discharging Specifications, Advantages Explained
  • 2.  How Wireless Power Transfer Works
  • 3.  How to Use an Op amp as a Comparator Circuit
  • 4.  How to Protect MOSFETs – Basics Explained
  • 5.  Understanding Solar Panels
  • 6.  Understanding Pull-Up and Pull-Down Resistors with Diagrams and Formulas

Please Subscribe (Only if you are Genuinely Interested in our Newsletters)


 

Reader Interactions

Comments

    Your Comments are too Valuable! But please see that they are related to the above article, and are not off-topic! Cancel reply

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

  1. Search Related Posts for Commenting

  2. Paul_John says

    Hi, I simulated your circuit with 12V input but it doesn’t work as intended – can you please provide design guidelines for selection of resistors?

    Reply
    • Swagatam says

      Hi, the circuit is fully tested, so you can be sure it will work if you build it practically.

      Reply
      • Paul_John says

        I did build the circuit – is it mandatory to use BC547 and BC557? I’m trying to use BC807 and BC817 instead…

        Reply
        • Swagatam says

          Any NPN/PNP combination should work. It is advisable to remove the capacitor C1 from the existing position and place it across the base/emitter of T1 for better response

          Reply
  3. Dang Dinh Ngoc says

    Hi Swag,
    It me again to bother you. Can I ask you a small question. I made a copy the latch circuitry as shown on the image below (this also a copy of your schematic).
    latch flip flop using transistor
    + The switch will turn on the LED1 at first press (Discharged C1 via Switch and Base of T1);
    + At the 2nd press LED1 will be off as voltage drop at Q1 then Q1 closed and turn off the LED.
    In this two stages the current will run from different directions on the Switch.
    Due to the nature of my project that require the load can be overridden by a touch button (in case of microcontroller failure). I need a way to control the latch using both Manual button and one I/O pin of microcontroller and can also handle state of the load (on or off) on that only one pin.
    I am thinking of replacing the switch with something that allows the current from both direction (2 transistors or a triac). This will allow me to run this circuitry from a capacitive touch button or a PULL_UP pin from microcontroller. This is critical as I can
    + Turn off manually the load by using a touch button (TTP223 module) – without the use of Microcontroller and;
    + Turn off the load by using Microcontroller and can also monitor state of the load (on/off) using just single I/O pin.
    Can you advice me on what part I can use to mimic the Momentary Switch button with thanks
    Dang Dinh Ngoc
    Vietnam

    Reply
    • Swag says

      Hi Dang, you can try replacing the push button with a bidirectional switch as discussed in the following article:

      https://www.homemade-circuits.com/bidirectional-switch/

      Reply
  4. Donna says

    Interesting circuit, thanks for sharing this. I was building one just like it for an evening class I’m following and without any capacitor I have no sensitivity issues, that’s nice I suppose. I do have a question though. It may be a stupid question, but isn’t your snubber/flyback diode forcing any current from the relay through T2 and damaging it??

    Reply
    • Swagatam says

      Thanks, and glad you found the post interesting.

      The sensitivity issue will not be there without the capacitor if the supply is from a battery.

      If you are using an AC to dC adapter then removing the capacitor will simply latch the circuit each time power is switched ON.

      The back EMF is developed across the relay coil in the reverse direction such that the diode orientation allows a forward path for this EMF to get short circuited through its terminals….so it is fine, no problem with the diode orientation.

      Reply
      • Donna says

        Thanks for the speedy reply, very helpful

        Reply
  5. Paul says

    Hello Swagatam,
    Thanks for the circuit and description which I enjoyed making.
    Just like Abu-Hafss I found it to be very sensitive to finger touch and power ups.
    So I increased C1 as you first suggest and eventually moved it to between T1 base and collector which worked great. Please would explain how C1 works in preventing these problems? as I want to understand why and not just assemble things without the knowledge of their workings.

    Reply
    • Swagatam says

      Hello Paul, that is correct, shifting C1 across the base/emitter of the NPN is more effective for controlling the switch ON triggering of the circuit.
      When power is switched ON, a voltage spike across the power line is normally developed which can cause small voltage to get through the base/emitter of the NPN and trigger it ON. The capacitor acts like a momentary short circuit which grounds this small voltage spike, preventing it from reaching the base of the NPN.

      Reply
      • Paul says

        Thanks Swagatam – now I understand.

        Reply
  6. Nuno Martins says

    Hi, I’m not sure if my link went trough, I don’t see my comment. But here it is:
    https://studentuml-my.sharepoint.com/:u:/g/personal/nuno_ekoyedesenamartins_student_uml_edu/EdukUKJEoQ5Phr5k8zYqvHMBzGlW6BGYIzEtVFY-pf5iLg?e=gMbATj

    C1 and C2 corresponds to your circuit diagram above. Thank you!

    Reply
    • Swagatam says

      Hi, Please show it in a schematic format, so that I can see where the transistor base, collector emitters are going, a rough block diagram will not help.
      Or you can tell me what exactly are you trying to achieve in your application, I’ll try to design it for you..

      Reply
  7. Nuno Martins says

    It doesn’t allow me to post a picture here. But to make it simple, imagine 2 coils in series, and where these 2 coils connect is considered the positive side. Lets call the positive side A3 and the negative ends A2 and A1. I connected your diagram to one side of this coil connection. From A3 to A2 (set). This will be triggered by a 3.3v pulse and stay open until power is disconnected.
    Now, I want to use the other coil to disconnect this circuit. When I send a pulse to A3 and A1 (reset) the relay will go back to Close state. Currently, i have connected your circuit to the one coil and it works as intended. I also did another same circuit connected to the other coil. I observed that Only one side works properly at a time, but not at the same time. For example if I have one side connected, and I pulse the other side to disconnect it doesn’t work. I guess it’s because it’s triggered already and it needs to be disconnected from power? What changes can I make to the reset side (second coil) so that when I pulse a signal the relay will go to Close state? I hope this is more clear, thank you!

    Reply
    • Swagatam says

      Please upload your schematic to any free image hosting site, and provide the link here, if it is possible I will try to solve it for you.

      Reply
  8. Nuno Martins says

    Hello there, I’m new to electronics and I’m trying to connect this circuit to a bistable latching relay(2 coils relayRT314F05). The relay has 3 control pins (A3+ to A2- is to set/ and A1- to A3+ is to reset). So when i Connect one coil to the latch circuit works it fine. But when I add the same latch circuit on the other side to reset the circuit it doesn’t work. I found that when I trigger 1 gpio, both sides of the circuit are active therefore it doesn’t work… how can I set/reset using 2 different gpio pins without one circuit interfering the other? Operating 1 at the time. Thank you!

    Reply
    • Swagatam says

      Hello, without seeing the diagram it can be difficult for me to understand the fault. However, in order to reset the above latch circuit or break the latch, you will need to add another transistor circuit which can ground the T1 base.

      Reply
  9. Sam says

    Please swagtam can i use this circuit in a 433mhz receiver circuit which has output of about 2V from ht12d output (pin 10,11,12,13).

    Reply
    • Swagatam says

      Hi Sam, yes you can, the circuit requires hardly 0.3V to activate

      Reply
  10. Antreas says

    I just want to ask I made the circuit but instead of the relay, i connected an LED to light when it will latch. The problem that I have is the input is 0V which mean the LED is off because of the latch is not working but mine when the input is 0V then the LED is working and to the base of the transistor of BC547 I have 0.7V which I don’t get it.
    I will appreciate if you answer me to this question.

    Reply
    • Swag says

      did you connect C1? Alternatively connect another capacitor (10uF/25V) across base emitter of T1

      Reply
  11. abba says

    thanks a lot I now understand, its the reverse bias process from the pnp that confused me. now I got the concept. thanks again ones more. truth be told I followed a lot many website but this one is different and unique. one of the factors that made it unique is the quick response to your questions asked. I want to use this medium to say, a big thank you on behalf of all of your entire followers. thanks ones more.

    Reply
    • Swag says

      thanks abba, glad you are finding my site useful…please keep posting your thoughts, and keep up the good work!!

      Reply
  12. abba says

    hi Swagatam, my question is, in the theoretical concept if pnp base is connected to collector of the npn transistor the circuit to me wouldn’t work because to me the base of the pnp should be grounded and the npn base should be connected to the postitve of the power supply as well as ts collector. am confuse pls explain how the biasing will take place when pnp and npn are connected in the above manner.

    Reply
    • Swag says

      Hi Abba, the exact reply to your question is already provided in the article, please read the “circuit Description” section and let me know whether you could grasp it or not, or which portion you couldn’t understand.

      Reply
  13. Swagatam says

    Hi, did you connect C1? C1 is specifically introduced to prevent this issue.

    alternatively you can shift C1 across the base/emitter of the BC547, and check the response, the issue will be completely gone.

    preferably use a 1uF for C1 or above

    Reply
  14. Unknown says

    Hello, thanks you for the post. I do have a question however. I want to activate a relay with an arduino signal (less than 3 volts). The realy needs a power supply of 9V. So When I made the connections the signal from the arduino would not trigger the latch. I tried to use a positively charged wire coming form the +9V side to activate the latch and it worked. I realized that the arduino and the battery dont have common ground so the arduino signal doesnt really mean anything to the transistor. I thought of connecting the ground of the +9V and the arduino to have common reference but then I started thinking? WHat if the ground levels of the arduino and the battery are not in the same state(which probaly they are not) That means that either the battery ground will increase in voltage therefore reducing the batteries volatage difference and then the battery will not be able to activate the relay..OR worse the battery negative will be higher than the arduino so current wills tart flowing backwards in the arduino board…and now I am compeltelly confused..how do you go around that? how does commono ground works in cases where you have different intependet power circuit conected in parallel..??

    Reply
    • Swagatam says

      hello thanks!

      as you said it yourself, the common line is referred to as "ground" which is not "negative" rather it's a zero volt line (0V), therefore any voltage reaching this line would ultimately become "zero" therefore it is completely safe and also mandatory to connect the two grounds together so that the two units can correspond and work together.

      Reply
  15. manjunath says

    sir for this circuit design can i connect "IR SENSOR "was this works. because it looks simple to me to construct. was load gets "ON" and "OFF" by opearating remote . and if how should i connect "ir sensor" ( sensor's out to output trigger . ground to T1 D1 junction , and positive to C1 R4 junction with resistor ) was this right sir
    thanks a lot

    Reply
    • Swagatam says

      Manjunath, no this circuit cannot be used like a flip flop, you will have to opt for an IC based circuit such as a 4017 IC for getting the intended results

      Reply
  16. The Rocking Time says

    hellow sir… this circuit idea is brilliant… can you please suggest an another simple circuit of same kind to implement -ve latch. i.e, output is first ON and when a signal applies output becomes zero and latches in that state…
    my intention is to make an Emergency bank (7 W , 7 high brightness LEDs) lights up when a signal is applied as the input trigger to this above circuit… the problem is that. i cant connect the lamp in the output portion as shown in this circuit ( between collector of BC557 and ground ) since the current through this path is very less… so i have to add an extra bc547 stage following the output stage of this circuit but if i am doing so i will have to take output for the bank in between the possitive supply and the collector of BC547.. MY ISSUE IS THAT i dont want to take output like that.. i want to make the LED bank hellow sir… this circuit idea is brilliant… can you please suggest an another simple circuit of same kind to implement -ve latch. i.e, output is first ON and when a signal applies output becomes zero and latches in that state…
    my intention is to make an Emergency bank (7 W , 7 high brightness LEDs) lights up when a signal is applied as the input trigger to this above circuit… the problem is that. i cant connect the lamp in the output portion as shown in this circuit ( between collector of BC557 and ground ) since the current through this path is very less… so i have to add an extra bc547 stage following the output stage of this circuit but if i am doing so i will have to take output for the bank in between the possitive supply and the collector of BC547.. MY ISSUE IS THAT i dont want to take output like that.. i want to make the LED bank connection with respect to the GROUND terminal only… so please help me sir with respect to the GROUND terminal only… so please help me sir

    Reply
    • Swagatam says

      Hello, you can do it by changing T2 with another BC547 (emitter to ground and collector to positive via a 10K resistor)…after this you can connect a TIP147 transistor base with the collector of this T2, and then connect the LED across its collector and ground (emitter to positive)

      Reply
    • Swagatam says

      make sure to remove R4 in the new design…and connect C1 across the base and ground of T2

      Reply
  17. tyketkd says

    Hello I made the above circuit without diode or relay and when triggered I get 9v (from pp3 battery) at base of T2 as expected. The problem is if I put a load (9v lamp) at base of T2 the circuit resets ie. the 9v is no longer present. When no load my meter shows constant 9v when triggered as expected. Can you explain to me please?

    Reply
    • Swagatam says

      hello, sorry i did not understand your requirement.

      why would you want to connect the load at the base of T2?…are you referring to the collector of T2?? please clarify

      Reply
  18. Stephen Kramer says

    Can you reccomend a modification that will allow the circuit to unlatch after the input voltage becomes lower than a lower threshold value and then the output latches to the off condition? This would be like having hysterisis. Thank you.

    Reply
    • Swagatam says

      It could be probably done by tweaking the value of R4…however the results might not be as effective as could be with an opamnp circuit

      Reply
  19. SUDIP BEPARY says

    sir,i want to use this circuit as a switch of relay from 230 volt ac line in the point to "input trigger"to the perpose of inverter switch on or off in the absent or present of 230 volt ac line.please, give a solution for the condition of this circuit.

    Reply
    • Swagatam says

      Sudip, you won't reacquire such an elaborate circuit for your purpose, you can simply use a relay operated from a mains adapter, and use its contacts for the changeovers, as shown in this example article:

      https://homemade-circuits.com/2014/06/how-to-convert-inverter-to-ups.html

      Reply
  20. SarAnG shAstRaKaR says

    I tried, it using connecting not gate IC in place or relay, and then output of NOT gate IC goes to realy to turn it off.
    but it was not working

    Reply
    • Swagatam says

      Hello sarang, you can use the above circuit for the said application, just do the following modifications to it:

      remove C1 and connect a push ON switch across the base and ground of T1

      Reply
  21. SarAnG shAstRaKaR says

    hello sir,
    what changes should I make, If I want to build a latch circuit to Turn OFF relay instead of ON. input should be NON RE-TRIGGERABLE..

    Reply
  22. Syed Arham says

    Sir,
    please provide me switching circuit using transistor in which, when to AC fails it turn on the Leds(powered by battery) and when it recovers the load is off. I have made this circuit using relay but it is bulky

    Reply
    • Syed Arham says

      Thanks sir,
      I have made this automatic circuit and it is working perfectly.
      Sir can you please explain the value of resistor for the base of the BD140. I am using a 6v transfo for charging in this circuit.
      https://homemade-circuits.com/2011/12/automatic-white-led-emergency-light.html

      Reply
    • Swagatam says

      that's great Syed,

      anything between 1k and 4k7 1/4watt would be good enough.

      Reply
  23. Moein Moein says

    hi sir. i need the on off latching circuit, did it work like this? i mean this circuit just latching on signal i need to triggre input again and relay cut off, please help me out

    Reply
    • Swagatam says

      Hi Moein,

      for that you will need the following designs, the above will not work:

      https://homemade-circuits.com/2011/12/build-these-simple-flip-flop-circuits.html

      Reply
  24. Arun Dev says

    Sir, i have found an anothet mistake too.
    In the low voltage protection circuit i have chosen a low cut off DC IN voltage of 10.5 V, below which the relay activates and the supply to the logic section will cut off. But i forgot to think that if the voltage is too low such that( producing a 0 to 9V DC ) it will cause the relay to remain in idle state and willn't deactivate the logic section, thereby causing the motor ON/ OFF carrying out even in pow voltages ( say in 5-9 V ) . So whqt will i do. May i ask you onething tht whether it is possible to revert the logic at 741 opamp by just interchanging the 2 and 3 pin connections, which will solve this issue.

    Reply
    • Swagatam says

      ……Just swap the input pins of the opamp, meaning for pin2 use pin3…. and vice versa.

      Reply
    • Swagatam says

      …change the relay contact connections also accordingly.

      Reply
  25. Arun Dev says

    Hai sir,
    I found a serious mistake in my current design when i just took a look on its working today. In my previous design, there was a provision to disable the circuit permanently after achieving the condition of overflow in the overhead tank. It will disable all proceeding circuitry unless it is switched on again, while doesn't allow the circuit to activate again when the downstoried tank is overflowing
    Now considering the current circuit, the motor will be disabled as soon as the overhead tank is overflowed but it will again activate in the nearby future if the downstoried one is overflowed.
    So could you plz suggest a slight modification in my current design in which, the latching stage once deactivated shouldn't be activated automatically unless the power is turned off and on again.
    I will sen u the current design

    Reply
    • Swagatam says

      Hi Arun,

      use another latch circuit for the lower stage in place of the single BC547 transistor.

      Reply
  26. Arun Dev says

    Thank u sir. I found the problem was due to the triggering of the circuit by ic 741 which was used to avoid activation of the circuit under low voltages. Isolating this stage by a 12 V relay with the proceeding portion solved the issue. Using the relay i could enable the 12 V supply to the logic section iff the reliable ac voltqge level is present. I got a decent 11.5 V something at the output while the o/p relay is working. The transients are still remains present. I could understand it by hearing
    some nuisance signals in the dtain water indicator buzzer. But it doesn't affect the functioning of the ckt. much. I fear whether it will be a problem to the timer stage and the associated buffer. Anyway thanks for ur valuable supports sir………

    Reply
    • Swagatam says

      That's great Arun, I appreciate your efforts.

      Reply
  27. Arun Dev says

    Sir i am waiting to hear your valuable suggestion about the problem of reduction in voltage by connecting the relay

    Reply
    • Swagatam says

      Due to lack of time i am not able to check the circuit that you have sent, I'll come back to you soon…

      Reply
  28. Arun Dev says

    Sir when i am connecting the relay as shown in the latch circuit given in this article, the voltage at the output is getting reduced to 6 or 8 V. I have also tried by driving the output stage with a transistor. But no change. What 2 do ?
    I have used an another NPN transistor for reset purpose.

    Reply
    • Swagatam says

      Arun,
      since the relay is the only load here which is consuming most of the amps, the voltage could be dropping due to it.

      It could be happening because of the lower resistance of the relay coil compared to the input amps capacity. You can check the current consumption by connecting a mA meter in series with the positive supply….if it matches with the relay coil current would confirm the cause…and the problem could be rectified by increasing the input amps.

      If this is not the case then it could some kind of fault or short in your circuit design which could be causing the issue.

      Reply
    • Swagatam says

      The above circuit is perfect and should work immediately….

      Reply
  29. Arun Dev says

    Hellow sir deva again. I was busy with some other works for the last 3 days, thereby couldn't update the results. Now i am entirely changing my circuit replacing the 555 stages by transistir set/reset circuits as you said earlier. I have skipped all unnecessary components such as mosfets, zener etc. from the previous design. Now i am here to seek for any options available for storing a single state even after power failure. I asking you such an option, coz i need to modify the circuit by adding the facility that it SHOULD PROVIDE US THE CURRENT STATE OF ACTION i.e, it should indicate a low iff the overhead tank had overflowed and should show a high state if it is under processing ( tank not overflowed ). This state shouldn' t fluctuate with any external disturbances such as power failure etc. That is, if it had shutt off it should remain shut off even aftr power reaches after a failure. I have designed such a one. But it is less effective. Couls you please put a look at that. I have sent it it your mails

    Reply
  30. Usha M says

    Thanks sir. I got it. Now can you provide me a ' ON after 2 s delay ' circuit using transistor

    Reply
    • Swagatam says

      please refer to the following design:

      https://homemade-circuits.com/2013/02/make-this-simple-delay-on-circuit.html

      Reply
  31. Usha M says

    Sir, in the circuit i requested before, the output should go low permanently when a trigger is applied

    Reply
    • Swagatam says

      Usha, You can try the above circuit….take the output from the collector of the NPN transistor for getting the specified results.

      Reply
    • Swagatam says

      ……the relay may be removed and replaced with a 100k resistor.

      Reply
  32. Usha M says

    Sir,
    Could you plz suggest a transistor or other circuit that holds its output at high when power is applied and turns its output to low when a trigger is applied

    Reply
  33. Arun Dev says

    Sir also, if i am gonna use a MOV or TVS diode or suitable RC network to suppress high transient spikes, how they can be connected to the present circuit ? I could understand that one terminal connected to the ac L line. Where the other end to be connected ? To Neutral or Ground ????? OR to the N/O terminal of the relay?????
    requesting not to forget to say the the specification of TVS or MOV suitable for this circuit if is gonna used……….

    Reply
    • Swagatam says

      According to me MOVs or any such device won't help, as mentioned earlier you can try replacing the ICs with (7)555 ICs or other CMOS alternatives.

      Reply
    • Usha M says

      In the latch circuit given in this article, the output voltage (latched voltage) reduced when the feedback resistance 100k is connected. I have used 12.4 V to supply the circuit, but got only 11.3 V something as the output voltage. When it has been checked keeping the feedback resistance disconnected i got full voltage. Tried with different valuee of resistances, but same was the results. In the circuit i requested before, i need full voltage as output and should have a default on stqte and should latch in low state when a trigger is applied. Could u plz help me sir??????

      Reply
    • Swagatam says

      it could be happening due to high consumption by the relay coil…..try using a relay with 400 ohm resistance,

      Reply
  34. Arun Dev says

    Now i have understood that all those problems were due to high transients from the motor as you said earlier, coz the circuit isfunctioning properly even on a mixer grinder…. So nothing to worry about 555 stages.
    Now my doubts are:
    1). Why the mixer grinder didn't produce transients eventhough it is basically an induction motor ?
    2). How to chose an optocoupler or
    Whether a bidirectional Transient Voltage Suppression (TVS) diode will solve it ? If it can, what specification of it to be chosen???
    3). Is there are any other simple transient suppression circuits?
    Expecting your reply soon

    Reply
    • Swagatam says

      1) mixer grinder is too small compared to a 0.5 HP motor.
      2) The switch ON transients from the water pump motor could travel throug the air also and could be easily picked by the opamps inside the 555, so I don't think it can be stopped by any means.

      Reply
  35. Arun Dev says

    Latest news:-
    I hav tested the circuit by connecting an another similar relay used to give an external 12 V supply to the motor driving relay. The new relay is controlled by the voltage from the output transistor driver stage. Thereby overall the motor has been isolated from the driver. Now i got thr motor functioning. So what should i have to understand from this ? Is that the problem caused by the high back emf associated with thr motor as you said
    Or
    the problem due to 555 stages ?
    If the high back emf may be the real reason, i think the whole home wiring would have been get affected from this atleast the Refrigerator kept operated near it would have been affected. But ni such problems are there in connecting the motor as usual

    Reply
    • Swagatam says

      The 555 IC stage cannot be compared to a refrigerator, because the 555 is an electronic stage consisting of analogue circuitry which can be vulnerable to noise and transients.
      Try replacing the 555 with (7)555, these are same as 555 ICs but are CMOS versions which are entirely resistant to external noises and disturbances.

      Reply
  36. Arun Dev says

    Exactly the problem what you said sir.
    The circuit is getting disturbed as soon as the motor is turned on automatically and not giving intented results. But the same works perfectly when a table fan is connected in place of the motor.

    Since the driver transistor drives so many stages such as CD4060, buzzer indicating motor running, also the relay i thought that there are some disturbances arising to these stages due to problems in relay stage since they are all under same section. Hence i decided to drive the relay on a separate stage thereby chose the MOSFET switching stage. On searching internet about flyback problems faced by relays, i found a config. ( as shown in the diagram as the combination of diode and zener in phase to phase ) which nest suites for relays in terms of avoiding transient suppressions and retaining long life. So i used it.
    And about the extra capacitors used :-
    When unexpected beaping sounds from the buzzer i just put a 100 uf capacitir across the driver terminals in theintention if avoiding any nuisance signals, by a luck i got succeeded. I have repeated the same in relay stage also. These are to say about the extra components.

    Now i think you could get my problem which is exactly same as you thought.
    Everything i needs now is a perfect solution for this.
    Expecting that soon with a good mind

    Reply
    • Swagatam says

      The problem is not due to relay coil back-emf, it's due to the pump motor winding back emf and transients that's causing the problem. The motor could be sending strong back-emfs over the entire housing wiring.

      As you have said that when you connect a fan or any other load, the circuit behaves fine….just switch ON the pump motor externally while the fan is connected, and check whether the fan gets rattled or not.

      If not it would mean that if the relay stage is isolated using a optocoupler could solve the problem….if the problem is witnessed then probably you'll have to get rid of the IC555 stages and replace them with other alternatives.

      Reply
  37. Arun Dev says

    Sir, i forgot to say some last modifications done. I have again connected 1N4007 in between +12 V and the collector of output driver transistor also a 100 uf/25V capacitor has also been connected in b/w these terminals. These modifications eliminates the fast repeating sound of the buzzer BZ1 and made it functioning well. I have disconnected the relay feeding voltage terminals from this output driver stage and used a simple MOSFET( IRF540 n ) switching circuit to control the relay voltage. A 1N4007 and a 12 V , 1W zener diode are connected( in phase to phase ) in between the relay control voltage terminals ( MOSFET stage ) as a flyback. I will try to send this to your emails.

    Reply
    • Swagatam says

      Arun, I could not understand what's the exact problem with your circuit…I thought as soon as the motor is being switched ON by the relay the circuit is getting disturbed and not giving the required results…is it so??

      Reply
    • Swagatam says

      …I could not understand why you have so many parts, diode, zener diode, mosfet….all these have no relevance to the circuit functioning.
      Just one diode across the relay coil is all what is needed.

      Reply
  38. Arun Dev says

    Sir it is nof the problem due to relay. I got my motor working when an external 12 V trigger has applied. So what will i do now ?
    I know i am disturbing you much. but what to do, i will have to complete this anyway

    Reply
  39. Arun Dev says

    Sir,
    what must be the correct specification of the relay to be used with a 0.5 HP pump motor ?
    I have corrected all the problems and the entire circuit was found working perefectly on loading with a table fan, but when it was loaded with my 0.5 HP motor, water had not been pumped to the tank ( indicated by the drain motor section, also verified by physical examination ). Water flowed as there was an obstacle which restricts the pumping action also the entire circuit was seemed to be loaded…
    The written things on the relay i have used are shown:-

    50/60 Hz
    7A 250V ~ 10 A 125V AC
    12A 120V – 10 A 28V DC

    Reply
    • Swagatam says

      Arun, the relay is OK,
      try operating the circuit/relay through a 12V battery and see if the problem persists or not.

      If still it behaves the same way, we can try isolating the relay power supply by employing a separate external DC for the relay/4060 sections.

      Reply
  40. Deva RajaIAS says

    Atlast i got it sir. Since all the problems were seen to occur while connecting the relay stage, i thought that some types of backward emf is flowing from the relay to the preceding stages, so i have disconnected the wires feeding control voltage to the relay and connected two diodes (1N4007) as shown below which has solved the issue to an extend.

    Possitive wire …….-|>|………Relay possitive terminal
    Negative wire………|<|- ………….Relay negative terminal

    But my doubts are
    1). What is the cause for this back emf
    2). whether this could be taken as a permanent solution or whether i have to chose any other back emf protection circuits, if i have to could you please suggest me one

    Reply
    • Swagatam says

      Deva, in your circuit you already have one diode installed across the collector and positive of the transistor which is used for triggering the relay and the 4060 stage….so back emf cannot be the issue.

      The issue could be with the 555 IC1 and IC2, which needs to be identified patiently or better be replaced with transistorized set/reset circuit.

      Reply
  41. Arun Dev says

    Sir, is it possible to fed the Neutral line of ac supply instead of phase line to the centre terminal of the relay, in order for safety

    Reply
    • Swagatam says

      I have checked the diagram, it looks similar to the previous one.
      Yes, the phase or the neutral either of the lines can be used with the relay for getting the cut offs, however connecting the phase to the relay or any switch is recommended.

      Reply
  42. Arun Dev says

    Sir i have sent to you a modified version of the previously presented circuit. Would you mind checking your both emails ? I have some doubts regarding it. Expecting a satisfactory reply soon

    Reply
  43. Arun Dev says

    Sir,
    Could you please suggest me a circuit, the output of which should go high for programmable ON time and when the time lapses turns the output to zero permanently untill a next manual trigger is applied.
    I have searched many timer circuits, but majority of them have ON time as well as OFF time yielding the output to turm ON again when OFF time lapses

    Reply
    • Swagatam says

      Arun, you can try the circuits shown in the following article:

      https://homemade-circuits.com/2012/01/how-to-make-simple-versatile-timer.html

      The power to the circuit may be provided from any 12V dc adapter instead of the shown capacitive power supply.

      Reply
  44. Arun Dev says

    No way sir. I am tired of checking my circuit many times after soldering…..
    Circuit is said to be fine, checked by you and me. No problems detected during in bread board. But i can't identify what is happening when it has been moved into the PCB.
    The IC3, IC4 stages and thereby relay are switched on when power reaches IC1. This didn't occur while testing in BB. According to my design these stages are switched on whenever the sensing nodes dipped in the lower tank ( A and A' ) are shorted by overflowing water, but what to say it is turned on even initially on powering the circuit. All the connections are examined, no errors found. Everything is perfect.
    The circuit is completely formed by me, thereby may error occurs. Can you identify anything after arranged in PCB SIR ?

    Reply
    • Swagatam says

      You can connect LEDs in series with the bases of the transistors, this will give you the indications regarding the relevant triggering.

      You can also try testing the stages separately, by cutting the PCB tracks between the stages and by checking the response of individual stages with manual triggering.

      Reply
  45. Deva RajaIAS says

    Sir ,
    I have sent the circuit to both the emails given in the contact page. Plz go through your inbox

    Reply
    • Swagatam says

      not found,, checked both emails, not even in junk folder.

      Reply
  46. Deva RajaIAS says

    Sir you email id plz?

    Reply
    • Swagatam says

      Deva, it's given in the contact page, see top section.

      Reply
  47. Deva RajaIAS says

    Sir a simple doubt,
    How this latch can be made disabled once it is activated ?
    I mean without turning of the supply..
    I couldn't disable it after activating the latch even connecting a low voltage as threshold

    Reply
    • Swagatam says

      Deva, I'll need a diagram to understand the problem, without the diagram it will be difficult to solve the issue.
      You can send the diagram to my email, if possible I'll check it.

      Reply
  48. Deva RajaIAS says

    Sir i have succeeded with ic 4060. A 555 ic has been used for generating the main logic. According to my design, when pin#2 of ic 555 gets low voltage output pin#3 becomes high which then switches on the transistor connected to this terminal. I have connected the timer stage in between +12 V and the collector terminal of this transistor, hence the timer stage is switched on when the pin#3 of 555 becomes high. pin#6 of 555 has been connected to pin#3 of 4066, so when timing lapses (100s ) makes this pin high, resulting in low value at the output pin of 555 also the timer stage….. The logics at these terminals ( 2 and 6 ) hence thereby used to establish the necessary turning on and off the motor.
    Now i am in dilemma, plz help me sir.
    According to ma diagram, motir switches on whenever the water overflows in the ground storied tank and switches of whenever time elapses or the overhead tank overflows…. But this continues till water stops in public water tap…. but, always my overhead tank overflows by second stage of pumping water from the ground storied one. So i want a slight change in this circuit that, after detecting an overflow in the overhead tank the motor shouldn't be turned on untill a next manual activation is detected

    Reply
  49. Deva RajaIAS says

    Hellow sir, can you please help me
    I want a simple latch circuit that holds the output signal for about 100 Seconds.
    I have tested timer circuit using CD4060 but didn't get my requirement, the result was ON time for 100 s and OFF time for the nearly same time, thereby output voltage again becomes high after 100 s.
    I am in the middle of constructing a simple water level controller. My intention is to fill my home water tank with water from a ground storied small water tank. The water from public water connection is being filled in the ground storied tank. So when the water level in that tank raises to its maximum i want to activate the motor automatically and then turn off the motor after 100 s again starting the motor when water level begin to overflow the lower tank.. This should be continued till the overhead water tank just begins to overflow…. So i want a latch circuit for 100 s

    Reply
    • Swagatam says

      Hello Deva, you can try the circuit which is explained in the above article.
      Just connect a 220uF series capacitor with R3, and make R3 = 2.2M
      Now whenever the input trigger is connected to positive via water, the relay will activate and the circuit will latch until the 220uF cap is fully charged after a predetermined delay.
      The delay will depend on the values of the 220 cap ad R3 which needs to be adjusted for getting the 100 seconds delay.

      Reply
    • Deva RajaIAS says

      Sir i saw your reply at morning. I have changed the logic of filling the upper tank in another way compared to that said at last night. I have told you last night to help me in placing a logic for counting the number of times the lower tank is being filled with public water and thereby inhibiting the condition of overflow of the uppper one. Now i want to place a different logic that, whenever the overflow condition is detected once in the upper tank, i have to inhibit any future activation of the motor even the pin#2 of 555 gets lower threshold ( during overflow in lower tank )….. Expecting your suggestion soon sir

      Reply
  50. Vasilis Karastergios says

    Hi Swagatam

    Can i use a polarized capacitor in this circuit?

    Reply
    • Swagatam says

      Hi Vasilis,

      I think you won't need this additional circuit, because your pellet burner first 555 stage is itself a latch. You can add another BC547/relay stage with this existing monostable and invert the response. The base of this new BC547 stage can be connected with collector of the monostable BC547 via a 10k resistor. As soon as the monostable time lapses, the new stage relay would get activated for the intended actions.

      Reply
    • Swagatam says

      …to answer your present question: Yes, a polarized capacitor of any higher value can be used in the above design.

      Reply
  51. Abu-Hafss says

    Hi Swagatam

    The INPUT of this latch circuit is very very sensitive.

    1) Sometimes the latch triggers when the input is touched with finger.

    2) Sometime it triggers when the circuit is powered on thru a mechanical switch. It seems that when the switch is switched on, some signal is induced within the circuit which causes unexpected triggering of the latch.

    How can we sort out these problems?

    Reply
    • Swagatam says

      Hi Abu-Hafss,

      Increase the value of C1 to 10uF or more, the problem will be solved.

      Reply
    • Benjamin Wharton says

      You must have a pull-down resistor on the input, pulling the base down to ground when there is no positive signal, else stray voltages (such as those from your hand) can trigger it.

      Reply
      • Swag says

        C1 is specifically introduced to tackle stray RF, C1 can be shifted across base/emitter of BC547 for more effective working.

        Reply
  52. Abu-Hafss says

    Hi Swagatam

    I have used this latch circuit in my projects.

    Recently, I came across more simpler but identical circuit which does not has C1, R2 and R4. Instead a 1K resistor is there in place of C1.

    Just want to know what is the difference between the two circuits in terms of function/performance.

    Reply
    • Swagatam says

      Hi Abu-Hafss,

      No difference at all, the above circuit can be simplified to much greater extents, I have just provided the basic or the standard design here.

      Reply



Primary Sidebar

Electronic Projects Categories

  • 3-Phase Power (15)
  • 324 IC Circuits (19)
  • 4017 IC Circuits (51)
  • 4060 IC Circuits (25)
  • 555 IC Circuits (94)
  • 741 IC Circuits (18)
  • Amplifiers (49)
  • Arduino Engineering Projects (82)
  • Audio Projects (85)
  • Battery Chargers (76)
  • Car and Motorcycle (88)
  • Datasheets (45)
  • Decorative Lighting (Diwali, Christmas) (32)
  • DIY LED Projects (82)
  • Electronic Components (97)
  • Electronic Devices and Circuit Theory (35)
  • Electronics Tutorial (99)
  • Fish Aquarium (5)
  • Free Energy (34)
  • Games (2)
  • GSM Projects (9)
  • Health Related (17)
  • Heater Controllers (24)
  • Home Electrical Circuits (98)
  • Incubator Related (6)
  • Industrial Electronics (27)
  • Infrared (IR) (39)
  • Inverter Circuits (94)
  • Laser Projects (10)
  • LM317/LM338 (21)
  • LM3915 IC (24)
  • Meters and Testers (55)
  • Mini Projects (153)
  • Motor Controller (65)
  • MPPT (7)
  • Oscillator Circuits (15)
  • PIR (Passive Infrared) (8)
  • Power Electronics (33)
  • Power Supply Circuits (65)
  • Radio Circuits (9)
  • Remote Control (46)
  • Security and Alarm (56)
  • Sensors and Detectors (116)
  • SG3525 IC (5)
  • Simple Circuits (72)
  • SMPS (29)
  • Solar Controllers (60)
  • Timer and Delay Relay (51)
  • TL494 IC (5)
  • Transformerless Power Supply (8)
  • Transmitter Circuits (39)
  • Ultrasonic Projects (12)
  • Water Level Controller (46)

Follow Homemade Circuits

Facebook
Twitter
YouTube
Instagram
My Facebook-Page
Quora

Feeds

Post RSS
Comment RSS

Circuit Calculators

  • AWG to Millimeter Converter
  • 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
  • Small Signal Transistor(BJT) and Diode Quick Datasheet
  • Transistor Astable Calculator
  • Transistor base Resistor Calculator
  • Voltage Divider Calculator
  • Wire Current Calculator
  • Zener Diode Calculator
  • Privacy Policy
  • About Us
  • Contact
  • Disclaimer
  • Videos – Circuit Test Results

© 2021 · Swagatam Innovations

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok