Hi everyone,I am working on an STM32WL-based device and have successfully operated downlink in LoRaWAN communication when using the following JSON payload format: {
"devEui": "0102030405060708",
"confirmed": true,
"fPort": 10,
"data": "ESIzRFU="
} ...