I bought a nRF52840 Dongle, to evaluate the use of nRF52840 for ZigBee purposes.
I have been able to flash such firmwares as \examples\peripheral\blinky\hex\blinky_pca10056_mbr.hex
with the nRF Connect Programmer v1.0.1, however no LED flashing took place.
Others, like \examples\zigbee\light_control\light_bulb\hex
contain just one layer and I cannot flash them this way, but I have been able to flash them by doing
nrfutil pkg generate --debug-mode --hw-version 52 --sd-req 0xAE --application .\nrf52840_xxaa.hex package.zip
nrfutil dfu serial -pkg .\package.zip -p COM12
Again, I get a dead device until I reset to bootloader.
What am I doing wrong?
Also, \examples\zigbee\experimental\cli\cli_agent_router\hex\nrf52840_xxaa.hex
should show up as a serial port, right? In order to interact with the CLI?
(Because for me no such thing happens, no USB device until reboot to bootloader)