Now I think the board may have a problem. I have a second one that logs on/off correctly under Windows with the associated USB sound.
The current board works perfectly OK and can be supplied with power, but the USB connection is not working properly and I can not make a connection to the PC and Arduino IDE.
As far a I know, you only need D-/D+ for a connection (apart from +/-), so something seems to be wrong. Maybe the socket is broken, but Iām surprised that when I press the reset button on the connected board, the sound on the PC coming is the same as when you connect a USB device? So there must be something going on via USB D-/D+.
But what could be the issue? Any advice is welcome.
Regards
Joergen
Hi, I noticed that the board sometimes comes on Com10 and sometimes on Com10 after double reset on the board reset. In 2 of 8 reset, it appears also as drive under windows.
So USB Port is not defect, some other problem.
But Arduino IDE can now access it. (sometimes and only with several resets)
Hi there,
LOL, Itās totally Normal.
The double reset(fast ) will put the device in BOOT LOADER Mode and present a Drive to windows.
The Port may change when in BL mode. Com10/com??
You Upload the code the first time , it may not require BL mode on,
However after the initial upload , you may need to physically press the reset button (fast) twice to get back into BL mode and be able to Upload code to it again. (usually if the code was garbage or bad)
ITās NOT malfunctioning. Youāll need to learn and understand the Niaunce of the Xiao eco system and Techniques. So far you are Right where you need to be , in order to upload the New Sketch or in the case of a āU2Fā file on the Drive that shows up.
HTH
GL PJ
Check out the Getting started WiKi with all the info.
Hi there,
No Problem, One Giant caveat is the IDE you have to select the device and port each time.
If it doesnāt show the proper chip and port in the status line lower right corner.
Thanks. I thought I ran into some problem. I am using arduino ide to program seeed xiao sense nRF52840. How to resolve this(some are saying to burn bootloader using circuitpython UF2 bootloader). When I am trying to access the serial monitor of arduino i am getting an error like āundefined reference to `Adafruit_USBD_CDC::begin(unsigned long)'ā. please help me out.
So , Simple mistake⦠You chose the wrong BSP file, there are 2 flavors, one expects the ADafruit_USBD_CDC" the other is embed,
go back to the boards section and scroll down for the second set.
HTH
GL PJ
Make sure youāre using āSeeed nRF52 Boardsā (not Adafruitās).
Hi,
I apologize for being late. This is a wiki tutorial about nrf52840. If you have any questions about using the onboard package for this product, please read this document first.