Decoding the Yabby Edge LoRaWAN® Uplink
You can find the full payload specification here.
Yabby Edge LoRaWAN Uplink Payload
Port: | 5 |
Hex/Base64: | 21A4B5010203040506 |
{ "type": "location", "inTrip": true, "inactive": false, "timeSet": true, "posSeq": 20, "wifi": [ { "rssi": -75, "mac": "010203040506" } ] }
This decoder is written in Java Script and may be freely used as example code. To inspect the code, open this link and inspect the Java Script source. Usually this is done with F12 in your browser. A version suitable for use with The Things Network is attached at the bottom of the page.
Yabby Edge LoRaWAN Uplink Decoder