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
  • I did not add any delays to start the discovery service. I missed to see that you are using nRF52832 and tested this on nRF52840 with S140 on it. But it should not make a difference in the code when the project is used for nRF52832.

    I do not understand why the project is working for me and not at your end. Are you using a custom hardware? If you are using nRF52832 DK, then I can compile the project for 52832 this week and send it to you.

Children
Related