node-red-contrib-adeunis

0.1.0 • Public • Published

node-red-contrib-adeunis

A Node-RED node to decode adeunis-rf LoRaWAN demostration payload (ARF8084BA) in JSON object.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-contrib-adeunis

Usage

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
}

LICENSE

This work is released under MIT License.

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-adeunis

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • claudyus