Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muhd-umer/motor-driver

Schematic / Design for a Motor Driver using MOSFETs
https://github.com/muhd-umer/motor-driver

arduino dc-motor-driver motor-driver proteus

Last synced: 29 days ago
JSON representation

Schematic / Design for a Motor Driver using MOSFETs

Awesome Lists containing this project

README

        

# Motor Driver
Often times, dedicated Motor Drivers (such as L293D) are not readily available and one may be tempted to implement one of their own from discrete components. This repo aims to act as a reference and aid whosoever may desire making a High Voltage / High Power Motor Driver themselves.
## Schematic
#### Use the `.hex` file provided in `code` folder to programatically load Arduino and simulate the circuit using `Proteus Ver. >= 8.13`
![Schematic](resources/schematic.png)
## PCB Design
![PCB](resources/pcb.png)
## 3D Visualization
![Visualization](resources/vis.png)
## Arduino (.ino) Files for Testing Functionality
`code` folder contains the `.ino` file that contains prototype functions to run a robot car in all directions using two DC motors.


End-user can modify the attached code to their needs.