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
- Host: GitHub
- URL: https://github.com/woolseyworkshop/article-driving-a-dc-motor-with-circuitpython
- Owner: WoolseyWorkshop
- License: mit
- Created: 2022-07-25T13:08:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T13:21:17.000Z (over 3 years ago)
- Last Synced: 2024-12-29T22:32:54.466Z (about 1 year ago)
- Topics: circuitpython, drv8833, electronics, kicad, linux, macos, motor, motor-driver, programming, windows
- Language: Python
- Homepage: https://www.woolseyworkshop.com/2022/07/25/driving-a-dc-motor-with-circuitpython/
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
