Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

d3c67a6 · Mar 26, 2020

History

History
17 lines (11 loc) · 612 Bytes

FAQ.md

File metadata and controls

17 lines (11 loc) · 612 Bytes

Arduino Uno/Mega/Duemilanove is not detected

When you run arduino-cli board list, your board doesn't show up. Possible causes:

  • Your board is a cheaper clone, or
  • It mounts a USB2Serial converter like FT232 or CH340: these chips always report the same USB VID/PID to the operating system, so the only thing we know is that the board mounts that specific USB2Serial chip, but we don’t know which board that chip is on.

What's the FQBN string?

For a deeper understanding of how FQBN works, you should understand the Arduino platform specification.