This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE DFU NCS 1.3.0

Hi,

I have a problem with DFU upgrade over BLE on nRF52840dk. For some reason,the upload speed is quite slow ~0.4kB/s. For this test,I used SMP server app and did the compilation with the and:

west build -b nrf52840dk_nrf52840 -- -DOVERLAY_CONFIG=overlay-bt.conf

And to upgrade the firmware I used hello_world app with additional line in prj.conf (CONFIG_BOOTLOADER_MCUBOOT=y) to enable the bootloader. The upload was done over nRF Connect application (4.42.2) on Android phone with file hello_world/build/zephyr/app_update.bin

When I was using NCS 1.2.0 I got speeds up to 1.2kB/s as I remember, what is the problem with this release?

Best regards,
Vojislav

Related