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

https://github.com/woolseyworkshop/article-driving-a-dc-motor-with-circuitpython

Driving A DC Motor With CircuitPython Article Resources
https://github.com/woolseyworkshop/article-driving-a-dc-motor-with-circuitpython

circuitpython drv8833 electronics kicad linux macos motor motor-driver programming windows

Last synced: 7 days ago
JSON representation

Driving A DC Motor With CircuitPython Article Resources

Awesome Lists containing this project

README

          

Woolsey Workshop

# Driving A DC Motor With CircuitPython Article Resources
This repository contains resources related to the [Driving A DC Motor With CircuitPython](https://www.woolseyworkshop.com/2022/07/25/driving-a-dc-motor-with-circuitpython/) article published on [WoolseyWorkshop.com](https://www.woolseyworkshop.com).

## [motors.py Program](motors.py)
A #CircuitPython program that uses the Adafruit_CircuitPython_Motor library to control two small DC motors connected to an Adafruit DRV8833 DC/Stepper Motor Driver Breakout Board.

## [CircuitPython_MotorControl Schematic](CircuitPython_MotorControl)
A KiCad schematic for an Adafruit DRV8833 DC/Stepper Motor Driver Breakout Board connected to a CircuitPython compatible microcontroller board.