I have created custom characteristics by
I have created custom characteristics by
The name you see in the nRF Connect Mobile app does not come from the nRF52833. The name comes from the nRF Connect app itself. For example if you run the peripheral uart sample on the nRF52832, you will see the following:
The nRF Connect app sees the UUID 6e400003-b5a3-f393-e0a9-e50e24dcca9e, and knows that it is a TX Characteristic, so it will display the name "TX Characteristic".
If you want to display a name for you custom characteristic, you can do the following:
Best regards,
Simon
The name you see in the nRF Connect Mobile app does not come from the nRF52833. The name comes from the nRF Connect app itself. For example if you run the peripheral uart sample on the nRF52832, you will see the following:
The nRF Connect app sees the UUID 6e400003-b5a3-f393-e0a9-e50e24dcca9e, and knows that it is a TX Characteristic, so it will display the name "TX Characteristic".
If you want to display a name for you custom characteristic, you can do the following:
Best regards,
Simon