Stream Image

Ubuntu has a problem pairing bluetooth keyboards. I found the solution at http://devasive.blogspot.com/2012/11/ubuntu-1204-persistent-bluetooth-pairing.html

For Ubuntu 12.10, the instructions are a tiny bit different due to a bug in bluez.

  1. Make sure your root (sudo -s in all).
  2. apt-get ins...

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...