Hi,
I'm using the "pc-ble-driver-js" to implement a central on PC, trying to send a file through a Write w/o Response characteristic to a device. It's OK for a small file (eg. 4KB), but when I try to send a large file, it will break randomly, eg. after several tenth KB.
The error message is: Failed to write to attribute with handle: 23: Timed out when waiting for BLE_EVT_TX_COMPLETE.
After occurs, the connection keep but any other message (no matter short or long) will not be send to device, unless I disconnect and reconnect it.
I'm using the NodeJS 8.15.1, PCA10031 dongle with v2 SD_API_VERSION.
This is what I send the data out, anything I did it wrong? Thanks