Question
Lora End_Node example doesn't send the right data
I have recently downloaded STM32CubeExpansion_LRWAN_V1.2.1.
In the main.c of the End_Node example I commented all the sensor related variables etc. and just tried to send letter 'H' with AppData.Buff[i++] = 'H';
The message gets though but it keeps changing letters by itself. For example first letter is blank space, then on the next transmit comes the 'H', then ';'...
I do not understand what could be causing this.