Finished a Series of the PissOff Project

published: January 13, 2017 — last modified: October 23, 2025

I just finished a small series of the PissOff project. After all work done, I probably would use a stencil and solder paste next time.

For this series I used a slightly larger speaker to improve the loudness and sound quality. Tried some different ones, but the really good ones do not fit on the back of the project anymore.

While soldering all these boards, I found out the contacts of the SD card holder do not always easily connect to the PCB. If the SD card is not working, resoldering these solved problems for two boards. Also in one case, flux came into the trimmer, there was no contact anymore and no sound output.

Read everything about the project here.

More Posts

Write Less Code using the "auto" Keyword

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

I walk through practical ways I use C++11's auto keyword to reduce repetitive declarations, simplify range-based for loops, lambdas and register access, and make Arduino and embedded code easier to refactor. Read the full post for examples and tips you can apply to your projects.

Read this post

How to Create a Prototype Connector from a Pin Header

Posted on 2021-02-10— 3D Printing, Build

I needed a robust way to reuse a 14-pin header on different breadboards, so I designed a simple two-part 3D-printed enclosure, soldered a ribbon cable, and set the header in epoxy. Read on for my quick step-by-step guide and the downloadable design files if you'd like to try it.

Read this post

My Favourite Board Connectors

Posted on 2020-07-01— Common

I often reach for TE's Micro‑MaTch connectors when I need compact, hand‑solderable board-to-board connections. They saved me routing space and allowed SMD pads on tiny sensor boards. I share my requirements, examples, and practical tips — please read on if you're choosing connectors for small projects.

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

Fusion 360 Storage Boxes Insert Template

Posted on 2020-12-11— 3D Printing, Projects

I created a parametric Fusion 360 insert template for the flat storage box series and included a drill-insert example, STL files, and OpenSCAD scripts. Download the free files, tweak the parameters to fit your tools, and read the full post for setup tips and examples.

Read this post

"Read SHT31" Command-Line Tool

Posted on 2020-12-13— Software

I built a small compiled command-line tool to read SHT31 temperature and humidity over I2C on a Raspberry Pi. It emits simple JSON for easy parsing in scripts. If you're using an SHT31 sensor or automating reads, read the full post for usage, build and install steps.

Read this post