You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: