Maximize BLE Throughput? #23
-
I have been testing over Windows and I am getting about 3 kB/s upload where as with NRF Connect Android app ~11 kB/s. So I was wondering if there is anything I can do to maximize the throughput on the smpmgr/smpclient side. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Since BLE isn't added to smpmgr, I imagine this is via smpclient? Generally, I see between 15-20kB/s on Windows, 25kB/s on MacOS, but it relies on a few things:
These FW configurations are based on Nordic's "fast OTA DFU example". In fact, sample FW and configurations are present in the smpclient repository dutfirmware folder. The examples folder runs hardware integration tests, and the one for BLE upgrade will:
If that script shows slow speeds then it's likely a limitation of the drivers. |
Beta Was this translation helpful? Give feedback.
Since BLE isn't added to smpmgr, I imagine this is via smpclient?
Generally, I see between 15-20kB/s on Windows, 25kB/s on MacOS, but it relies on a few things:
These FW configurations are based on Nordic's "fast OTA DFU example". In fact, sample FW and configurations are present in the smpclient repository dutfirmware folder. The examples folder runs hardware integration tests, and the …