C Linker and Fresh Eyes
It’s often valuable to set a project down for a while. After setting down the Flight Logger project for a few months, I came back… Read More »C Linker and Fresh Eyes
It’s often valuable to set a project down for a while. After setting down the Flight Logger project for a few months, I came back… Read More »C Linker and Fresh Eyes
These are my notes on setting up the ATMega4809 microcontroller for dimming LED lights using a PCA9685 PWM controller IC.
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’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