Adafruit

last modified: October 23, 2025

Adafruit PowerBoost 1000C Enclosure (LR2165)

Posted on 2021-08-21— 3D Printing, Projects

I designed a simple three-part 3D printed enclosure for the Adafruit PowerBoost 1000C and up to a 1200mAh LiPo. In this post I share the print files, component list, and step-by-step assembly tips to convert the board into a safe portable power pack — please read on if you'd like to build one.

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

Candlelight Effect

Posted on 2019-11-25— Projects

I built a compact Neopixel-based candlelight decoration with a DS3231 RTC and share the schematic, firmware, and build tips here. It's best placed behind a screen or in a jar. Read the full post for parts, assembly photos, and configuration notes to recreate it yourself.

Read this post

Event-Based Firmware Example

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

I provide a complete event-loop firmware example for SAM‑D boards (Arduino Zero, Feather M0). I explain module design—Buttons, Display, and a support library—initialisation and polling logic, and link the source and demo. If you're curious, read the full post for code and implementation notes.

Read this post

A New Modular CMake Based Toolchain for Feather M0 HAL

Posted on 2019-06-19— Projects

I built a simple, modular CMake-based toolchain for Adafruit Feather M0 boards that reuses Arduino tools while giving full build control. It’s aimed at prototype work and HAL development on macOS and Linux. If you’re curious, read the full post for setup steps and examples.

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

Plant Watering Sensor – Long Term Logging

Posted on 2017-03-14— Projects

I built a compact logger to collect long-term capacitive readings from my plant watering sensor. Using a Feather M0, RTC/SD FeatherWing and a tiny OLED, it logs averaged frequency to CSV every minute so I can study watering-to-dry cycles. Read on for parts and details.

Read this post

The Five Light Spheres Project

Posted on 2016-11-14— Projects

I've published a guide for the Five Light Spheres project — a quiet, artful winter decoration built with NeoPixels that blends colors across five spheres. I walk through materials, assembly, and code so you can recreate it at home. Read the full project page for details and photos.

Read this post

How Build a Beautiful Table Light

Posted on 2016-05-21— Projects

I recently built a simple, budget-friendly table light from an IKEA candle holder using a NeoPixel ring and an Adafruit Trinket. I walk through parts, wiring, and the ready-made software with 50 color and animation modes. Read the full project page if you'd like to build one.

Read this post

Are My Documents Safe in the Root Cellar at ~80% Humidity?

Posted on 2015-08-20— Projects

I'm concerned my archived documents could absorb moisture in a root cellar with 75–90% humidity, so I built a DIY data logger to monitor conditions inside sealed boxes. I walk through parts, breadboard-to-stripboard assembly, tests and a wiring diagram — please read the full post for the complete build.

Read this post