Title | Description & Link |
---|---|
Installing arduino-cli | How to install arduino-cli? Read more |
Dealing with Libraries | How to install / remove / update libraries? Read more |
Creating config file + examples | Where to put the main config file? What to put in there? Read more |
Compiling and Uploading | How to compile and upload code to your board using arduino-cli? Read more |
Managing boards | How to install board cores? How to set the default board? Etc. Read more |
Serial Monitor | Use the serial monitor in arduino-cli. Read more |
The Arduino CLI is a standalone command-line tool for Windows, Linux, and macOS that lets you compile, upload, and manage Arduino sketches, libraries, and boards without the Arduino IDE. Here you will find some guides on how to use it.
The guides on this site maily focus on usage with GNU/Linux systems, so if you are running Windows or MacOS, file/directory locations will be different.