pololu / drv8835-motor-driver-rpi

Python library for the Pololu DRV8835 dual motor driver kit for Raspberry Pi B+
http://www.pololu.com/product/2753
Other
24 stars 12 forks source link

DRV8834 #5

Closed AlexLazarovich closed 7 months ago

AlexLazarovich commented 7 months ago

Is this also compatible for the DRV8834?

kevin-pololu commented 7 months ago

This library is for the Pololu DRV8835 Dual Motor Driver Kit for Raspberry Pi, which is designed to plug directly into a Raspberry Pi. You might be able to adapt it to control two brushed DC motors with a DRV8834, but it's not going to do much for you beyond what you could do yourself using the WiringPi library. You can look at pololu_drv8835_rpi.py to see how it works.