A Raspberry Pi clock for your kitchen, and nowhere else
My kitchen was missing something. I’d looked at clocks and artwork, but none of the options were simultaneously affordable and nerdy enough for my liking. What I needed was a way to incorporate my love of thrift store finds and coding into something functional, attractive, and unique that would cause my visitors to be delighted […]
Eliminating Warp from 3D Printed Nylon 618 Parts
I’ve recently been attempting to enable a 3D printer to make parts out of nylon 618, and I immediately ran into the issue that the parts tend to fail to adhere or, when they do adhere, warp off the bed midway through printing. One of the common bits of wisdom with printing nylon is to […]
Abstraction and conflict management of Pi bot commands
One point that became immediately clear upon running my Raspberry Pi remote control car was that any decent control system needed a way to accommodate new hardware and improved scripting without requiring significant, irreversable modifications to the program. The bot needed a way to accept easily upgradeable bite-size plugins to control things like moving forward […]
Pulling GPS data from a Sierra Wireless Overdrive Pro with Node.js
As part of an ongoing series of improvements to a remote control car I bought at a thrift store, I needed a stream of GPS data from a Sierra Wireless Overdrive Pro 3G/4G hotspot (which, coincidentally, I also picked up at a thrift store). After registering the device with my carrier, logging into the admin […]