Hi, I use nRF52840, with SDK 15.3.0
Using UART communication, stored data should be unsigned integer 16 bit.
And the data should be calculated to float data type.
To summarize, declare data type to unsigned integer, calculate to float type, change data type to unsigned integer.
Using UART communication, only declare data type to unsigned integer type.
Thanks in advance!