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?