Pololu DRV8801

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
AArick
Posts: 2
Joined: Fri Mar 19, 2021 3:08 pm

Pololu DRV8801

Post by AArick » Mon Mar 22, 2021 1:15 am

HI!

I had a project at work that required me to use Pololu's DRV8801 Brushed Motor Driver so I decided to take the opportunity to write a basic driver (library?) for it in my free time this weekend.

Its functionality is very basic but it made what I needed to do with it easier so hopefully someone else finds it useful.

https://github.com/A-Krau/micropython_pololu

Post Reply