In this article — the finale to the series, I promise — you’ll actually install your laundry spy and calibrate it to your particular washer and dryer. Once you’ve got them working reliably, I’ll show you a few ESP8266 libraries that you can drop into this sketch (or others) if you crave more features.
Category: Technology
Laundry Spy, Part 3: The software
It’s time to write the firmware for the hardware we made in Part 1. It’ll turn the raw acceleration data into determinations about when our machines are running and report its findings over MQTT to our home automation server.
Laundry Spy, Part 2: The infrastructure
We need a broker between the laundry spy and the rest of the world, so here’s an abridged primer on setting up Node‐RED and MQTT on a Raspberry Pi.
Laundry Spy, Part 1: The hardware
My washer and dryer are two appliances that I’ve wanted to make “smart” for a long time, or at least smart enough to balance out how dumb I am about remembering to empty them when loads are finished. On several occasions, wet clothing has lingered in my washing machine for…
Nostalgia-Tron, Part 11: Not electrocuting yourself
A while back you might remember that I was about to tell you how to synchronize the on/off states of your Pi, your monitor, and your marquee light. It involved an Arduino wired to two relay modules, which themselves were wired to an outlet of my own construction. I stopped…
Nostalgia-Tron, Part 10: Metadata
You might have noticed that your list of installed games looks a bit bland in EmulationStation without artwork, game descriptions, and the like. You could use the metadata scraper that comes with RetroPie, but for MAME games I think it’s better to leverage the pedantry of the community and fill your game lists with more reliable metadata.
Nostalgia-Tron, Part 9: A utility script for testing controls
For the moment I’m out of hardware topics, so let’s look at some stuff that might be more widely applicable to folks who don’t make my exact hardware choices. In a minute I’ll show you a script I wrote for testing input. But first… Quitting EmulationStation I usually don’t have…
Nostalgia-Tron, Part 8: Over-engineered joystick rotation
As we open Part 8 of this series, it will have become clear to most readers that I swung for the fences on this project. The two ServoStiks I purchased prove the point: they can switch between 4‐way control and 8‐way control. Did I need this? No. Was I going…
Nostalgia-Tron, Part 7: LED control
Man, has this series been neglected! I was going to tell you folks how I synchronized the power states of my Pi, marquee light, and monitor with an Arduino, but it turns out it’s hard to write Arduino tutorials when you’re only barely certain of what you’re doing, electronics‐wise, and…
Nostalgia-Tron, Part 6: Adding a volume knob to the Raspberry Pi
Like last time, today we’ll be covering a topic that will be useful to Pi users in general, not just those who’ve built arcade cabinets: how to use a rotary encoder to control your Pi’s system volume. The problem Though I’m quite satisfied with the speakers I got, they don’t…