No device found on ttyACM0 - Arduino Nano 33 BLE

Failed to upload a sketch on the Arduino Nano 33 BLE. The compilation works fine.
but this error occurred :
No device found on ttyACM0
Failed uploading: uploading error: exit status 1

I try to do like that Can not upload to Arduino Nano BLE 33
but it doesn't work.

1 Like

Not familiar with your board. Do you get the pulsating LED when you double tap the reset?

Yes, the LED was pulsating when I double tapped the reset button.
I solved the problem by downloading the Arduino IDE on Windows, and there everything works.
However, I still have the error when uploading the same code on the Arduino board on Debian.

Did you add yourself to the dialout?

SOLVED

in terminal:
sudo usermod -a -G dialout <user_name>

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.