I took the DevAcademy Bluetooth Low Energy Fundamentals course (https://academy.nordicsemi.com/topic/nrf-sniffer-for-bluetooth-le/).
To do the sixth lesson, I burned the nRF Sniffer for Bluetooth LE into my nRF52840 DK (version 3) and used it to sniff BLE communications between a 3rd party module (Seeed XIAO BLE) and a Samsung tablet, using Wireshark. All worked well.
After finishing the course, I wanted to re-flash the nRF52840 DK with applications using VS Code, to continue my development work.
However, it proved to be impossible. It seems that the regular bootloader was obliterated. Attempts to power-cycle it with pressing RESET button were unsuccessful, powering the DK through either of the two USB connectors.
I found in the downloads section a bootloader file: j-link-ob-sam3u128-v2-nordicsemi-170724.bin
However, the Programmer (which I used to flash the sniffer) accepts only *.hex files (potentially inside *.zip files). So I am currently stuck as far as the nRF52840 DK is concerned. It continues to work well as a packet sniffer, however.
I'd like to get advice how to program a working bootloader into the nRF52840 DK, or confirm that it is impossible and I am stuck with the role of sniffer for this card - in which case I'll buy another nRF52840 DK.