Assignment Overview
This week explores output devices: servos, steppers, DC motors, speakers, LEDs/Neopixels, high-power drivers, and more. The goal is to prototype physical responses driven by microcontrollers.
Initial Attempt (Failure)
This previous setup did not work — likely because I forgot to add a required decoupling/bulk capacitor on the motor supply line. Documenting the failure here to track what changed.
New Design: DRV8833 Dual Motor Driver
I’m moving to the NOYITO DRV8833 (1.5A, 2‑channel) DC motor driver to control two motors. Below are the wiring sketches for the new approach.
Two-Motor Demo
This is how I’m using the DRV8833 driver to move two motors.
Motion Pattern + Next Steps
This test shows a simple motion pattern. Next, I’ll connect it with my final project pipeline to drive behavior from camera input and multi‑agent algorithms for interaction.
Resources
- Datasheets for chosen actuators/drivers
- Microcontroller pinout and power budget notes
- Basic test sketches for each device