claudyus / node-red-contrib-adeunis

Decode adeunis-rf LoRaWAN demostration payload (ARF8084BA) in JSON object

Home Page:https://www.npmjs.com/package/node-red-contrib-adeunis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Decode adeunis-rf LoRaWAN demostration payload (ARF8084BA) in JSON object

https://www.npmjs.com/package/node-red-contrib-adeunis


Languages

Language:JavaScript 74.5%Language:HTML 25.5%