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,Sigurd
how the central device send a mount of datas (400Bytes) to the peer to achieve the maximum throughput supported by the S130? TKS.
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.