Gateway send to node
Development
4
Posts
3
Posters
1.9k
Views
1
Watching
-
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
-
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.