• 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!

About

Avatar for Bernd @Bernd started