Plastic Cup Meltdown - Working with Epoxy

published: April 4, 2017 — last modified: October 23, 2025

Recent Posts

More Posts

Snowflake Power Converter

Posted on 2018-01-11— Projects

I built a simple USB-to-3.3V power converter for my snowflake decoration using a Traco TSR2-2433 and a laser-cut acrylic case with glow-in-the-dark engravings. I'll walk through the board, Fusion360/Eagle workflow, laser cutting and painting - read on if you want the files and build notes.

Read this post

Bit Manipulation using Templates

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

I explore replacing unsafe bit macros with lightweight C++ templates to make embedded bit operations safer and clearer. I show templates for one-bit extraction, set/clear helpers, and compiled firmware size for Arduino Uno. Read the full post to see examples, exercises, and practical benefits.

Read this post

The Importance of Wall Profiles in 3D Printing

Posted on 2023-02-12— 3D Printing, Learn

I'm not a 3D‑printing expert, but I show how simple wall profiles — correct XY/Z thickness, chamfers, and internal recesses — make printed boxes stronger and lighter. I share CAD steps, simulations, and common mistakes in plain terms. Read the full post for practical tips to improve your prints.

Read this post

Let's Print a Cat/Pet Feeding Device (Part 1)

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

I'll walk you step-by-step through printing the mechanical parts of a fully functional, programmable cat/pet feeder. I share STL files, material and printer recommendations, and parts lists — all open-source on GitHub. If you have a 3D printer and want a challenging build, read the full post to get started.

Read this post

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

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

I walk you through assembling the gearbox for my 3D-printed cat feeder, step by step. I cover inserting insets, bearings, grub screws, and fitting the NEMA17 motor so the turntable runs smoothly. If you printed the parts from Part 1, follow along — read the full post for photos and testing tips.

Read this post

Filtered RPM Measurement Using PIO

Posted on 2021-04-17— Learn, Software

I walk you through using the RP2040's PIO to measure a PC fan's RPM with a small software filter to ignore short spikes and timeouts. I explain the PIO routine and a simple RpmInput wrapper in MicroPython—read on if you'd like the code and practical setup tips.

Read this post