Tag Archives: development

How to use arduino-cli for fast developing: monitor, compile and upload automatically

I’m a terminal kind of person, I live in the terminal (and in the browser). My development setup is made by tmux + neovim + several plugins/utilities.

I don’t want to use and install useless IDE software so I studied a way to (continuous) develop Arduino stuff by command line. In the following how I did.

Continue reading