Page 1 of 1

Seeed Studio Relay Shield V1.0

PostPosted: Fri Jan 03, 2014 8:35 pm
by bheil123
http://seeedstudio.com/wiki/Relay_Shield_V1.0

Add/change these lines:

// Digital 7,6,5,4 pins using http://seeedstudio.com/wiki/Relay_Shield_V1.0
static const uint8_t relayPins[3] = { 7,6,5,4 }; // four doors using RFBee Relay Shield
static const uint8_t statusPins[3] = { 2,3,4 }; // four doors detected if using http://seeedstudio.com/wiki/Relay_Shield_V1.0

Works fine.

Re: Seeed Studio Relay Shield V1.0

PostPosted: Mon Jan 27, 2014 5:43 pm
by jeasy88
Thanks for this! I am gonna try this tonight...I am also using the ethernet shield from them as well...Hopefully all goes well. If you get this reply, would you mind posting pictures of the whole setup? I am just a little nervous about messing something up.

Re: Seeed Studio Relay Shield V1.0

PostPosted: Wed Jan 29, 2014 1:03 pm
by jeasy88
got it working! thanks for the info, i am still waiting on my sensors but i assume it will work fine.