ESP32_LoRaWAN icon indicating copy to clipboard operation
ESP32_LoRaWAN copied to clipboard

send string data

Open kargarisaac opened this issue 2 years ago • 2 comments

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?

kargarisaac avatar May 23 '22 21:05 kargarisaac

It seems there is a encoding decoding which I don't understand how to do it exactly.

kargarisaac avatar May 24 '22 16:05 kargarisaac

Dont send string! I had issues like this, but had to really learn and read how LoraWan works. I now only send numerics.

grichfitz avatar Jul 14 '22 20:07 grichfitz