I would like to use the nRF52840 (3.0.1 2023.16) DK with the nRF Connect for Desktop (v4.3.0) Bluetooth Low Energy application (v4.0.4), but I'm running into a problem connecting to advertising Bluetooth devices.
When I first select my connected development kit in the application, a pop up notifies me that the device needs to be programmed. I allow it to proceed, expecting that afterward I would be able to scan for devices and connect to a Bluetooth device, however despite the log's claims that the firmware was successfully programmed to the device, nothing happens and I cannot scan for Bluetooth devices.
I've attached the 2 text files, one is the console output from the nRF52840 DK that fails to scan for Bluetooth devices ('not working.txt') and the other, for contrast, is the console output of the same process but with an nRF52832 (1.2.4 2019.8) DK that does work as expected ('working.txt').
Seems to me like somewhere between the switch from the Segger programmer to the nRF5340 programmer, something broke.