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 :)