Gateway send to node
-
Can the gateway send on it's own data to a node?
I was trying to connect a display to the gateway and display for example the ip address of the gateway, but there simply isn't enough space on the arduino. So i was thinking to connect the lcd display to a sensor node, and send from the gateway for example the ip address to the display node. Is that possible ?
-
Maybe this will help you: http://www.mysensors.org/build/display
-
@kalle that's not what i'm talking about. That example requests the Time from the Controller. I want the gateway to send data to a node without a controller being involved.
-
No it's not (as far as i'm aware of), The gateway is like it says only a gateway (in this case only data). This means the you should do some work on the controller to be able to send this data.