Pwm

last modified: October 23, 2025

How to Write Custom Snowflake Patterns

Posted on 2019-12-07— Projects

I’ll walk you through creating custom patterns for your snowflake decoration, covering double-buffering, frame-sync, non-linear PWM, fixed-point math and the scene interface in C++. If you can solder and use an SWD programmer, read on for practical examples and a ready-to-edit User scene template.

Read this post

Fan Controller Project

Posted on 2016-10-24— Projects

I built a simple, tweakable fan controller after my server rack's components started overheating. I wanted quiet, reliable cooling I could adjust, so I designed a controller with PWM, PID tuning and an LCD. If you’re curious about the steps and ideas, read the full project page to learn more.

Read this post