Zephyr Console on Adafruit Feather nrf52840 connected via SWD to nrf52840dk

I have a Thread bench-top environment set up that includes

  • One nrf5340dk flashed with the openthread coap_server firmware build and flashed on 1.8 via Visual Code
  • Two nrf52840dk's flashed with openthread coap_client firmware build and flashed on 1.8 via Visual Code
  • One Adafruit Feather Feather nrf52840 Express coap_client firmware built with Visual Code and flashed with the nRF Desktop Flasher
  • One nrf52840dk flashed with the RCP formware and paired with an OTBR on Pi.  OR flashed with the TTM firmware and viewed on TTM.

Loading the sample firmware on the coap_cients and servers works fine.  They all join using the hardcoded credentials.

I can use OTBR to join and view the network.

GREAT!

Now I am trying to use my own secure network and credentials.

I think i need to get the unique EUID for each board.

For each of the Dev Kits, I can use a serial console to connect UART to the DKs and see the Zephyr console.  I can issue the "ot eiud" command and get that SoC's id.

GREAT!

Now I am trying to connect to the Adafruit Feather which was flashed via the SWD cable on one of my DKs.  I know that device is running but I can't figure out how to connect interactively to it (cli) to learn its euid or issue ot commands.

The Adafruit docs seem to indicate that I can use the onboard usb port, but that isn't registering with the host (win11) as a serial port.

I tried to connect to the associated DK serial port but that seems to still be linked to the onboard SoC nrf.

The coap_client is the same code running on all of the dk clients but has the board configuration set to the feather board type.

Any ideas or hints to figure out how to interact with the Feathers?

Thanks

Parents Reply Children
No Data
Related