This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is BLE data sends in LSB first and Little Endian byte order?

Hi,
I'm confused, according to Bluetooth 4.0 Specification bytes are send in Little Endian byte order, and with LSB first in every byte.
So when I receive raw data from characteristic in nRF52 device, I need to change bytes order from Little to Big Endain and reverse bits in every byte to receive "human readable" raw data but thats not true.
Data I received is in "human readable" order already.
where did I make a mistake?

Thanks :)

Parents Reply Children
No Data
Related