Video: Assembling Final Outmoded Sequencer PCB

published: September 17, 2016 — last modified: October 23, 2025

Here a short update on the progress with the final Outmoded Sequencer project. I did the whole assembly of the final PCB and connected everything. You can see part of the soldering process in the following video:

I accidentally cut a route on the bottom of the PCB, so I had to fix this with a short wire. It is not visible on the final device. The magnet matrix mentioned in a previous post is already securely fastened to the bottom and holds the steel balls in place.

There are only the final adjustments of the frequencies left to do. I have to tune each tone and add the last four missing resistors.

More Posts

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

19" Rack Fan Controller [1/2]

Posted on 2021-03-14— 3D Printing, Build

I migrated several servers into a compact 19-inch rack and reworked my Arduino Uno fan controller to fit a 1U RND enclosure. I show choosing the case, adding a rotary encoder and filter circuits, testing signals, and 3D-printing panels. Read the full post for STL files and build notes.

Read this post

Using the TDA 7052 as Amplifier

Posted on 2014-11-08— Projects

I swapped my LM386 for an NXP TDA7052 to reduce distortion and gain more volume. The TDA7052 needs only power, an input and connects to an 8Ω speaker; I added a volume trimmer (I used 47k, 10k also works). Read the full post for the schematic and wiring details.

Read this post

Flat Boxes Update

Posted on 2020-11-30— Projects

I've updated the flat boxes set with a refined wall profile (revision B) and added five new boxes, including a large 2×4 and four grid variants. I show corner comparisons and note existing customers received files. If this is useful, please check the full project details on the project page.

Read this post

Electronics Invisibly Embedded in 3D Prints

Posted on 2021-01-04— 3D Printing, Fun

I experimented with embedding whole PCBs, batteries and coils inside 3D prints to seal electronics invisibly in PETG parts. I explain pausing prints to insert components, then resuming, and share pros, cons and practical tips. Read the full post if you'd like step-by-step ideas and precautions.

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