Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

---