Hi all,
I have an application that requires 2 RFM69 sensor modules to monitor the open/closed position of 2 drawers in a cabinet (through reed switches). I am using the following for this: https://www.tindie.com/products/easySensors/arduino-ide-compatible-wireless-switch/
The receiver should wirelessly monitor the data sent from these nodes and turn on an LED for each output (when a draw is open). I am using the following for this:
https://www.tindie.com/products/easySensors/button-sized-rfm-69-wireless-node/
I have managed to get the sensor node working with the example code provided by the developer, but I am stuck with the receiver code.
Would it be possible to have 2 switch sensor nodes send their switch status data to one receiver node?
Can someone please help with an example of how to do this?
Thanks in advance.
Zok