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

How to discover custom service in nrf52dk s132

I have two nrf devices nrf51822 and nrf52DK, In nrf51822 i'm using S110 and i had created a custom service with 10 characteristics. If i connected to nrf connect i can able to see all services and characteristics and i can able to send data through this characteristics that means its working fine as expected. So now i want use nrf52dk to discover this custom services and chara and i want send data thorough chara. Pls anybody help me how to discover custom services ans chara  ,give me some examples code ?

Parents Reply
  • Hi,

    thank you for your answer.

    I'm working on "central side" and I'm able to connect to my sensor but when I receive the event BLE_DB_DISCOVERY_COMPLETE, I don't read the uuid of the 4 custom characteristics but I read characteristic.uuid.uuid = 0x00 and characteristic.uuid.type = 0x00.

    This, I think because I use the function sd_ble_uuid_vs_add only for the custom service.

    I need to understand how to configure the 4 UUID at 128bits of characteristics for the central.

    Thank you in advance.

Children
Related