I wonder why there are some differences between the payload received by the gateway and my application payload. Iām sending 38 byte payload (SF12) and it is received as 51 bytes. In my application are the correct 38 bytes.
Is it due to the encryption, coding rate, padding or is it the exactly 13 byte LoRaWAN header that makes the difference?
If i try to send 51 byte of application payload, will it result in 64 byte of payload displayed in the gateway traffic or will it fail because I have to add it to the LoRaWAN header and this exceeds the 51 byte limit for SF12?