Hai,
I develope the nrf52810 based product I need work BLE Communication with Bonding connect multiple nrf52810 device connect to the nrf52832 Using Zephyr.
Regards,
Praveen M
Hai,
I develope the nrf52810 based product I need work BLE Communication with Bonding connect multiple nrf52810 device connect to the nrf52832 Using Zephyr.
Regards,
Praveen M
Hi Praveen
Are you developing application code for the nRF52832 or the nRF52810 in this scenario? We have multiple BLE projects available in the nRF Connect SDK sample that you can use as a starting point for developing something like this.
The central and peripheral HRS sample should be a good starting point here I think: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/central_and_peripheral_hr/README.html
Best regards,
Simon
Hai Simon,
Thank for Reply
Actually I completed peripheral side Pairing to mobile application but i need pairing for nrf to nrf. Now I need support for Central side.
Regards
Praveen M
Try using central_uart for that, as it initializes just work pairing by default with the bt_conn_set_security() function. Adding more secure bonding can be done with configs from there if I recall correctly.
Best regards,
Simon
Thank for Reply,
I see the BMS service for peripheral example on ncs. I need communicate the Central i don't have any idea for central side.
Do you have any example for central side for bonding communicate without central uart?
Regards,
Praveen M
Hi
The Central HIDS sample also does bonding upon connection using buttons on the DK to confirm the passkey value used for bonding. Is there a reason you don't want to use the central UART sample specifcally?
Another good way to get to know more about security in Bluetooth LE communication would be to check out the Bluetooth LE course we have on DevAcademy, where we have a lesson on security with some exercises and sample projects as well that takes you through how to set up pairing/bonding on your device: https://academy.nordicsemi.com/courses/bluetooth-low-energy-fundamentals/lessons/lesson-5-bluetooth-le-security-fundamentals/
Best regards,
Simon