Guys,
I’ve purchased a Grove - 2-Coil Latching Relay.
I’ve found that you have a Relay listed on your http://www.dexterindustries.com/GrovePi/sensors/supported-sensors/ page but was wondering if you have any supporting documentation or code to help get the latching relay working?
Thanks.
karan
2
The relay can be used in the same way as a LED. If you send it a HIGH signal, it’ll turn the relay on, if you send a low signal, it’ll turn the relay off. You can use this as an example https://github.com/DexterInd/GrovePi/blob/master/Software/Python/grovepi_blink.py to use the relay.
-Karan
Thanks Karan, great support
I’ll try it out and let you know how it goes!