Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 10 months ago.
NRF52832 as BLE central and max allowed connections?
I have configured BLE module which has an NRF52832 SOC to behave as a BLE central or rather it scans for advertisement packets. Currently it connects to one device and even though I have not explicitly called the stopScan API, no further advertisement packets are received by the BLE central, even though I have two BLE peripheral devices transmitting their respective advertisement packets.
At any given time only one of them gets connected. I had read some documentation on the Nordic site, that central can connect upto 8 peripheral devices? If so am I missing something in the scan API on the BLE central? Any guidance in this matter is greatly appreciated?
Thanks, Ajay.
Question relating to:
1 Answer
6 years, 10 months ago.
After eatch connection, the scanning is immediately off - you need to turn it on again. For current implementation you should been able to connect up to 3 peripherial devices.
Thanks a lot for you response as always Andrzej. Is this an mbed BLE implementation limitation of the number of devices that can connect on NRF52832 or is it something of a Nordic restriction on BLE central devices based on NRF52832?
Thanks, Ajay
posted by 06 Jan 2018S13x softdevice seems limited to 3... https://devzone.nordicsemi.com/question/48821/nrf52-in-central-mode-number-of-connections/
posted by 10 Jan 2018