RSSI Custom Service

Hi,

I am developing the nRF52833 DK with NCS 2.00.

I have successfully implemented a service to print the RSSI on the Android nRF Connect application. I use the function, read_conn_rssi, taken from the Bluetooth sample, Bluetooth: HCI Power Control. I have setup the service according to the instructions provided by Nordic here. I have two questions please:

1. The service and characteristic name come up as 'Unknown Service' and 'Unknown Characteristic' on the nRF Connect app. How can I change these names to custom names?

2. The RSSI value are being displayed in the log (in the nRF Connect app) in hexadecimal - I have confirmed that these values are correct when converted to signed integers. How do I change the values in the log to be printed in decimal?

Thanks,

Adam

Parents Reply Children
No Data
Related