Your shopping cart is empty!
Control DC motor using Maker Drive and CircuitPython on RP2040
- Idris Zainal Abidin
- 15 Feb 2022
- 1984
Introduction
In this tutorial I will share how to control a DC motor using Maker Drive and program it using CircuitPython on the Maker Nano RP2040.
Video
Hardware Preparation
This is the list of items used in the video.
- Maker Nano RP2040
- Maker Drive
- Shield for Arduino Nano
- TT Gear Motor
- LiPo Battery 7.4V 450mAH
- JST RCY Receptacle
- 3D Printing
Sample Program
This is CircuitPython sample program. You need to include these libraries in your CIRCUITPY/lib folder. You can download it from CircuitPython Library Bundle.
- adafruit_motor
Thank You
References:
- Adafruit Learn: CircuitPython PWM
Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.
"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."