Instagram: Transponder. #easymacro #moblog

May 10th, 2016

Transponder. #easymacro #moblog

Tasks: A Time-Triggered Scheduler for Arduino | chris barlow

May 2nd, 2016

A library for managing scheduled execution of multiple functions for Arduino. OS-less multitasking(-ish) for microcontrollers!

Tasks: A Time-Triggered Scheduler for Arduino | chris barlow

Instagram: The bottom of my Disappearing TARDIS coffee mug: “For best results, use other side.” Cheeky bastards. ;-) #doctorwho #tardis #coffee #bbc #cheeky #moblog

May 2nd, 2016

The bottom of my Disappearing TARDIS coffee mug:

Instagram: They Might Be Giants, Variety Playhouse, Atlanta. #tmbg #moblog #concert

May 2nd, 2016

They Might Be Giants, Variety Playhouse, Atlanta. #tmbg #moblog #concert

Project time

May 2nd, 2016

I’ve been tinkering a little bit with my electronics stuff again. Now I’m trying to decide on a project to do, and which hardware platform to use… I have a ton of different microcontrollers — Digispark (ATtiny85), Digispark Pro (ATtiny167), Digistump Oaks (ESP8266, wifi), Adafruit Trinket Pro (ATmega328), PunchThrough Bean (BLE), Particle Core (wifi) / Photon (wifi) / Electron (3G cell), NodeUSB (ESP8266, wifi), ESP201 wifi  modules, some Arduino Pro Mini clones, a Tessel2 (wifi, linux, JavaScript), RFduino (BLE), and a few others that I can’t even remember right now.

  • TV Mute Button
  • WiFi/Bluetooth control for our garage door
  • Motor push-assist for our son’s wheelchair
  • Distributed temperature sensors tied to our thermostat
  • A mailbox sensor to notify us when we have mail
  • Some under-cabinet lighting using addressable RGB LED strips
  • Phone push-notifications from our doorbell
  • Tying into the security system panel and sensors in our house
  • RGB reactive lighting for my car (audio spectrum, etc)
  • Homebrew robot or quadcopter

I suppose the first thing should be to finish up the TV Mute Button I started to build for our son a while back. But as you can see, I have plenty of possible choices. I guess I’ll start small and work my way up. 🙂

 

Instagram: John Linnell of They Might Be Giants on the accordion. #tmbg #moblog /cc @particlepeople

April 13th, 2016

John Linnell of They Might Be Giants on the accordion. #tmbg #moblog /cc @particlepeople

chartd

April 11th, 2016

chartd makes it easy to include charts (either png or svg) on your web site, by just passing parameters in the URL of an img tag. For simple charts, this will be easy-peasy to automate. Of course, the downside is the same as for any other time that you let a third-party service have responsibility for your content — what if they shut down the service? 

chartd – responsive, retina-compatible charts with just an img tag

Visual Representation of SQL Joins – CodeProject

April 4th, 2016

If you ever get confused about inner and outer joins in SQL, this is very useful.

Visual Representation of SQL Joins – CodeProject

Woods

March 27th, 2016
The woods behind our house

ECMAScript 6 compatibility table

February 15th, 2016

Massive ES2015 (AKA, ES6) compatibility chart, breaking down which features are implemented in which JavaScript engines. If you want to use some of the newer/more esoteric ES2015 features, you probably want to check this out.

ECMAScript 6 compatibility table