Python super simple GUI for the Arduino CLI

preview_player
Показать описание
Last august Arduino has released there Arduino Command Line Interface, and we didn't about it since.
Few days back someone posted about using a notepad like software to write a code and use the CLI to compile and upload.
That made me think how long it's going to take me to create such a GUI.
So I spent 4-5 hours with Python, since I'm not an expert, most of the time spent
on google looking on how to do stuff in python.
I now got a very primitive text editor that if run with an arduino already connected, will identify it and
will allow you to compile and upload the code from it.
In the background I'm just running CMD CLI commands and check the response to see if success or not.

In case its your first meet with the Arduino-CLI and want to know how to install and use,
here is a link to my tutorial

Want the python code
Рекомендации по теме