Raspberry sending data to Arduino
-
Hi fellas, I'm kind of new to MySensors and have been looking over the web for a way to make a Raspberry Pi Zero send sensor data to an Arduino. Would MySensors allow me to do it? From what I understand, Arduinos serve as sensor nodes, so they send data from sensors to the gateway i.e. the RPi. So would it be possible to revert this?
Thanks in advance
-
Yes, communication is both ways, also nodes can send data to each other.
-
So, I should compile the gateway build on the RPi and it will allow me to send data to an Arduino node?
-
-
Thanks, I'll try it!