Skip to main content

How To Make a 5V Relay Module At Home and Check using Arduino

How To Make a 5V Relay Module At Home and Check using Arduino

One of the most useful things you can do with an Arduino is control higher voltage (120-240V) devices like fans, lights, heaters, and other household appliances. Since the Arduino operates at 5V it can’t control these higher voltage devices directly, but you can use a 5V relay to switch the 120-240V current and use the Arduino to control the relay.

Pin details

The relay module consists of six pins as a normally open pin, normally closed, common, signal, Vcc, and ground pins. 

Signal Pin: It is used to control the relay. This pin can be active low or active high. In case of active low, the relay will activate when we apply an active low signal to the signal pin. On the contrary, in the case of an active high, the relay will activate when we apply an active high signal to the signal pin. But usually, these modules work on an active high signal. This signal will energize the relay coil to make contact with the common terminal with the normally open terminal.

Vcc Pin: As its name suggests, it is a 5V relay. That means it requires 5V DC to operate. Hence, connect the 5v DC power supply to this pin.

Ground Pin: Connect it with the ground terminal of the 5V power supply. Furthermore, if you are driving a relay module with a microcontroller, also connect this pin with the ground terminal of the microcontroller. 

Common Pin: This terminal is connected with the load that we want to switch with the relay module. 

NO Pin: This pin is normally open unless we apply an activation signal to the signal pin of the 5V single channel relay module. In this case, the COM pin breaks its connection with the NC pin and makes a connection with the NO pin. 




Component:-

1. 5-volt relay
2. BC 547/548 transistor.
3. 330ohms resistor.
4. IN4001diode.
5. Screw terminals(2pols, 2 )
6. LED(any colors, I used Blue here)
7.  if using general-purpose PCB
8.Arduino Uno
  9. Jumpers wire





Circuit Diagram

Applications 

  • Home Automation Projects
  • Switching an AC voltage load from low voltage DC current
  • Electrical isolation between low and high power sources

Download a code


Support My Blog
View my Another Blog
Subscribe to my YouTube Channel and follow Instagram, Facebook,. LINK IN ICONS




Comments

Popular posts from this blog

How To Control 12v RGB Led Strip Using Arduino And BC 547 Transistor With Code

  How To Control 12v RGB Led Strip Using Arduino And BC 547 Transistor With Code Hello, Friends Welcome to my channel Electrify Circuit Today Video How To Control RGB Led Strip Using Arduino And BC 547 Transistor. View full video. Required Components:- -Arduino NANO -Breadboard -RGB Led Strip -Jumper wire - BC 547 Transistor Circuit Diagram:- Video:- Code, Circuit Diagram Download Link:- Click Here Others Videos:- How to Test Esp32 Bluetooth Led On/Off To App:- https://youtu.be/AiQ5IF_j--k How To Make a 5V Relay Module At Home and Check using Arduino:- https://youtu.be/ZMewjmbJu4c How to Decode IR Remote Value Using Arduino UNO:- https://youtu.be/TXoin8xyX6Y LED shifting using push-button and Arduino nano:- https://youtu.be/9uNiHqaziqs 7-segment 0-9 counter using Arduino Nano:- https://youtu.be/hTY3PsQ7H9A How to test Arduino Nano | How to led blink with Arduino nano:- https://youtu.be/Rbdl2Ii10b0 How to make full bridge rectifier | 0 to 12v voltage regulator | Rec

HowTo Make Variable Power Supply Using LM317

  How to make variable power supply using lm317 | #newvideo2021 #newvideo #voltageregulator #variablepowersupply #diy #lm317 #bd139 #tip3055 This Project is to make a simple variable Power supply in LOW cost. Mager Components LM317-: The LM317 is an adjustable 3-terminal positive voltage regulator capable of supplying different DC voltage outputs other than the fixed voltage power supply of +5 or +12 volts or as a variable output voltage from a few volts up to some maximum value all with currents of about 1.5 a mperes. BD139 Transistor:- BD139 is an NPN transistor hence the collector and emitter will be left open (Reverse biased) when the base pin is held at the ground and will be closed (Forward biased) when a signal is provided to the base pin BD139 has a gain value of 40 to 160, this value determines the amplification capacity of the transistor. The maximum amount of current that could flow through the Collector pin is 1.5A, hence we cannot connect loads that consume more

How to Test Esp32 Bluetooth Led On/Off To App

How to Test Esp32 Bluetooth Led On/Off To App   #arduino #esp32 #arduinoproject # NodeMCU Hello, Friends Welcome to my channel ElectriCircuit Today Video is How to test Esp32 Bluetooth using App make an app using MIT App inventor. One led On/off Using Android App. Required Components:- -ESP 32 Board -Breadboard -LED -Resistor -Jumper wire Code, App, Circuit Diagram, aia file Download Link:- Click Here