Code for Repeaters ...
-
Hi Guys,
I'm sure I missed, but I can't find any specific page about how to build a repeater.
Arduino network is growing here and some of them ( the distant ones ) are starting to have problems to receive commands. For example a relay ... I see messages in the GW but due to interferences or objects in between node and GW this is not 100% working so I'm thinking on start adding some repeaters to ensure reception.
Any pointer on a page where this is explained?
Also would like to understand how the assignment of a nodo to a repeater works. I've seen some notes on comments but not finding full specs.
Thanks in advance.
-
@Dave-Dan A repeater is just like a sensor node but with the repeater feature enabled in the constructor. Tale care that you don't sleep the node and call gw.proces() frequently (in the loop())
-
@Dave-Dan you're probably looking for this: http://www.mysensors.org/download/sensor_api_15#create-repeating-nodes
-
Thank you all ...
that was what I was looking for.