Very simple client gateway for newbs
-
Hi,
I've got two sets of NRF24LOI and Arduino UNO. I'm extremely new with these radios and I've been searching around how to build a very simple client <-> gateway, just want to see this two doing a "ping/pong" via the radios.
I've already gone through the Serial gateway but I'm stuck after that.
Thanks in advance!
-
There's a ping pong example here:
https://github.com/mysensors/MySensors/blob/development/examples/PingPongSensor/PingPongSensor.ino
-
Thanks that's exactly what I need!