Hello !
Sorry to disturb you, I would like to understand how to decode Base64 encoded data I had from LoRa Demo.
I’m using a Mdot with a Multiconnect Conduit 210L-EU.
When I read the data, I have data like : DgL/DwgF/IAFANYLAWM=
Decoded in bytes with Python 3, it gives : [14, 2, 255, 15, 8, 5, 252, 128, 5, 0, 214, 11, 1, 99]
If I have understood well, this contains Lux, Pressure, Altitude, Temperature and Altitude information.
I tried to understand this page, but I don’t know which bytes to use and how to use them to have the final results : http://www.multitech.net/developer/software/dot-box-and-evb-software/data-packet-format/
Could you help me understand this ?
Thank you very much !