Stream Image

I decided to make my own watch for fun, I posted the instructions at https://github.com/GRMrGecko/RasPiWatch

photo

My next project is to take these really cool Nixie Tubes and make a clock with an Arduino.

The guy from Scott Bot (http://scott-bot.com/nixie-bot/) is helping me out a lot by providing me with his board design and permissions to redistribute on my github with creative commons license. I'm going...

Finished writing code for http://www.bsideshuntsville.org/, I basically made the Rotary Phone into a juke box which plays whatever song you choose by dialing a number. This can be extended to be two digit, 3 digit, you name it... So you can basically have infinite number of songs. In my code, I on...

A look at the internals of the Rotary Phone. Way more messy than when I first got it.

photo

Changed my mind on a design choice for the phone circuit. I'm going to hook up GPIO9 (command mode toggle) to the Arduino so that I can easily go in and out of command mode in firmware.

I'm going to need this for another firmware I'm going to write to make this phone into a Jukebox. Have my comput...