Hi!
I am trying to utilise the BLE SIG service for environmental sensing (0x181A) with the characteristics for temperature (0x2A6E) and humidity (0x2A6F). I would like to use the default 16 bit SIG rather than a custom service as it helps with interpretation.
I am unsure about the initialisation procedure for the environmental sensing service I have tried to initialise using code similar to the battery service, but it does not work. Does anyone have a codebase/example code for environmental sensing services?
I am using the nRF52 DK with the nRF SDK 17.0.2 and SES.
Thanks for your help!