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
  • Hi,

    What you ask for sounds like highly specialized software, which is outside the scope of firmware and SDKs for nRF. It is possible to emulate nRF Connect SDK applications using QEMU, but that is not for simulating multiple devices communicating over BLE. For our own testing we use actual devices.

    Please note that with our current BLE stacks for the nRF52 series devices, the SoftDevice for nRF5 SDK and the SoftDevice Controller for nRF Connect SDK, the maximum number of concurrent BLE connections is 20. For larger networks, you can either do a multilevel star topology or go for a mesh based solution such as Bluetooth mesh, Thread or Zigbee.

    Regards,
    Terje

  • Hi Terje,

              Thank you for your reply. Can you share some information on how can we use Bluetooth mesh with nordic devices?

    Thanks & Regards,

    Snehal.

Reply Children
Related