How to decode sensor payload in TTNv3
Opened this issue · 2 comments
wn1980 commented
Hi everybody.
I have successfully compiled the 1ch gateway as a sensor node (by setting #define_GATEWAYNODE 1
) on the Heltec ESP32 LoRa v2. The gateway seems to send the uplink to TTN. However, I don't know how to decode the payload (such as battery value) in a human-readable format. Could anyone suggest a solution to this issue?
wn1980 commented
Zupayruna1 commented
you need to check how the gateway are sending the data,
if the data is just pure bytes u can check this thread -> https://www.thethingsnetwork.org/forum/t/decrypting-messages-for-dummies/4894/29
I'm using this examples for encode and decode data