Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.89 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.89 KB

Smart Motor Driver

This motor driver is designed to be interfaced from a host microcontroller by I2C and be able to control the motor with a PID autonomously.

alt text

This is a smart motor driver designed to run a Pololu micro gearmotor, the objective of this board is to be able to implement a PID control over this motors with the corresponding RPM feedback using a hall effect sensor. So it must have his own microcontroller and H bridge to be capable of do the work by itself.

The host microcontroller (or any system that can use I2C) will communicate by I2C in order to give the commands to the smart driver module, this includes speed and direction of the motor. The module will automatically implement the PID to maintain the speed and apply more/less power in the motor to achieve that.

alt text

Also the control module will be capable of driving the motor for a desired distance and then stop when is reached. To do that you must specify the diameter of your wheel and the gearbox ratio.

alt text

This is a project under development, so please follow me to get updates :) This is an open source project, so if you have any ideas to improve it you are welcome!

Check out the project details on Hackaday: https://hackaday.io/project/158429-smart-motor-driver-for-robotics

Thank you for support :)

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.0 Generic License.