-
-
Notifications
You must be signed in to change notification settings - Fork 398
Arduino nano "ATmega328P (Old Bootloader)" Board Not Found #933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @PhysWiza. We have provided an explanation about this situation in the FAQ:
Although the Nano is not mentioned, the same applies to it as well. All Nanos use a general purpose USB to TTL serial adapter chip. The board detection system uses the VID/PID presented by the board, but these chips use the VID/PID provided by the manufacturer. So there is no way to know whether it's a Nano, another Arduino board, or even a non-Arduino device on the other side of that chip. So unfortunately your request is impossible to grant. |
Does this mean that I can't upload the sketch to my nano with Arduino-cli? |
No. You can use your Nano with Arduino CLI, no problem. If you want help, just make a post on the Arduino Forum's dedicated board for Arduino CLI and I'll be happy to help you out: EDIT: I believe it ended up being this thread: https://forum.arduino.cc/index.php?topic=707267
He uses a Nano 33 IoT. That is a different situation from the classic Nano. The Nano 33 IoT has a unique VID/PID, so it is able to be identified by |
Yes that is the thread I created. Wow that reply was amazing. Thank you very much. So clear, concise and had everything I needed to know. |
Bug Report
Current behavior
arduino-cli board list
No board FQBN or core is printed on terminal as if no board is connected. Although an arduino nano is plugged.
Expected behavior
The board should be detected and FQBN and core information should be printed with the corrosponding port.
Environment
Additional context
When using the Arduino GUI, after selecting the arduino nano bord there is an option under tools-->Processor-->ATmega328P (Old Bootloader)
after selecting this option the GUI will succeed in uploading sketches. Otherwise I recive a can't open device error
The text was updated successfully, but these errors were encountered: