Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Flashing nrf52 over ble via script

Is there a script with which I can flash a nrf52 directly over Bluetooth. I tried to use "nrfutil.exe dfu ble -ic NRF52 -a mac_address" but it requires a board to be connected via serial port which is very confusing. I guess there is a way to flash a nrf52 over Bluetooth using a pc in cmd or python, but I can't find it. I found scripts that use the pc as dfu controller but they are all for linux only. I basicallly need to do step 8, 9 of Implementing Over-the-Air Device Firmware Update for nRF52 - Part 3 - Novel Bits with a script on my windows pc.

Related