Decode LoRa data

Hello,

I’m sending data from my Sodaq One v3 to my LoRa network. When I receive the data payload in my JavaScript application it is in this format: AYgH7j8A3KYABkACAgGOA2cBaA==

When trying to use the JavaScript function atob() (to decode base64) I get:
Decoded data: ˆaî?

Also putting the DEFAULT_CAYENNE_ENABLED on 0 in the Sodaq One project will generate a different kind of data that I still cant decode.

Does anybody know a way I can display the data decoded?

Kind regards

Hi,

You need to convert base64 to hex
There are online tool like: http://tomeko.net/online_tools/base64.php?lang=en
Use the Cayenne Low Power Payload to decode
http://community.mydevices.com/t/cayenne-lpp-2-0/7510

When DEFAULT_CAYENNE_ENABLED on 0 you can use this decode tool:
https://dashboard.janvanloenen.com/decoder_example.php

Kind regards,
Jan

Hello Jan,

Is the code of the decode tool opensource?

Kind regards