Debugging Adafruit feather nrf52840

Hello,

I have a couple of Adafruit Feather nrf52840 express devices and I want to set up a small openthread network. As far as setting up a simple network where all the devices have a basic cli-ftd flashed onto them everything works. But I want to extend it so that when I press the button on the feather device it sends a multicast udp message. I found a tutorial by openthread to do something similar and alternated the code a little bit. My code is building, and I can also flash the adafruit feather device.

My problem is: When I plug the feather device with a usb cable into my computer it is not recognize.

Is there any way I can debug the code I wrote or can anybody help me with this problem?

Best regards,

Emily

Related