You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks that changing transfer package size to 20 (23 (min mtu size) - 3 (bytes header size for write reserved by ble protocol)) helps, but negotiated MTU is higher than 23 . Any idea what can be the issue?
Peripheral: nano_33_iot (same issue with esp32dev)
Central: HP EliteBook 840 G1 with Kubuntu 23.10
When running data transfer by: https://github.com/vovagorodok/ArduinoBleOTA/blob/main/tools/uploader.sh
Central doesn't receive ack notification.
Peripheral side: https://github.com/vovagorodok/ArduinoBleOTA/blob/2c900594f3b9850dfd17ab0c8df5019fe3efb78c/src/ArduinoBleOtaClass.cpp#L107
Logs:
PCAP
:ble_logs.zip
__BLE_TRACE__
:Click here to view
Issue reproduces each time only on this laptop (checked on
bluezero
andbleak
python libraries)The text was updated successfully, but these errors were encountered: