I just bought 2 arduinos transceiver shields for my arduinos and was having trouble with sending and receiving commands
I just want to do a simple RGB LED sequence
Anyone got any advice on how to get started?
I just bought 2 arduinos transceiver shields for my arduinos and was having trouble with sending and receiving commands
I just want to do a simple RGB LED sequence
Anyone got any advice on how to get started?
cjjharries:
Anyone got any advice on how to get started?
Look for example sketches showing how to send and receive message between the shields. Try them out.
Decide how you will represent the commands for your 'simple RGB LED sequence' as messages.
Implement the sending side in one sketch.
Implement the receiving side in another sketch.
Run both sketches.
Then to the fun part - trying to figure out why it doesn't work.