Hello!
I am working on a project where a large file (approx. 192MB) has to be transferrede from the nRF52832 to a mobile phone. Due this file size, transmission is taking too long (more than 5h) using BLE default configurations. So I decided to give a try on the high speed modes.
Testing whith the throughput example on sdk16 did in fact achieved higher rates. But not even close to what has been reached here and here. I have, in the best case, 400kbps.
My testing scenario is a nRF52832 dev kit, wich is the tester, and a nRF52840 dongle, wich is the responder. Both boards are using softdevice S132 V6.1.1.
Does anyone have a guess on what am I doing wrong?