As other reviewers have said, this is not a toy. I use together with Arduino in a door alarm. Again, as another reviewer mentioned, the relay contacts must be pulled LOW to turn them on and pulled HIGH to turn them off. This differs from traditional relays. An example sketch that keeps turning them on and off: void setup() { // initialize the digital pin as an output. // pin 10 has relay 1, pin 11 has relay 2: pinMode(10, OUTPUT); pinMode(11, OUTPUT); } void loop() { DigitalWrite(10, LOW); //set relay 1 to delay(1000); // wait for a second DigitalWrite(10, HIGH); // disable relay 1 delay(2000); // wait 2 seconds digitalWrite(11, LOW); // activate relay 2 delay(1000); // wait for the second DigitalWrite(11, HIGH); // disable relay 2 delay(2000); // wait 2 seconds }
Gaming headset ASUS TUF Gaming H3 (90YH02AR-B1UA00) black-red
46 Review
Illuminate Your Ride With HOTSYSTEM'S Blue LED Toggle Switch - Perfect For Car, Motorcycle, Boat, And More!
37 Review
Portable bluetooth speaker BT Speaker ZQS-8210 high power universal
35 Review
BMW Engine Ignition Start Stop Button Replacement - Compatible With 1 3 5 6 X1 X3 X5 X6 Series (E81 E90 E91 E60 E63 E84 E83 E70 E71) By Jaronx Sports Red
49 Review