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

nRF UART Android App [Feature Request & a Question]

Hi Nordic,

I am a hardware/firmware guy without App development skills and I also lack the time to acquire these skills. I enjoyed your UART App during my development, thanks a lot for providing many useful example apps. However, I require currently an extra feature regarding the nRF UART App. Can you please add the possibility to send and receive raw hex data? Using ASCII encoding brings limitations and overhead for some applications, as you may guess. Question: If I define a simple communication protocol over BLE UART with a very simple packet structure, should I implement a kind of simple CRC/CheckSum mechanism or can I securely assume that the BLE protocol (Nordic UART Service) will provide me only the valid uncorrupted data?

Kind regards...

Related