Page 4
Disclaimer For physical injuries and possessions loss caused by those reasons which are not related to product quality, such as operating without following manual guide, natural disasters or force majeure, we take no responsibility for that. Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification.
1. Introduction The Grove-Relay module is a digital normally-open switch. Through it, you can control 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.
2. Specifications Parameter v1.1 v1.2 Product Release Date 27th Jan 2013 9th June 2014 Operating Voltage 3.3/5V Operating Current 60mA 100mA Relay Life 100,000 Cycle 100,000 Cycle Max Switching Voltage 250VAC/30VDC 250VAC/30VDC Max Switching Current...
3. Usage With TI LaunchPad This example showcases how to use the Grove-relay module to control larger load, i.e. a desk lamp light. A 3V voltage signal can cause the relay to switch on, allowing current to flow through the connected appliance.
With Arduino Below is a demo that shows you how to control a Grove - Relay with a Grove - Button. When the button gets pressed, the relay will close. // Project Five - Relay Control void setup() pinMode(1, INPUT); pinMode(2, INPUT);...
Page 9
# Raspberry Pi + Grove Switch + Grove Relay import time import grovepi # Connect the Grove Switch to digital port D3 # SIG,NC,VCC,GND switch = 3 # Connect the Grove Relay to digital port D4 # SIG,NC,VCC,GND relay = 4 grovepi.pinMode(switch,"INPUT") grovepi.pinMode(relay,"OUTPUT") while True:...
Need help?
Do you have a question about the Grove-Relay and is the answer not in the manual?
Questions and answers