I received an nRF5340-DK last week. Today I got the zephyr toolchain configured and working under Linux, and hooked everything up. The "blinky" sample app works fine. The USB cable is connected to the programmer port and the power switch is at the central setting (the one that turns on the green LED next to the JLink chip).
Using the current nRF Connect app on Android (Pixel 4A), I am unable to detect any BT signal from my nRF5340-DK after compiling and flashing any of several bluetooth sample apps, e.g.:
* samples/bluetooth/beacon
* samples/bluetooth/scan_adv
* samples/bluetooth/periodic_adv
* samples/bluetooth/peripheral_hr
I have attempted to flash each of these sample applications, in succession, to each of the following board targets:
* nrf5340dk_nrf5340_cpuapp
* nrf5340dk_nrf5340_cpuappns
* nrf5340dk_nrf5340_cpunet
[Aside: the "getting started" documentation could be a bit clearer about which board target to use, and when, for the audience of people first getting to know the nRF5340 via sample applications. I'm still fuzzy about the deployment considerations and interactions between these targets.]
I have also used the west --recover and west --eraseall options a couple times to unstick the development process.
Conversely, flashing the "samples/bluetooth/periodic_adv" app to my nRF52382-DK via the nrf52dk_nrf52832 board target works fine; I see the bluetooth signal perfectly on my phone.
I have reviewed the online DK specifications and it doesn't seem like there's any DIP switch that disables RF, so I'm stumped. Do I have a defective unit? Is there some other magic required to make bluetooth goodness happen?
Thank you for sharing your diagnostic wisdom!