Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.84 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.84 KB

Advanced Python example of Graphical Applications (GUI)


Gauge-Python-Arduino


Video example on YouTube:
IMAGE ALT TEXT HERE

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

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 --> IMAGE ALT TEXT HERE
and
Video on YouTube --> IMAGE ALT TEXT HERE