
Eight Relays 4A/120V 8-Layer Stackable HAT for Raspberry Pi
FEATURES Status LEDs and NO/NC contacts Eight layer stackable to 64 relays Pluggable Connectors 26-16 AWG wires 120VAC/4A or 24VDC/4A on each contact RS485 Port General purpose push-button LED indicators on each relay Software self-test Uses only I2C port (address 0x20..0x27 or 0x38..0x3f ), all GPIO pins available Works with any Raspberry Pi from ZERO to 5 ECCN Code EAR99 64 Stations Irrigation Controller using Node-RED Command Line Python Library Node-Red nodes OpenPLC module Home Assistant Integration CODESYS Driver DESCRIPTION Perfect add-on to your project when you have to control large number of loads. Stackable to 8 layers, the card can add up to 64 relays to each Raspberry Pi in a compact form factor. Pluggable connectors make the Eight Relays card easy to use when multiple cards are stacked up. All relays have NO and NC contacts and can switch 120VAC/4A or 24VDC/4A. Status LEDs conveniently grouped on one side of the board show when relays are on or off. A power LED shows when power is applied. A reset switch permits shutting down the Raspberry Pi without the use of a keyboard and monitor. COMPATIBILITYThe Eight Relays card is compatible with all Raspberry Pi versions from Zero to 5. All stacked cards share the I2C bus using only two of the Raspberry Pi’s GPIO pins to manage all eight cards. This feature leaves the remaining 24 GPIOs available for the user. POWER REQUIREMENTS The Eight Relays card needs 5V to operate and can be powered from Raspberry Pi or from it's own 2 pin pluggable connector. The relay coils are also powered from the 5V. The card draws 10mA with all relays off. Each relay needs about 80 mA to turn on. If power is applied to the board's connector, no other power supply is needed for the Raspberry Pi. STACKING MULTIPLE CARDS Up to eight cards can be stacked on your Raspberry Pi. Three positions of the configuration DIP Switch labeled ID0, ID1, ID2 are used to select the stack level. Cards can be stacked in any order. RESET PUSHBUTTON Shutting down the Raspberry Pi by turning off the power can result in SD Card failure. To prevent this, a shutdown command needs to be used before power cut-off. But this requires a monitor, keyboard and mouse connected to the Pi. A momentary on push button installed at the edge of the board provides a convenient way to shut down the Raspberry Pi. The button is routed to pin 37 (GPIO 26). You need to write a script which monitors this pin, and if pressed for more than a desired time, issues the shut-down command. CARD LAYOUT ELECTRICAL SPECIFICATIONS Power Supply: 5V/8A pluggable connector On board resettable fuse: 5A Relays: NO/NC contacts, 4A/120 VAC - 24 VDC Electrical endurance: minim 105 cycles at 1,800 operations per hour, full load Mechanical endurance: minim 107 cycles at 18,000 operations per hour, no load MECHANICAL SPECIFICATIONS DOWNLOADS EIGHT RELAYS DOWNLOADS SOFTWARE SOFTWARE INTERFACESYou can write your own application using the Command Line or Python Libraries provided. No programming is required if you use the Node-Red nodes we supply. You can drag-and-drop the functional blocks to design your application. Examples are provided at GitHub. RELAY SELF TEST The card can be tested before installation by running a simple command from the command line. The card will cycle each relay on and off at 0.5 seconds interval. The clacking noise of the relays and the lighting of the LEDs will assure that all relays are functioning. ACCESSORIES DIN-RAIL MOUNTING The card can be installed parallel on a DIN-Rail using the DIN-Rail Kit Type 1, or perpendicular using the DIN-Rail Kit Type 2. YOUR KIT When you purchase the card you will receive the following items: 1. Eight Relays HAT for Raspberry Pi 2. Mounting hardware Four M2.5x18mm male-female brass standoffs Four M2.5x5mm brass screws Four M2.5 brass nuts 4. Connector plugs QUICK START Plug your card on top of your Raspberry Pi and power up the system. Enable I2C communication on Raspberry Pi using raspi-config. Install the 8-RELAYS software from github.com: ~$ git clone https://github.com/SequentMicrosystems/8relind-rpi.git ~$ cd /home/pi/8relind-rpi ~/8relind-rpi$ sudo make install ~/8relind-rpi$ 8relind The program will respond with a list of available commands.