HI all J
Bought my first Arduino Uno board , I bought this board to be able to control 4 devices
My equipment
- UNO
- C4 channel Relay
- Cheese Board
- 4 switches
I managed to code the system to switch the relay off and on by pushing the button ( video attached)
But I need the system work in a logical process: as explained below
*all devices must on at all times
***** when button is pushed it must turn off device for 10sec and the turn the device back on***
Device A off ( Device B and D on cannot be put off )
Device B off (Device A and Device C cannot be put off)
Device C off (Device B and Device D cannot be put off)
Gate D off (Device A and Device C cannot be put off )
*all devices are on at all times
***** when button is pushed it must turn off device for 10sec and the turn the device back on***
I just cant seem to get the code correct L
Can anyone assist?