Make Ping Pong Poké Ball with 3D Printed Mask
How I made ping pong poké balls for a kids birthday party using a 3D printed mask.
How I made ping pong poké balls for a kids birthday party using a 3D printed mask.
Simple process for basic LED matrix animation using a custom MicroPython library.
Custom characters can be used to draw any simple image on an LCD 1602 display. The gitbub repo includes a python script to generate display code from any image.
Testing a MicroPython build that supports ESP-Now. Example code for some initial tests on ESP32 dev boards included.
Notes about generating and applying a coordinate transformation matrix using Euler angles.
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.