A simple but functional all-in-one GUI app to control an Arduino CNC plotter
A simple but functional all-in-one GUI app to control an Arduino CNC plotter.
No more software needed to control your small CNC machinery!
I realized that on Web lots of powerfull codes were already developed, but all of them required more than
one software to be installed on the PC (Hey come on.. I just want a pen to move, nothing more complex..).
In order to avoid this, I preferred to deploy my own all-in-one software which actually do the job excently.
Written using only Python3, the app has lot of functions already integrated which gaves the possibility to:
Let’s have a look to the main features..
You want to have a touchable version of the image you got on your pc-screen? Just select that image, software will do the heavy-job, and Arduino will print it!
You want to use your Arduino as an extenctions on your arm? No problem: take your muose or graphical-tablet, draw everything you want to on the board, and Arduino will reproduce
perfectly your draw.
You want to try a new text editor? You got it! Write what you want, align where you want, choose the font you want, and print it!
Lots of other examples can be found at my website, but here’s another one:
For building this software I’ve used lots of Python libraries. The mains are:
In order to run ‘app.py’, you have to install the libraries using pip command:
pip install opencv-python pillow numpy pyserial tk
Let me underline that this was my first time Python approach. Probably in the lines of code lot of errors can be found, and that the reason of next paragraph..
If you have a great idea that could improve the app, or you have suggestion, or you simply want to leave a comment, don’t exitate. Here nobody is wrong and we are all here to
improve and make it better every day!
As for learning purpose I decided to rebuild the entire app adopting an OOP approach and by splitting code using the MVC logic.
Have a nice coding day,
Tommaso