I am using nRF52832 and SDK17.1.0.
Is there any example code to start with for being able to advertise/transfer multiple data values using a custom UUID? I am using ble_nus example but its converting the value to char when I see the values in nRFConnect.
For example
165, -35, 29, 53, 105. I want to send all values together using a custom UUID
Right now if I send 56,57,58 it is showing me 8,9,: in value field on nRF Connect App when I run the ble_nus example.
Have modified the code in uart_event_handle() to take in sensor values when data is entered via com port.
But later I want to just have sensor data to be advertised.
Is there any other example which I can use for custom services.
Thanks