FOUR RELAY BOARD TO THE ARDUINO,4 RELAY BOARD MODULE

Torindia Product Code :
276-1030 or 2761030

To connect the 4 Relay board to an Arduino is very easy and allows you to turn on and off an wide range of
devices, both AC and DC. The first to connections are the ground and power pins, You need to connect the
Arduino +5v to the 4 Relay board VCC pin and the Arduino ground to the 4 Relay board GND pin. Then it’s
a only a matter of just connecting the communication pins, labeled IN1, IN2, IN3 and IN4, two 4 data pins
on the Arduino.

In the example code below I used Arduino pins 7, 8 , 9, 10. I avoid using Data pins 0 and 1 as they are used
by the Arduino for serial communication and can cause problems when uploading code to the Arduino.

The default state of the relay when the power is off for COMM (power) to be connected to NC (normally closed),
this is the equivalent of setting the 4 Relay boards IN pin to HIGH (has +5v sent to it) It is a safety feature to not
use the NC connector in-case you Arduino looses power it will automatically turns off all the devices connected
to the relay.

When you have something connected to the relays NO (Normally Open) connector and you set the
corresponding IN pin to LOW (0v), power will flow in from the COMM connector and out of the NO connector
powering your device..