Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyvaris/motorscontrol
control of motors with puente H
https://github.com/lyvaris/motorscontrol
arduino arduino-ide automation automation-highway industrial-automation motor-controller
Last synced: 10 days ago
JSON representation
control of motors with puente H
- Host: GitHub
- URL: https://github.com/lyvaris/motorscontrol
- Owner: Lyvaris
- License: apache-2.0
- Created: 2024-10-11T22:03:00.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-11T22:19:39.000Z (about 1 month ago)
- Last Synced: 2024-11-10T02:04:39.990Z (10 days ago)
- Topics: arduino, arduino-ide, automation, automation-highway, industrial-automation, motor-controller
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛠️ Motor Operation Sequence / Secuencia de Operación del Motor 🔧
![Microcontroller](https://github.com/ImJustNozell/MotorsControl/blob/main/sketch_oct11a/images/microcontroler.jpeg)
## English 🇺🇸
The motor operation sequence is as follows:
1. The motor rotates in a **clockwise direction** for **2 seconds**. ⏱️
2. The motor **stops**. 🛑
3. The motor reverses and rotates in a **counterclockwise direction** for a specified period. 🔄
4. The motor **stops** again. 🛑
5. Both motors **start** and rotate in a **clockwise direction**. ⚙️
6. The motors **stop**. 🛑
7. Both motors **start** rotating in a **counterclockwise direction** and then **stop**. 🔄This sequence ensures controlled operation with pauses between changes in direction and motor states.
---
## Español 🇪🇸
La secuencia de operación del motor es la siguiente:
1. El motor gira en **sentido horario** durante **2 segundos**. ⏱️
2. El motor se **apaga**. 🛑
3. El motor invierte su dirección y gira en **sentido antihorario** por un tiempo determinado. 🔄
4. El motor se **apaga** nuevamente. 🛑
5. Ambos motores se **encienden** y giran en **sentido horario**. ⚙️
6. Los motores se **apagan**. 🛑
7. Ambos motores se **encienden** y giran en **sentido antihorario**, luego se **apagan**. 🔄Esta secuencia garantiza un funcionamiento controlado, con pausas entre los cambios de dirección y estado de los motores.
---
By integrating this image of the **microcontroller**, we highlight the core component used to control the motor operations. The microcontroller handles each step of the sequence with precision, ensuring optimal performance.
---