Hello, I am making a system with 20 peripherals to a central base on nRF52840. I followed the firmware."ble_app_uart__saadc_timer_driven__scan_mode" from NORDIC playground in GITHUB for peripheral board and nrf52-ble-app-uart-c-multilink for central board. The peripherals advertise 224 bytes data every 20ms and the central receives data then transfer to laptop via UART.
Now I can transfer 6 or 7 peripherals to the central, but when the peripherals increased to 18, many peripherals will stop advertising. There will be only two or three peripherals working at last. I remember nordic SDK should support 20 peripherals in this mode. Which parameter should I change to correct the errors? I can post my code for analysis. Any help will be appreciated.