I recently bought a Sparkfun Qwiic Micro board because it is the perfect size for my project, and I am somewhat familiar with the SAMD platform. I ran a couple test sketches (blink, and then serial response test using SerialUSB) They both worked fine. I connected a Sparkfun Cryptographic CoProcessor board via the QWIIC connector. I had previously used the crypto board with an Artemis Redboard, and it works correctly.
When I tried to upload my program to the QWIIC Micro the error response was:
"No device found on cu.URT1
An error occurred while uploading the sketch"
The port I had been using with the board had disappeared, and none of the available ports would connect with the board. Note that ‘cu.URT1’ was not the port I had originally connected to - that port had the name of the board in it. I can no longer program the board, since it won’t connect to the IDE.
I’m using an iMac and Arduino IDE 1.8.12. I have tried restarting everything, to no avail.
Do you have any advice? I have just ordered a second board, but I am hesitant to use it until I understand what went wrong here.