Welcome to the DC Motor Control Projects repository! This repo showcases two exciting projects for controlling DC motors, each implemented in a unique way. π
- π¨ TinkerCAD Simulation: A virtual setup to experiment and learn using TinkerCAD and the
L293Dmotor driver. - π§ Real-World Implementation: A physical setup using the
HW-130motor driver for hands-on experience.
- π Overview
- π Project Structure
- π Components Used
- π οΈ Setup and Usage
- πΌοΈ Images
- π License
-
TinkerCAD Simulation:
- A simulation of DC motor control using
L293Din TinkerCAD. - Perfect for testing and learning in a virtual environment. π₯οΈ
- A simulation of DC motor control using
-
Real-World Implementation:
- A physical project using the
HW-130motor driver. - Great for practicing real-world applications and wiring. π
- A physical project using the
DC-Motor-Control-Projects/
βββ TinkerCAD/
β βββcode_tinkercad.ino
β β
β βββ tinkercad_diagram.png
β
βββ RealWorld/
βββ code_hw130.ino
β
βββ hw130_diagram.png
- π’ L293D Motor Driver IC
- π’ Arduino UNO (Virtual)
- π’ DC Motor (Virtual)
- π οΈ HW-130 Motor Driver Module
- π οΈ Arduino UNO
- π οΈ DC Motor
- π οΈ Jumper Wires
- π οΈ Power Supply
-
Clone the repository:
git clone https://github.com/imrealjo37/Motor-Control-Projects.git
-
Navigate to the desired project directory ('TinkerCAD'.` or 'RealWorld'.
-
Open the Arduino code (
.inofile) in the Arduino IDE. -
Upload the code to an Arduino board (if working on the Real-World Implementation).
-
Follow the circuit diagram in the
Imagesfolder for hardware setup.
This project is licensed under the MIT License. Feel free to use and share! β¨ See the LICENSE file for details.
Created by Jood. Feel free to contribute or suggest improvements to the project!