Could not discover Unkonwn Service of uuid

Hello,

Does anybody know why I can not discover the service uuid as shown in the picture below?

I want to connect a sensor with this chip nRF52832, it's service UUID is 0000fff0-0000-1000-8000-00805f9b34fb. I can scan into sensor and connect with it. But I can not discover this service.

The protocol stack version I use is nRF5_SDK_17.0.2_d674dde,the program I use is nRF5_SDK_17.0.2_d674dde\examples\ble_central. I changed the service UUID to discover-> NUS_BASE_UUID to 0000fff0-0000-1000-8000-00805f9b34fb.  I can't discover it.

Thank you,

Parents Reply
  • Thank you very much! I test your project and changed the UUID of the service to the UUID contained in the device and I still can't discover the service for the device after connected.

    Is it because it contains two services and I only set the UUID of one of them? NRF52832 As a host discovery service, does it need to pre-write out all service UUIDs contained on the slave.

    Or do you mean that the code is written to logically discover the services of the device?

Children
Related