ArduinoBLE icon indicating copy to clipboard operation
ArduinoBLE copied to clipboard

Nano 33 BLE (Sense) one Central and multiple Peripherals-MTU

Open tangtangdn opened this issue 3 years ago • 1 comments

Hi, I am trying to connect one Nano 33 BLE (Sense) (Central) with another two (Peripherals). When the 18 bytes of data are transmitted as a data packet, it works. However, when 198 bytes of data are transmitted as a data packet, it only received the data from one peripheral and fail to receive from two peripherals simultaneously. May I ask whether the default MTU is set to 23 bytes? But the peripheral can successfully send 198 bytes in a data packet when only one peripheral is connected to the central device. How to increase the MTU? Or should the connection interval be set with BLE.setConnectionInterval(min_interval, max_interval);? Many thanks.

tangtangdn avatar Oct 22 '21 20:10 tangtangdn

Hi, can you please share your code? @tangtangdn

AR-kazemzadeh avatar Nov 04 '21 12:11 AR-kazemzadeh