I am using nrf sdk v_17.0.2 soft device s132
my query is for connected mode.
My project uses nrf52832 SoC, SHT4 temperature humidity sensor, 2MB flash memory.
it advertise initially, press button for 5 secs enters into data logging mode to get temperature humidity data of 12 bytes and saves in the flash.
Then we connect, enable notification in the service created, write 11 to get the saved data
i took 10,000 logs of 12 bytes data at 2 secs interval.
I am able to receive the logs
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(1000, UNIT_1_25_MS) /*
#define MAX_CONN_INTERVAL MSEC_TO_UNITS(1000, UNIT_1_25_MS) /*
NRF_SDH_BLE_GAP_DATA_LENGTH 31/162/251
NRF_SDH_BLE_GATT_MAX_MTU_SIZE 27/158/247
WITH these combinations on sniffer i found:
My issue is that why in LE 2M same data is taking more time compared to LE 1M?
- i aim to compare LE 2M and LE 1M for throughput. I checked using BLE 5.0 and BLE 4.2 i.e LE 2M and LE 1M resp.