Servo Motor Control With ATmega4809
Building on the PWM input capture, this is an active passthrough program that drives servo motors. This is a key step toward flight stabilization and control.
Building on the PWM input capture, this is an active passthrough program that drives servo motors. This is a key step toward flight stabilization and control.
Some notes on 4-channel servo control PWM capture with an ATmega4809. Includes source code and notes on development and improvements.
I made a custom PCB light game with the option for running extra programs as well.
Overview The Adafruit MCP2221 breakout board can be used to bridge I2C to USB. I was able to read & write data on a 24LC256… Read More »I2C Testing with MCP2221
I created a MicroPython library to drive an LED matrix using an ESP32.
I’m working on driving some WS 2812 lights with an ATtiny85 using the WS 2812 library from this github project. Setup AVR Tools For Mac… Read More »ATtiny85 Driving WS2812