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

the nRF toolbox does not find a characteristic I have added.

I modified the HTS app in the nRF toolbox to test adding other services like below.

image description

image description

In detail, I added mDICharacteristic field to save the information of System ID Characteristic in Device Information Service.

Of course, ble_app_hts includes dis(device information service). And dis includes System ID Characteristic.

image description

but when I connected PCA10028(ble_app_hts) with HTS app(in nRF Toolbox), I monitored this log although the HTS app found DIS and System ID Characteristic(0x2A23).

image description

image description

I want to make an app to support multiple services.

How do I add a new service?

Related