I just bought some Grove 2-Coil Latching Relay modules. I don't have a Grove Base Shield, and would prefer to not use a Base Shield if it can be avoided. Instead, I would like to connect Relay module directly to pins on an Arduino Leonardo.
The relay module has a four pin plug on it which normally would plug into the Grove Base Shield. The pins are labelled SIG, NC, VCC, GND (see attached photo).
I assume that if I'm not using a Base Shield that I could connect the pins directly to an Arduino as follows:
VCC would connect to Arduino 5v power pin
GND would connect to Arduino ground pin
SIG would connect to Arduino digital out pin
NC would connect to Arduino digital out pin
Is there any electronic reason why the relay could not be used as above without a Base Shield?