FEATURES
- Four Relays 4 HV Inputs 8-Layer Stackable HAT for Raspberry Pi
- Status LEDs and NO/NC contacts
- Switch loads of up to 8A and 240VAC/24VDC
- Four high voltage opto-isolated inputs with status LEDs
- Separate connectors for low (3V-30V) and high (30-240V) inputs
- Digital inputs reading AC or DC signals
- Eight layer stackable to 32 relays and 32 inputs
- Industrial version accepts 10V-24V power supply
- RS485 port
- Raspberry Pi reset push button
- Pluggable Connectors 30-16 AWG wires
- Uses only I2C port (address 0x15..0x0e), all GPIO pins available
- Four Relays Raspberry Pi
- Works with any Raspberry Pi from ZERO to 5
- ECCN Code EAR99
- Command Line
- Python Drivers
- Node-Red node and examples
- OpenPLC module
- Arduino Library
- Home Assistant Integration
NEW FEATURES IN VERSION 4 AND UP
The 4.0 release of the card replaced the I/O expander with a local processor. This enhancement allowed us to add several new features:
- Independent RS485 (no Raspberry Pi needed)
- MODBUS protocol allows the card to be controlled from any PLC
- Transition counters to 4kHz on all inputs
- Input counters with cumulative or PPS (pulse per second) reading up to 4kHz
- 2 x Quadrature encoder inputs reading up to 4000 PPS
- PWM inputs on each channel, reading both the fill factor and the frequency
DESCRIPTION
Four Heavy Duty Relays plus Four High Voltage Inputs for Raspberry Pi
Drive 8A/240VAC loads and read 3V to 240V, AC or DC, opto-isolated inputs for all your Home or Industrial Automation Projects
Perfect add-on to your project when you have to control large number of heavy-duty AC loads and/or you have to read wide range inputs. Stackable to 8 layers, the card can add up to 32 relays to each Raspberry Pi in a very compact form factor. In addition, you can read up to 32 opto-isolated inputs.
Pluggable connectors make the 4-RELAYS card easy to use when multiple cards are stacked up. All relays have Normal Open and Normal Close contacts and can switch up to 8A/240VAC.
The optically isolated universal inputs can read AC or DC signals from 3V to 240V. The input connectors have a low voltage port which can read signals between 3V and 30V, and a high voltage port which can read signals between 30V and 240V AC or DC.
COMPATIBILITY
The 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 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 2 pin pluggable connector, no other power supply is needed for the Raspberry Pi.
INDUSTRIAL VERSION
The INDUSTRAIL version of the card accepts 10 to 24V power input. A step-down converter can supply 5V and up to 4A continuous, 5A peak to Raspberry Pi. No other 5V power supply is needed.
STACKING MULTIPLE CARDS
Up to eight cards can be stacked on your Raspberry Pi. Each card is identified by jumpers you install to indicate the level in the stack. Cards can be installed in any order. A three position jumper selects the stack level.
For your convenience, two jumpers are provided with each card.
REVERSE POWER SUPPLY PROTECTION
The board is protected to accidental reverse power supply with a 5.8A, 39 mOhm MOSFET which breaks the ground line if reverse power is applied.
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 read by the local processor, which can be programmed to signal the Raspberry Pi by setting low pin 37 of the Raspberry Pi GPIO connector (GPIO26). You can also read the status of the pushbutton from the I2C interface. 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 with reverse polarity protection
- On board resettable fuse: 3A
- Opto-isolated Digital Inputs:
- Input Forward Current: Typical 5 mA, maximum 50 mA
- Low Voltage Input Series Resistor: 2.2K
- High Voltage Input Series Resistor: 120K
- Isolation Resistance: Minimum 1012 Ω
- Relays: NO/NC contacts, 8A/240 VAC-24 VDC
MECHANICAL SPECIFICATIONS
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.
RS485/MODBUS port
A standard RS485 transceiver permits the Raspberry Pi to communicate using any protocol including MODBUS, PROFIBUS, camera PTZ control, etc. The transceiver can be driven either from the Raspberry Pi serial port, or directly from the local processor. Install the jumpers 485-TX and 485-RX on connector J3 to drive the port from Raspberry Pi. Install the terminator jumper 485-TERM if the card is last on the RS485 chain.
EXTENDED FUNCTIONS OF THE INPUT PORTS
- Transition counters to 4kHz on all inputs
- Input counters with cumulative or PPS (pulse per second) reading up to 4kHz
- 2 x Quadrature encoder inputs reading up to 4000 PPS
- PWM inputs on each channel, reading both the fill factor and the frequency
- 1% resolution on PWM inputs up to 100Hz, 5% resolution up to 500Hz.
DOWNLOADS
FOUR RELAYS FOUR INPUTS DOWNLOADS
SOFTWARE
SOFTWARE INTERFACES
You can write your own application using the Command Line or Python Libraries provided. Usage example for the python library can be found in tests.py file on repository. 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 also provided.
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 Four Relays Card you will receive the following items:
1. 4-RELAYS add-on HAT for Raspberry Pi
2. Mounting hardware
- Four M2.5x18mm male-female brass standoffs
- Four M2.5x5mm brass screws
- Four M2.5 brass nuts
3. Two jumpers
4. Mating connector plugs
QUICK START
- Plug your 4-RELAYS 4-INPUTS card on top of your Raspberry Pi and power up the system.
- Enable I2C communication on Raspberry Pi using raspi-config.
- Install the card software from github.com:
- ~$ git clone https://github.com/SequentMicrosystems/4rel4in-rpi.git
- ~$ cd /home/pi/4rel4in-rpi
- ~/4rel4in-rpi$ sudo make install
- ~/4rel4in-rpi$ 4rel4in
The program will respond with a list of available commands.