thanks, Gordon.
I actually have a few old Androids lying around. Maybe I'll try that.
On a related matter: I need to transfer larger amounts of data via the BLE connection (offline data logging). From studying the web resources, the normal approach (see here) appears to sequentially write to a characteristic, exploiting the events / exceptions
BLE_ERROR_NO_TX_BUFFERS and
BLE_EVT_TX_COMPLETE
These don't seem to be exposed in the NRF library. What do you recommend? (I think I could exploit the UART interface, but I would like to be able to implement the same protocol on non-Espruino devices later so that I don't have to change the central side).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
thanks, Gordon.
I actually have a few old Androids lying around. Maybe I'll try that.
On a related matter: I need to transfer larger amounts of data via the BLE connection (offline data logging). From studying the web resources, the normal approach (see here) appears to sequentially write to a characteristic, exploiting the events / exceptions
BLE_ERROR_NO_TX_BUFFERS and
BLE_EVT_TX_COMPLETE
These don't seem to be exposed in the NRF library. What do you recommend? (I think I could exploit the UART interface, but I would like to be able to implement the same protocol on non-Espruino devices later so that I don't have to change the central side).
Thanks!