
Overview
Through it, you can control a circuit of high voltage with low voltage, say 5V on the controller. There is an indicator LED on the board, which will light up when the controlled terminals get closed.
Tech specs
Specifications
Parameter |
V1.1 |
V1.2 |
Product Release Date |
27th Jan 2013 |
9th June 2014 |
Operating Voltage |
5V |
3.3V~5V |
Operating Current |
60mA |
100mA |
Relay Life |
100,000 Cycle |
100,000 Cycle |
Max Switching Voltage |
250VAC/30VDC |
250VAC/30VDC |
Max Switching Current |
5A |
5A |
Pinmapping
Grove-Relay |
Arduino |
GND |
GND |
VCC |
5V |
SIG |
D4 |
Get Inspired

An interactive polyphonic wavetable synthesiser for the Arduino GIGA & Display Shield

In a previous video about controlling household appliances and lighting fixtures from the Arduino Cloud, Sachin Soni of the techiesms YouTube channel designed a custom PCB that allows an Arduino Nano ESP32 to toggle a series of relays. But since then, he realized that his project needed a faster and more permanent method of getting to the controls, which led him to build a complete home automation dashboard using solely Arduino hardware. Soni opted for the new Arduino GIGA Display Shield since it contains a 3.97” RGB touchscreen with support for up to five simultaneous touch points and an array of sensors if the functionality were to ever be expanded. On the back, an Arduino GIGA R1 WiFi was attached to act as the display’s controller and leverage its Wi-Fi capabilities to communicate with the system’s Arduino Cloud variables. The final step in this project involved creating a software-defined graphical user interface (GUI) complete with toggleable buttons for the lights, dials to indicate temperature/humidity levels, and a way to select the fan’s speed from an array of values. Soni was able to finish most of the groundwork by utilizing the LVGL library and its highly customizable GUI components. After laying out the buttons and dials, synchronizing Cloud variables, and connecting their event handlers to value updates, Soni had a functional tablet that could wirelessly manage his appliances from anywhere.