Outmoded Sequencer Project

published: August 18, 2016 — last modified: October 23, 2025

I just started an interesting new project: The Outmoded Sequencer Project. It is an minimalistic music machine. You can use a 8×8 “programming” matrix to create simple melodies which are looping endlessly. This melody can be changed while the device is playing it. Here a short demonstration:

This video is no longer available

The device is divided into several parts as shown here:

Outmoded Sequencer Prototype Legend

My goals for the project were:

  • No microcontroller.
  • Only outmoded, basic and cheap components.
  • As minimalistic as possible.
  • Maximize the fun with these limitations.

Read all details how you can build this sequencer on the project page:

Have fun!

More Posts

Testing the TPS61092 Boost Converter

Posted on 2018-03-17— Projects

I built a small test board for the TPS61092 to evaluate thermal performance, hand‑solderability, and layout before using it in my project. The chip stayed cool under 0.5A and the OSH Park PCB looked great. Read on for measurements, the BOM, and practical soldering tips if you want to try it.

Read this post

Circle Pattern Generator

Posted on 2020-10-01— Common, Software

I developed a small application that generates randomized circle patterns inside a defined rectangle, letting you tweak width, height, precision, spacing and item counts. Results export to SVG and the latest version is available for download. Read the full post for interface details and usage tips.

Read this post

PCBite Arrived

Posted on 2016-09-16— Common, Recommendations

I recently tried PCBite, a compact magnetic PCB holder with a mirrored base and adjustable posts. It makes soldering and inspection easier than my old helping-hands. I share close-up photos, usage notes, and where to buy a set—please read on if you’re curious about a simple, solid solution.

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

A Versatile ATtiny Programming Adapter

Posted on 2017-02-25— Projects

I built a compact ATtiny programming adapter to pre-program ATtiny13A chips before soldering, with a 50mil JTAG header, USB power, LED, and jumper options for other packages. I share EAGLE files, PCB ordering info and usage notes — read the post for photos, GitHub links and details.

Read this post

C++ Templates for Embedded Code (Part 2)

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

I continue exploring C++ templates for embedded systems, showing template classes, pin abstraction, and combining Sender and Pin examples to reduce firmware size and improve code clarity. I explain static methods, type aliases, and trade-offs between runtime flexibility and efficiency. Read the full post to see code and assembly comparisons.

Read this post