https://github.com/bderdz/servo_gui
Application to control a servo motor connected to an Arduino via a serial port
https://github.com/bderdz/servo_gui
arduino cpp gui-application python serial-communication servo-motor tkinter
Last synced: 7 months ago
JSON representation
Application to control a servo motor connected to an Arduino via a serial port
- Host: GitHub
- URL: https://github.com/bderdz/servo_gui
- Owner: bderdz
- License: mit
- Created: 2025-03-13T11:01:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T20:56:57.000Z (7 months ago)
- Last Synced: 2025-03-21T21:29:26.240Z (7 months ago)
- Topics: arduino, cpp, gui-application, python, serial-communication, servo-motor, tkinter
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Servo GUI
This project is a Python-based application that allows users to control a servo motor connected to an Arduino via a
serial port.
The application features a graphical user interface (GUI) built with Tkinter,
which lets users adjust the servo motor’s angle with a slider.### Tools and Libraries Used
- Python
- Tkinter - Used for creating the graphical user interface.
- PySerial - Used for serial communication between the Python application and the Arduino board.
- C++ - Arduino sketch