Hello, I've tried the "smp_svr" sample from the nRF Connect SDK on my new nRF52832 boards because I wanted to test Bluetooth advertising and DFU capability. They compile and flash successfully, but unfortunately, the board doesn't start the advertiser, giving me the following error in the serial console:
[00:00:00.524,047] <dbg> bt_hci_core.bt_buf_get_cmd_complete: sent_cmd 0x200059e0 [00:00:00.524,078] <dbg> bt_ctlr_hci_driver.cmd_handle: Replying with event of 6 bytes [00:00:00.524,078] <dbg> bt_hci_core.hci_cmd_complete: opcode 0x200a [00:00:00.524,078] <dbg> bt_hci_core.hci_cmd_done: opcode 0x200a status 0x03 buf 0x200059e0 [00:00:00.524,108] <dbg> bt_ctlr_hci_driver.hci_driver_send: exit: 0 [00:00:00.524,108] <dbg> bt_hci_core.process_events: ev->state 0 [00:00:00.524,108] <dbg> bt_conn.bt_conn_prepare_events: [00:00:00.524,139] <dbg> bt_hci_core.hci_tx_thread: Calling k_poll with 2 events [00:00:00.524,139] <wrn> bt_hci_core: opcode 0x200a status 0x03 [00:00:00.524,169] <err> bt_hci_core: Failed to start advertiser
I've also tried the "scan_adv" sample, which seems to be working correctly as I can see the board on the nRF Connect app, so I tried the "peripheral" sample, but alas, it gives me the same error. I also tried the same on an identical, unopened board, to no avail.