Post Manager
Posts
Categories
News icon Joshua Woehlke's Posts
Date Post Title
2026-03-08 Redesigning a Karaoke Machine
2024-03-28 Absurdly Intense Stealth Bluetooth
2022-11-27 Connecting a WebTV in 2022
2022-10-09 Seikosha LT-20 Printer
2022-07-03 Ultimate Turbo Button Display
2022-02-08 openHAB scripts with Rhasspy MQTT
2021-07-20 486のPC
2021-07-08 Allow iframes in WordPress
2020-07-17 Curing Silicone in SLA UV Molds – Part 3
2020-06-12 Cat Window Resizer
2020-03-26 Surviving Remote Work Isolation
2019-09-12 Starting a Keycap Business
2019-04-23 Curing Silicone in SLA UV Molds – Part 2
2019-04-14 Curing Silicone in SLA Photopolymer Molds
2019-03-04 CommonJS Modules in YUIDoc
2019-02-20 Wacom Intuos and xsetwacom on Ubuntu 18.04
2018-07-21 GalliumOS on a Dell Chromebook 11 3120 (Candy)
2017-01-05 Detecting Clicks on Rotated Rectangles
2017-01-04 Stickerbomb JS Image Editor
2016-09-15 Sorting Pokémon into Boxes — with Style
2016-07-20 Daisy Chaining SPI on the Arduino Mega 2560
2015-11-12 A New EV Nova Ship Plugin
2015-09-10 A Toroidal Transformer Tester that Counts Turns
2015-07-24 Simplifying the T4 JS Layout Processor
2015-07-01 Realtime Tracking of Elio Motors Crowdfunding
2015-05-14 Android Raspberry Pi display over USB
2015-04-15 Invoicing with Sendy
2015-03-31 Patching TERMINALFOUR Site Manager 8 Direct Edit
2015-02-14 A Raspberry Pi clock for your kitchen, and nowhere else
2015-01-24 Eliminating Warp from 3D Printed Nylon 618 Parts
2014-12-03 Abstraction and conflict management of Pi bot commands
2014-11-23 Pulling GPS data from a Sierra Wireless Overdrive Pro with Node.js
2014-10-07 Cross-client MailChimp merge tag anchor links
2014-08-12 Scraping Raw CSS and HTML with YQL
2014-05-09 A Simple, Perfect Filament Spool Holder
2014-05-06 Happy Birthday Computer Science!
2014-04-15 Optiplex 7010 Dual-head Onboard and Radeon xorg.conf
2014-04-12 Dual 1280×1024 Ubuntu Wallpaper
2014-04-04 Dead Simple Command Scheduling with “at”
2014-04-04 Installing Google Earth on Ubuntu 13.10 64-bit
2014-03-28 Fixing Google Fonts in Chrome for Windows
2013-12-29 Installing Ubuntu Server 10.04 over USB
2013-12-23 Motion-activated scripts in Linux
2013-12-20 Building Dogecoin on 12.04 – uniform_int_distribution.hpp
2013-12-18 JS Promises in Five Quick, Dirty, and Insufficient Minutes
Unless otherwise noted in a post or repo, all content is licensed CC-BY-SA.
Post Preview - 20160720.HTM

Daisy Chaining SPI on the Arduino Mega 2560

C

While working on a new revision of a project, I moved from an Arduino Uno to an Arduino Mega. In theory these devices should handle SPI in the same manner, just with different pins. While MOSI, MISO, and SCK are on pins 11, 12, and 13 respectively on the Uno, those change to 51, 50, […]

Last Updated: 2024-05-16
Post Preview - 20151112.HTM

A New EV Nova Ship Plugin

The first time I stayed awake until the sun came up was the night I got my color Macintosh IIsi. I was maybe ten or eleven years old, and I’d just gotten a space exploration game called Escape Velocity. It was fascinating in its openness and the range of ways you could play it. Years […]

Last Updated: 2024-05-16
Post Preview - 20150910.HTM

A Toroidal Transformer Tester that Counts Turns

I was recently commissioned to build a machine that would perform a very interesting and unusual task: Count how many times a wire had been wound around a ring by measuring its electrical properties. This task was a relatively involved one, as it included a ground-up design of the circuitry, making choices about component prices […]

Last Updated: 2024-05-16
Post Preview - 20150724.HTM

Simplifying the T4 JS Layout Processor

Update for 2024: 9 years later this library is still in daily use and is virtually unchanged. If you’re using T4, we’ve run a very large site with all the code running through this for almost a decade so I’m pretty confident in saying this one’s a keeper. Where I work, we use TERMINALFOUR as […]

Last Updated: 2024-05-16