Arduino project 60- Arduino based thermostat and relay
Post Views: 1,590 In this tutorial, we will build a thermostat to independently activate and deactivate any domestic device depending
Continue readingPost Views: 1,590 In this tutorial, we will build a thermostat to independently activate and deactivate any domestic device depending
Continue readingPost Views: 702 This is a simple motion sensor project using Arduino. A 220V AC lamp is connected to a
Continue readingA relay is an electrically operated switch. Current flowing through the coil of the relay creates a magnetic field which attracts a lever and changes the switch contacts. The coil current can be on or off so relays have two switch positions and they are double throw (changeover) switches.
The relay’s switch connections are usually labeled COM(POLE), NC and NO:
COM/POLE= Common, NC and NO always connect to this, it is the moving part of the switch.
NC = Normally Closed, COM/POLE is connected to this when the relay coil is not magnetized.
NO = Normally Open, COM/POLE is connected to this when the relay coil is MAGNETIZED and vice versa.
A relay shown in the picture is an electromagnetic or mechanical relay.
Continue reading