This is an example application based on Mbed-OS LoRaWAN protocol APIs. The Mbed-OS LoRaWAN stack implementation is compliant with LoRaWAN v1.0.2 specification.

Dependents:   Projet_de_bachelor_code Projet_de_bachelor_code

Issue: Can't send data beyond 64 bytes

Hi, For my application, i wanted to send around 100 bytes. So i change buffer size to 100 uint8_t tx_buffer[100]; If i print length of tx_buffer it shows 98. but it sends only first 64 bytes for transmission. Shows 64 bytes scheduled for transmission.

What changes i need to do if i wanted to send more bytes?

Thanks