Increasing throughput for nrf52832

We are using nrf52832 with S132.

In our application, we have 1 device as central and it will connect to 4 peripheral devices.

Central device needs to send 128 bytes of data to each of 4 device at interval of 30 msec.

We have extended the data length to send 128 bytes in 1 packet.

Currently we are sending these packets at interval of 100 msec and still packets are getting dropped.

Connection interval is set to 7.5msec.

So how can we increase throughput to achieve our requirements?

Parents Reply
  • I have checked the blog you provided. I was using the write with response. I changed it to write without response and the results are better now. Not exactly what we require but good for now.

    After changing the connection and scan parameters, I have observed that the central device takes too long to establish a connection with peripheral devices as it immediately disconnects with reason:0x3e too often.

Children
No Data
Related