Latching Relay Module
Latching Relay Module
by govindanunni
In electronics, a device is said to be a latching device electromechanical relay. However these terminals
if it maintains any particular fixed state even after which are present over the relay show that the
removal of the input signal. The same also applies for electronic relay which we are using has only one
electronic/electromechanical relays. Basically the stable state.
electromechanical relays that are used today are of
two types: In this instructable I will show you how to use a non-
latching relay as a latching bistable relay by
1. Non-Latching Relay : These relays are most widely designing a simple electronic module which is
used where energy consumption is basically not an powered by an external power source. One can use
issue.This type relay(s) comes back to its original this module for many other projects and it's
state once the input signal is removed. intentionally made portable so that one can easily
carry it around. Moreover it has many other useful
2. Latching Relay : These relays are mostly used in features which provides it many additional
automobiles and are rarely used for basic prototyping functionalities.
needs.
To get a detailed idea of the working please watch
Most of the relays which we use today are the above video or click on the link below:
monostable relays, that means it has only one stable
state and so it is called non-latching relays. You must Latching Relay Module Video
have heard about N.O (Normally Open) and N.C
(Normally Closed) terminals of a basic
All the tools and components used to make this module can be easily bought from nearby local electronic shops.
COMPONENTS REQUIRED:
TOOLS REQUIRED:
Soldering Iron
Soldering Lead Wire
Soldering Flux
Multimeter with Probes
A strong Adhesive
The above shown picture is the circuit diagram of the The following are the inputs required for functioning of
relay module. All connection of components have to module:
be done in exact same manner as shown in the
picture. VCC - 5V DC (You can take it from a USB port)
The above circuit is an implementation of the NE555 GND - Negetive or GROUND connection.
timer IC as a Latch or 1-Bit Memory Cell. The Set
(ON) and Reset (OFF) function of the attached relay SET INPUT - Preferably Greater than 0V to turn the
can be controlled by either using the momentary push relay ON
buttons as switches or it can be controlled via 5V
logic inputs from the SET or RESET pin sides. RESET INPUT - Preferably Greater than 0V to turn
The the type of latch that we are using here is SR the relay OFF
latch.
In the circuit diagram the pin jack J1 refers to the NOTE*: The SET signal and RESET signal should
power inputs and logic controls of the module, not be supplied at the same time, if done so, it will
whereas the pin jack J2 refers to the 3-PIN screw change the state of the relay to OFF state by default .
terminal outputs from the relay.
One may follow his or her own way to place the components on the perforated board. However the procedure that
I followed has been explained as follows:
1. Start with the screw terminal and the relay. First place the screw terminal at one of the ends of the
perforated board and glue it to the board by using the strong adhesive if needed.
2. Then place the relay carefully. Middle terminal of the relay will mostly not align to the holes of the
perforated board. I recommend not to forcibly align relay to the circuit board. Use a screwdriver or
some kind of drilling machine to enlarge the hole and then install the relay.
3. Place the diode right next to the coil side of the relay. This diode acts as a Flyback diode in this
circuit.
4. The gradually step by step place all the other components and arrange it in such a way that only a
minimum traces of solder would be required to connect the terminals.
1. SET BUTTON - This switch is blue colored and it is 5. SET Input - This pin if applied will a positive
used to turn the relay to ON state. The relay will voltage will turn the relay ON.
continue to be in ON state even after the force is 6. RESET Input - If a positive voltage is applied to
removed from the Blue button until and unless the this pin then it will bring the relay back to it's original
Reset button is pressed or reset signal is provided to OFF state.
the module. 7. GREEN LED - This is the power indicator LED
2. RESET BUTTON - This switch is red colored and it which glows when VCC and Ground terminals are
is used to turn the relay back to OFF position. connected to a 5V power supply.
3. VCC - The positive 5V supply must be given to this 8. BLUE LED - This LED shows the status of the
terminal for working of the module. relay. It glows when the relay is ON and turns off
4. GND - The ground terminal(s) of any input(s) when the relay is OFF.
should be connected to this terminal.
The SET and RESET buttons present on the module provides manual control of the relay.
These buttons can also be used simultaneously with the control input signals that come from the SET and RESET
terminals.
This module can also be controlled by using any connected the relay module to a NodeMCU and
microcontrollers. One has to only connect the SET configured pin numbers D1 and D2 as its outputs.
and RESET input terminals of the module to the 2. Then by the help of blynk application I controlled
digital outputs of the microcontroller with a common the ON and OFF functionality of the relay module
ground. wirelessly over Wi-Fi.
1. In the above shown pictures of this step, I have
The relay module can also be used as a touch switch.This is because BC547 transistor easily turns ON even with
a small base current. So even a small static charge of our body can be applied to the base terminal of these
transistors to control the ON and OFF functionality of the relay module.
Latching Relay Module.: Page 7
Step 9: Advantages & Conclusion