System

last modified: October 23, 2025

Insert Construction Set

Posted on 2020-12-11

I created an Insert Construction Set with Fusion 360 templates and STL files to help you design inserts for storage boxes. It's a practical toolkit—downloadable files and links to the box catalog and project page are included. If you want to customize organizers, read the full post for details and examples.

Read this post

Storage Boxes System for 3D Print

Posted on 2020-11-22

I designed a stackable, FFF-optimized storage box system for 3D printing, focusing on reliable prints, rail grids, stabilizing profiles and a dual-label setup. A free starter set is on Printables and a full set is in my shop. Read the full post to see details, photos and downloads.

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

Event-based Firmware (Part 1/2)

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

I walk through a practical, minimal event-based approach to firmware using Arduino examples. Step by step I refactor blink sketches into modular events, introduce a millisecond timer, prevent skipped events, and encapsulate logic into classes and modules. Read on to follow the examples and apply them to your projects.

Read this post