Hi,
I'm working on nrf51822 with soft device s130. I'm trying to send a data packets from the nRF51822 over BLE to an android device.
- I want to know how much data I can send through ble.?
- Is it possible to send around 20 MB of data..?
Hi,
I'm working on nrf51822 with soft device s130. I'm trying to send a data packets from the nRF51822 over BLE to an android device.
Hi,
Hi Jason,
You will need to split the 400 bytes in 20 bytes packets, and send them using notification. You will also need to configure your central to use a 7.5 ms connection interval to achieve maximum throughput. See this S130 throughput infocenter-page for more information.
Hi Jason,
You will need to split the 400 bytes in 20 bytes packets, and send them using notification. You will also need to configure your central to use a 7.5 ms connection interval to achieve maximum throughput. See this S130 throughput infocenter-page for more information.