https://github.com/adnksharp/pyside6-forward-reverse-motor
Control de giro de un motor DC con un puente H, Arduino y Python
https://github.com/adnksharp/pyside6-forward-reverse-motor
firmata-express gui gui-application motor-control pymata pyside6 python python-gui python3 qt qt-widgets start-stop
Last synced: about 1 month ago
JSON representation
Control de giro de un motor DC con un puente H, Arduino y Python
- Host: GitHub
- URL: https://github.com/adnksharp/pyside6-forward-reverse-motor
- Owner: adnksharp
- License: gpl-3.0
- Created: 2024-12-08T23:53:36.000Z (over 1 year ago)
- Default Branch: base
- Last Pushed: 2024-12-10T04:02:17.000Z (over 1 year ago)
- Last Synced: 2025-03-31T08:19:43.482Z (about 1 year ago)
- Topics: firmata-express, gui, gui-application, motor-control, pymata, pyside6, python, python-gui, python3, qt, qt-widgets, start-stop
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forward-Reverse motor control

Control de giro de un motor DC con un puente H, Arduino y Python.
## Requisitos
[FirmataExpress](https://mryslab.github.io/pymata4/firmata_express/#installation-instructions)
### Librerías de Python
- PySide6
- pymata4
```bash
pip install -r requirements.txt
```
### Hardware usado
|  |  |
|----|----|
- Placa de Arduino MEGA 2560
- Controlador de motores L298N
- Motor DC 12V
## Características
- Control de un motor CC con un puente H y dos salidas PWM.
- Configuración del pulso modulado de salida mediante un `slider` y un `spin box`.
- Control de la dirección de salida con dos botones.
### En proceso
> [!TIP]
>
> - `slider` personalizado (rotativo).