I am using nrf52 and there is a sensor connected to it. I want to read the values from the sensor and sometimes this is changing fast like 1-10 ms. The idea is to connect nrf with bluetooth but now I am bit confused on what should I use, NUS or a custom service?
As I got it the correct way to broadcast the data for BLE is through services and I should create my own service with its characteristics instead of using NUS and RX and TX characteristic?
I also sometimes want to send data to nrf and in that case should I use NUS for communication or?
Is there one of the examples that could help with this?