I wanna recieve data in bytes and process internally.
How do I do this?
Do I use uart service?
I wanna recieve data in bytes and process internally.
How do I do this?
Do I use uart service?
You could use the UART service, or you could write your own custom service.
Bear in mind that the UART service is Nordic specific, ( its not part of the services list defined by Bluetooth.org)
You could use the UART service, or you could write your own custom service.
Bear in mind that the UART service is Nordic specific, ( its not part of the services list defined by Bluetooth.org)
thank you I found how to do that.