TMO Project Log – Like fashion, never finished (but close!)

I’m not so good at this whole “consistent project log” thing, am I? In any case, I’ve made lots of progress since my last check in (the introduction, hah)! The display board is complete, controls are hooked up and working, and TMOOS is quite functional. It’s able to run standalone from a battery and is […]

Release of Teensy_sPWM Library v0.1

Today I’m making available the first “complete” version of the software-based pulse-width-modulation library I’ve been working on for a few weeks for use in my upcoming Teensy 2.0 projects. Key features include high-frequency PWM, and the ability to apply independent PWM to all output capable pins on the Teensy. It is not thoroughly tested, so […]

Teensy Development Setup Script for Ubuntu/Debian

It’s not exactly a challenge to set up your Linux box for developing on the Teensy, but it takes a precious few minutes that I’m sure anyone would like to save. So, I wrote a short script that takes care of the basic setup for you. This includes installing the gcc-avr package and associated C […]