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

a bluetooth network (star network)

  Hi,  

     I specially bought more than 20 nrf52832 modules, and I want to build a bluetooth network (star network) for one-to-many communication. We have an application that requires each node to send 24kbps data to the central device, so I want to verify the average data amount of each node when the maximum number of connections is available. I use nrf5_sdk_15.2.0.

1. What is the maximum number of slave node devices?How to modify in the demo of ble_app_multilink_central?An error occurs if NRF_SDH_BLE_CENTRAL_LINK_COUNT is changed only.

2. When most nodes are connected, what is the maximum amount of data each slave node can send on average (using the property of notify).Is there any relevant test data?

3. Is there any other protocol for nrf52 to achieve this function

Parents Reply Children
No Data
Related