ESP32_LoRaWAN
ESP32_LoRaWAN copied to clipboard
send string data
Hello,
Is it possible to send string data or key-value (like json) data from the board to helium network? I see in the library the uint8_t appData[LORAWAN_APP_DATA_MAX_SIZE];
and I tried to test the code from this tutorial but I don't see clear payload on helium (payload:bDG4idA==
) console. Any example or best practice for this purpose?
It seems there is a encoding decoding which I don't understand how to do it exactly.
Dont send string! I had issues like this, but had to really learn and read how LoraWan works. I now only send numerics.