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

Switching from Peripheral to Central nrf52

Our current project (custom nrf52 board SDK12.2) is set up as a peripheral device with the phone being the central device. This nrf52 device is plugged in and power consumption is not an issue. We would like to have more than 1 phone be able to be connected to the nrf52 device at one time and make settings changes. Am I correct in my assumption that the nrf52 set up as a central device can handle multiple connections? What changes in my program will need to be made when changing an existing project from peripheral to central. I assume the phone app will have lots of changes since it will be the one advertising. I also assume I should still need peer manager running to handle bonding with the phone (peripheral).

Thanks in advance,

Bryan

Related