Data Logger Deluxe Documentation Online

published: October 8, 2015 — last modified: October 23, 2025

Finally the a step by step tutorial, how to build the deluxe version of the data logger is online. I split the documentation into multiple parts:

Data Logger Deluxe Overview

Start reading here on the start page.

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

Plant Watering Sensor Files

Posted on 2017-08-23— Common, Projects

I finally published all design files and documentation for my plant watering sensor project. The package includes PCB layouts and firmware, but this is an advanced build: it needs SMD reflow, Atmel Studio and an Atmel-ICE programmer. If you're interested, please read the full post and the GitHub repo for details.

Read this post

Flat Storage Boxes Set for 3D-Print

Posted on 2020-11-24— Projects

I've finished testing a flat storage box set for 3D printing and adjusted the label profile so they stack neatly with regular boxes. I designed them to save drawer space for rarely used parts. Read the full post for stacking details, label geometry, print settings, and download links if you'd like to try them.

Read this post

Cat Feeder Device (Quick Build)

Posted on 2017-08-24— Projects

I built a simple, single-portion programmable cat feeder in about four days using rapid prototyping. I describe the Fusion360 sizing, plywood shell, servo mechanism, electronics, and the issues I encountered with breakout boards. If you're curious, read the full post for parts list, wiring and source code.

Read this post

SMD Soldering

Posted on 2016-08-11— Fun

I demonstrate SMD soldering in a short practice video, working through 1206 and 0805 packages and wrestling with tiny 0603 parts. If you’re curious about surface-mount techniques or improving your hand-soldering, watch the full video — I share what I learned and a few practical tips.

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