Seeed-Studio / LoRaWan-E5-Node

Applications on LoRa-E5 mini/ LoRa-E5 Development Kit with v1.1.0 STM32Cube MCU Package for STM32WL series(SDK)
56 stars 26 forks source link

Decode of received Lorawan message. #17

Open Fatihalparslan opened 10 months ago

Fatihalparslan commented 10 months ago

I used LoRa E5 mini and E5-end node code. I received base64 format message like this "ACcQGgH0/j4JDQUDqwAA" from gateway interface Is there any formula to decode

marakalastic commented 10 months ago

That should be Base64. You'll just need to pay attention to how many bytes each part of the payload is (temperature, for example, is 1 byte)