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
Notes on basic setup & testing of the JDY-40 wireless serial port module. These are simple wireless serial communication modules that work fairly well and… Read More »Simple Wireless Serial Communication
Simple process for basic LED matrix animation using a custom MicroPython library.
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 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
Installing & running Micropython on an ESP32 dev board.