Decoration

last modified: October 23, 2025

Box with Heart in 500 Sizes

Posted on 2021-01-11— 3D Printing, Projects

I tried parametric design and published a set of heart-decorated 3D-print boxes in 500 sizes (35–120 mm). I explain part numbering, two lid fits, and printing tips, and I've shared the STLs on GitHub. Read the full post to find the exact size and download files for your printer.

Read this post

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

Programming the Snowflake Decoration

Posted on 2019-11-30— Projects

I walk you through flashing custom firmware to your Pimoroni snowflake decoration using an SWD J-Link and Atmel Studio. I cover hardware, wiring, software setup, and step-by-step build and flash instructions so you can safely program your boards. Read the full guide for tips and troubleshooting.

Read this post

How to Wire the Snowflake Decoration

Posted on 2019-11-23— Projects

I walk through creating custom wiring for the snowflake decoration, covering layouts, cable choices, current and voltage-drop math, and a simple power supply board for Pimoroni kits. If you want practical tips and diagrams to wire your own design, please read the full guide.

Read this post

How to Automate the Turn-On Time of a Deco Light

Posted on 2018-12-21— How and Why, Learn

I wanted my winter decoration to switch on at dusk without constant adjustments, so I built a simple low-voltage controller using a P-channel MOSFET, a microcontroller and an ambient light sensor. I walk through my design choices, sealing for outdoor use and programming tips—read on if you'd like to build one too.

Read this post

The Five Light Spheres Project

Posted on 2016-11-14— Projects

I've published a guide for the Five Light Spheres project — a quiet, artful winter decoration built with NeoPixels that blends colors across five spheres. I walk through materials, assembly, and code so you can recreate it at home. Read the full project page for details and photos.

Read this post

How Build a Beautiful Table Light

Posted on 2016-05-21— Projects

I recently built a simple, budget-friendly table light from an IKEA candle holder using a NeoPixel ring and an Adafruit Trinket. I walk through parts, wiring, and the ready-made software with 50 color and animation modes. Read the full project page if you'd like to build one.

Read this post

Source Code for Xmas Decoration on GitHub

Posted on 2014-12-01— Common

I documented the source code for my color-changing Xmas decoration and pushed it to GitHub, adding comments and safety notes about parts you shouldn't copy. If you're curious about the implementation or want to build your own, please view the repository and the full project description for details.

Read this post

How to Create Color Changing Xmas Decoration

Posted on 2014-11-20— Projects

I made a simple color-changing Xmas decoration from laminated paper strips, NeoPixels and an Arduino Uno. In this post I walk you through cutting and assembling the paper spheres, wiring the LEDs, and the Arduino code so you can recreate it. Read the full project for parts, photos and code.

Read this post