Projects from Boldport Club Arrived

published: July 21, 2016 — last modified: October 23, 2025

This week the beautiful projects from Boldport club arrived. Each of them comes with a nice box or bag which matches the individual project. All electronic components to assemble and solder the project are included, but you need some external power supply and jumper cables to bring some of the projects to life.

In the following sections, I will show you some impressions of the assembled kits. My soldering skills are far from perfect, so even after cleanup you see a lot of impurity on the PCB’s. If you like to join the club, you can do this here.

Project “Tap”

This project is based on a project from 1974, which is a touch activated switch. The “Tap” project is combined with the “Cordwood Puzzle” for the LEDs.

See the project in action:

Project “The Lady”

This beautiful lady bug glows in the dark with LEDs on the back. The PCB is a piece of art, it is almost sad to solder the battery holder on it. Alternatively you can use the eyes to power the bug, but that seemed a little bit cruel to me.

I soldered the “feet” together, so all LEDs are constantly on. But you can also leave them separated so if you touch them individual LEDs light up.

Project “Cordwood Puzzle”

This project was inspired from the “cordwood” assembly method used in the 1950s and 1960s to save space. It looks great with these really large resistors in it. You can plug it into an Arduino or similar and control the individual LEDs.

More Posts

Extreme Integers – Doom from Below

Posted on 2022-09-04— C++, Improve your Code, Learn

I take you on a short, pragmatic journey into C++ integer pitfalls—why signed and unsigned types behave oddly, how literals, negation and overflow can bite, and simple tests to reveal compiler quirks. If you work in embedded or systems code, please read the full post for examples and guidance.

Read this post

Storage Box for 45º Belt Printer?

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

I designed an experimental storage box for 45° belt printing and shared the STL for others to try. I haven't printed it myself, so it's a best-guess layout optimized for 0.2mm layer height and common nozzles. If you have a belt printer, please test it and tell me how it performs, and read on for details.

Read this post

C++ Templates for Embedded Code

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

I walk through C++ templates for embedded projects, showing how function templates work, why they’re type-safe, and how they can keep firmware small and fast. Using Arduino examples like circularShift, reverseBits and a template-based Sender, I invite you to read the full post to learn practical tips and patterns.

Read this post

Always-On Project

Posted on 2020-06-05— Common

I recently built 'Always-On', a minimal bidirectional mains-to-Feather bridge combining a power sensor and solid-state relay for safe home-control prototypes. I outline design choices, safe firmware testing without mains, and housing tips. If you're exploring a similar controller, read the full post for a practical starting point.

Read this post

Let’s Print a Cat/Pet Feeding Device (Part 6)

Posted on 2021-02-18— 3D Printing, Projects

In Part 6 I walk you through the input panel for my 3D-printed pet feeder: the rotary encoder, LEDs, knob and the example PCB with wiring, filters and level shifting. I include printable files, Gerbers and ordering tips — read the full post for downloads, schematics and testing notes.

Read this post

Designing 3D-Printable Pots

Posted on 2024-03-24— 3D Printing

I've created a collection of 3D-printable flower pots—geometric, Roman-vase inspired, striped and spiral—optimized for practical printing on machines like the Prusa XL. I share lessons on wall thickness, corner radii, nozzle sizes and model files. Read on for design details and downloads.

Read this post