Soldering Boldport Club project "The Matrix"

published: March 18, 2017 — last modified: October 23, 2025

For the Boldport Club project “The Matrix” I used hot air soldering for the first time. After some experimenting and with help from Boldport Club members, it worked really well. I could colder the 120 LEDs in less than 10 minutes to the board.

I made a video about the process. Please keep in mind, I am new with this process, so this is absolutely no instruction video how things should be done. I may be absolutely wrong. :-D Enjoy!

https://youtu.be/ycb5B_4T1E8

Here a list of the objects and tools you can see in the video:

If you have questions, miss some information or just have any feedback, feel free to add a comment below.

More Posts

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

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

"Read SHT31" Command-Line Tool

Posted on 2020-12-13— Software

I built a small compiled command-line tool to read SHT31 temperature and humidity over I2C on a Raspberry Pi. It emits simple JSON for easy parsing in scripts. If you're using an SHT31 sensor or automating reads, read the full post for usage, build and install steps.

Read this post

19" Rack Fan Controller [1/2]

Posted on 2021-03-14— 3D Printing, Build

I migrated several servers into a compact 19-inch rack and reworked my Arduino Uno fan controller to fit a 1U RND enclosure. I show choosing the case, adding a rotary encoder and filter circuits, testing signals, and 3D-printing panels. Read the full post for STL files and build notes.

Read this post

Stencils from OSH Stencils Arrived

Posted on 2019-12-23— Projects

I received 3mil polyimide stencils from OSH Stencils for my Swiss precision timer project. They feel flimsy compared to the steel stencils I usually use, but cost much less. I’ll test solder paste application and the first prototype in the coming weeks — please read the full post for results.

Read this post

Event-Based Firmware (Part 2/2)

Posted on 2019-07-08— C++, Improve your Code, Learn

I guide you through evolving a simple Arduino blink example into a reusable event system. In Part 2 I cover function-pointer events, an EventLoop module, and practical multi-event examples. If you want cleaner, non-blocking firmware structure, read the full post for code and explanations.

Read this post