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

UART service (NUS) or Custom Service

I need to send 5 sensor values received over SPI to an app over BLE about 5 times a second. I also need to send a few configuration parameters from the app back to the nrf52.

Can anybody tell me the advantages/disadvantages of solving the task by creating an own custom service with a characteristic for every sensor value and a characteristic for configuration or to use the NUS?

Related