BTLE
BTLE copied to clipboard
Sending CSV file over nrf24L01 as BLE to Android App
I'm developing an android app which can receive long strings or entire CSV file sent from nrf24L01 used as BLE. How can I do that ?
That's going to be rather difficult, because you need to split it into small chunks of at most 21 bytes, and there's no guarantee that any individual chunk will actually be received (let alone in the correct order).