A Node-RED node to decode adeunis-rf LoRaWAN demostration payload (ARF8084BA) in JSON object.
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install node-red-contrib-adeunis
A function that converts the msg.payload
that containt LORA binary data to a JSON object like this:
{ "temp": 34,
"btn1": 0,
"gps": true,
"lat": 41.80000,
"lon": 12.32888,
"uplink": 247,
"down": 0,
"vbat": 3.332
}
This work is released under MIT License.