Closed gfmoore closed 3 years ago
Yay, success. It's strange isn't it that documentation often only makes sense after you've succeeded in achieving what you want and gained some insights and knowledge.
I now understand that the Open bootloader and the DFU bootloader are totally separate beasts.
Anyway for the benefit of anyone else who buys one of these things: (Using the Readme.md in the sdk)
pip3 install (You may need python -m pip install --user adafruit-nrfutil??)
Download the Open Bootloader package generated by adafruit-nrfutil
. The generated package is: nrf52840_mdk_usb_dongle_open_bootloader_v1.2.0.uf2.zip.
Put device into DFU
adafruit-nrfutil --verbose dfu serial --package nrf52840_mdk_usb_dongle_open_bootloader_v1.2.0.uf2.zip -p <serial-port-name> -b 115200 --singlebank
```
Note that replace `<serial-port-name>` with your own dongle's serial port name, e.g. `COMx`.
Now connect to nRFConnect.
Gordon
I bought one of these on Aliexpress. It look legitimate and I can flash the adafruit bootloader and blinky using the usb and it does indeed flash all through the colours of the rainbow. However if I connect to nRF Connect and use the Programmer it says 👍🏻
Everything I can think of is up to date.
:)
Gordon
I've raised a ticked with Nordic, but thought I'd raise one here as well :)