Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I have succesfully interfaced the Nordic nRF24L01+ chip to my mbed with the library. However, the data I am sending consists of a 8 16-bit numbers in each packet.
The packet I receive on the mbed from the nordic library is an array of chars. What is the best way to extract/reformat the data in this array so that I can retrieve my 16-bit unsigned numbers?
Thanks!