@lora-payload-magician/risinghf-rhf1s001
v1.0.1
Published
lora protocol payload decoder
Downloads
1
Readme
RisingHF RHF1S001
Introduction
This package is part of the LoRa Payload Magician project which aims to be a collection of LoRa devices' payload builders and decoders.
Installation
npm i @lora-payload-magician/risinghf-rhf1s001
Usage
var payload_hex = '016c689d30009029c8';
var d = require('@lora-payload-magician/risinghf-rhf1s1001');
var decoded = d.decode(payload_hex);
console.log(`${decoded.temperature}`)