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

How to connect my central device to a peripheral running custom service?

Hi i have used this tutorial : https://github.com/bjornspockeli/custom_ble_service_example to make a custom service on one of the peripheral.

I have the EVK kit NRF52832 with PCA 10040.

I'm using the standard sdk example of central/ble_app_gatts in which i am configuring the UUID to 0X1400 and type to vendor macro. And i'm enabling this filter but i'm unable to connect my central to peripheral . Please help.

Thanks,

Dhananjay Sutariya

Parents
  • Could you please explain this a bit more? What information do you want exactly? And do you want it in the advertising data, or would you like to send it when a connection has been made? In any case, we have examples for both, please look at some of our ble_peripheral examples to see if you can find what you're after. ble_gatts_c might be a good starting point.

    Best regards,

    Simon

Reply
  • Could you please explain this a bit more? What information do you want exactly? And do you want it in the advertising data, or would you like to send it when a connection has been made? In any case, we have examples for both, please look at some of our ble_peripheral examples to see if you can find what you're after. ble_gatts_c might be a good starting point.

    Best regards,

    Simon

Children
Related