Snowflake Assembly Video

published: November 12, 2017 — last modified: October 23, 2025

Here a quick video of the snowflake assembly. It shows the assembly of the LED side of the panel using hot air.

The assembly went without big problems, except there was a little bit excess solder on the pads. Therefore the LEDs do not lay perfectly flat on the board.

More Posts

Yet Another Filament Filter

Posted on 2020-12-20— 3D Printing, Projects

I've designed a simple magnetic filament filter that snaps onto a 16mm feed-through to catch dust and particles with a microfiber-wrapped sponge. It's easy to attach, low-friction, and printable in PETG — STL and Fusion360 files are included. Read the full post for printing, assembly and download links.

Read this post

How to Debug Time Critical Code using an Oscilloscope

Posted on 2014-11-13— How and Why

I often use a simple oscilloscope trick to debug time-critical code: toggle an I/O line before and after critical sections and observe interrupt timing and execution width. It’s low-effort and revealing — read on for practical steps, examples, and tips to measure and reason about your timing issues.

Read this post

Convert Bitmap Fonts for LCD Displays with Style

Posted on 2015-09-04— Software

I created a small macOS app that converts bitmap 8×8 fonts into byte arrays for text-only LCD displays. It accepts PNGs, validates the layout, and outputs source code you can save or copy. I also provide an example font, a Photoshop template, and the source—read on for download and usage.

Read this post

Excellent Cases from Distrelec's RND Brand

Posted on 2020-06-13— Common

I share why I’ve grown to trust Distrelec’s RND enclosures for hobby and professional projects — sturdy IP65 cases, clear lids, pressure plugs, and 3D models, all at low cost and fast delivery. If you’re choosing a case, read the full post for sizes, examples and tips.

Read this post

Three Ways to Integrate LED Light Into the Modular Lantern

Posted on 2023-01-29— 3D Printing, Build, Projects

I tested three inexpensive, easy methods to add LED lighting to my modular 3D‑printed lantern using USB power: reused LED modules, short 5V strips, and WS2812B RGB with a microcontroller. I share parts lists, soldering tips, diffuser advice, and firmware steps—read on for step‑by‑step instructions and printable models.

Read this post

No Success with First Long Term Measurement

Posted on 2017-03-26— Projects

I ran a five-day long test of my plant watering sensor and the results were confusing, so I started a new, more insulated setup using an Adafruit Feather M0, an optocoupler, and pulse-length encoded signals with interrupts. If you’re interested in the hardware and code details, read the full write-up.

Read this post