Pi4IoT / Gauge-Python-Arduino

Read out the value of the potentiometer from Arduino Port A0 over the RS232 to the Python Program.
11 stars 3 forks source link
arduino example gauge iot python rs232

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