Advanced Python example of Graphical Applications (GUI)
Gauge-Python-Arduino
Video example on YouTube:
Shows a gauge example to display the analog value at Arduino from a potentiometer.
- Serial Port with Arduino
- Start Background Threads
- Graphical Applications PyQt5
- and Signals and Slots example
- 2D Graphical Items
- by using Eric IDE
Read out the value of the potentiometer from Arduino Port A0 over the RS232 to the Python Program.
![RS232](https://user-images.githubusercontent.com/36192933/48973945-efbaa480-f04b-11e8-8987-30d699c34161.jpg)
Download the Arduino program and upload this example to your Arduino UNO.
Then download the folder Program and unzip it on your computer.
Check the com-port number from Arduino. You can start the main.py program for the first test.
If you want to edit the program, I recommended to install the IDE Eric first.
How to do this, see this video:
Video on YouTube -->
and
Video on YouTube -->