SIMULATION of 100 devices.

Hello All,

              I am using nrf52840 in my project. So basically the architecture is the sensor devices(ble peripheral) get connected to the central module(ble central). Now I have done the testing of my code with 1 or 2 devices and it works fine. I want to test the same with 100 devices now. For this I needed one simulator. Any idea on how we can simulate the firmware for peripheral and central with 100 devices. How can we code this or are there any available simulators for ble devices??

Thanks & Regards,

Snehal

Parents Reply Children
  • Hi,

    For a BLE device, there is support of up to 20 connections using the SoftDevice Controller. If you have 21 devices, you can set up this. Please note that you must have long enough connection intervals for the central to successfully schedule all connections.

    If you want to simulate (i.e. on a PC or using fewer devices than what is actually intended) then I am sorry to say we don't really have anything for that.

    Regards,
    Terje

Related