chester's blog

technology, travel, comics, books, math, web, software and random thoughts

More tips on reusable coffee pods in Keurig coffee makers

01 Feb 2019

Prepara 3042 Evak Fresh Saver Airless Canister

My Keurig B40 coffee maker was super convenient, but throwing those pods in the garbage wasn’t great for the environment (yes, you can compost the contents, but despite manufacturer claims/efforts, you can’t recycle the pods in Toronto. They also limit your coffee choice, so a couple years ago I switched to reusable pods and wrote a blog post about it.

Since then, I learned a couple things about grinding and avoiding leaks that are worth sharing.

Hacking a BMW

04 Jan 2019

My friend drives a BMW 3 Series. Those cars come with a built-in entertainment system that allows you to connect your smartphone and make calls, which worked as expected. But some capabilities (which they call Enhanced Bluetooth) are only enabled by means of a “service fee” - even though you’ve already paid for the system.

And when “the man” abuses its power, hacking ensues…

Controlling RF outlets from a Raspberry Pi

26 Dec 2017

IKEA floor lamps aren’t bad - as long as your house has sufficient outlets with properly wired and positioned wall switches. Mine doesn’t 😐 and, being a renter, I can’t simply rewire them, so I decided to try the Etekcity RF-controlled outlet kit.

For less than CAD$ 60 you get five outlets, which can be turned on and off individually by the two included remotes. Not a bad deal, and sure an improvement from the odd switches (and the built-in ones on the lamps). But given I already control my TV and sound bar from Google Home with a Raspberry Pi, it wouldn’t be much of a stretch to also have voice control over the lights.

outlets

Motion-sensing, Arduino-based Washing Machine Alarm

22 Dec 2017

I don’t iron clothes. Heck, I don’t even own an iron - quickly folding clothes right when I remove them from the dryer works for most of them (and a steamer does the job when that fails).

Problem: my current machine has a very low and short audio warning, so I often miss when it is done, ending up with wrinkled clothes. 😔

I thought it wouldn’t be too hard to build a device that detected when the machine stopped moving and alerted me in a more extravagant way. Having never played with raw accelerometers before, I would at least have some fun trying!

Voice control for a non-smart TV (with Google Home, a Raspberry Pi, LIRC, nginx, Lua and IFTTT)

10 Dec 2017

Despite my privacy concerns, I could not resist the low price of the Google Home Mini. It is really convenient to control the ChromeCast with it, but turning my (non-smart) TV on/off, or switching the input between different devices still required reaching the remote…

…until I hacked a bit!

In a nutshell: IFTTT turns Google Home commands into HTTPS requests towards a Raspberry Pi. There, nginx triggers some Lua code that runs LIRC, which generates IR signals into a transistor that amplifies them to two IR LEDs. Complicated, but works!

Atari 2600 CPU running on a breadboard

06 Sep 2017

Introduction

A year ago, Ben Heck hand-soldered an Atari 2600 on a protoboard (and, as usual, turned that into a portable console). The idea of manually re-assembling the console for which I had already hacked together a game and an emulator sounded very exciting (and educational) for me.

The show crew always publishes schematics for his projects, so while I waited for that, I started de-soldering the chips and cartrige conector (and a few extra components, why not?) from an old Atari Jr. board I had lying around. De-soldering is hard, but eventually it was done:

An Atari VCS (Jr.) board, without several components

The schematics, however, never came. That episode’s GitHub repository only includes the original Atari’s block diagram, so I shelved the plan. But more recently I stumbled upon a series of blog posts in which David Barton describes how he built a 6502-based computer (a 65c02, to be precise) on a solder-less breadboard.

Those boards aren’t as sturdy or portable as traditional printed circuit boards, but the freedom to tinker (and make mistakes) sparked my flame once again, so I decided to give the project another shot. I started by reproducing his first two posts, but adapted to the Atari’s 6507 and adding a couple tweaks.

Replacing K-Cup®s with reusable coffee pods

07 Aug 2017

This post isn’t about electronics or software hacks, but it touches a very important element in those: coffee! ☕️

Infatuated with the convenience of pod-based coffee machines, I’ve owned a Keurig B40 since 2012. Its K-Cups afford easy comparisons to standards like VHS or Android - in the sense that competing systems may have marginal advantages, but the variety of suppliers is hard to beat.

These days, I only hit a coffee shop when I need socialization or internet. But I still have two issues with pods: cost (a pod is cheaper than, say, Starbucks, but still adds up way faster than ground coffee in packs) and pollution.

The later grew a bit on me - to the point that I even considered returning to the Moka pots that used to fulfill my coffee needs back in Brazil - until I discovered reusable coffee pods.

Unbricking a WNDR3700v3 (NETGEAR N600) wireless router

18 Mar 2017

One day I decided to install an alternative firmware on my NETGEAR N600 in order to tweak lower-level settings and try to minimize frequent (and very frustrating) disconnections on Splatoon. But the setup failed, effectively bricking the router.

“No sweat”, I thought, “let me just put it into some sort of recovery mode and flash the original firmware into it”. For this router, the idea would be to transfer the firmware via TFTP - which works by setting up a computer with fixed TCP/IP configs and starting the transfer at the right time during the boot process.

That didn’t work either.

At that point, I realized this fix would require some physical hacking.