Posted on Sun, 06/13/2010 by outroot

bitpim2google
I’ve had Google Voice for a while and I wanted to transfer my list of contacts from my phone to it. So, I decided to make a simple python script to convert the CSV contacts export from Bitpim to something that Google voice could import. This code is not exhaustive whatsoever. Modify it at will.
http://github.com/outroot/bitpim2google
Categorized under: Programming, Python
Posted on Tue, 04/06/2010 by outroot

Nokia 6100 LCD running on a minibully
I recently bought a Nokia 6100 LCD from Ebay because I am in an LCD craze phase. Since I have no need for this LCD right now, I decided to port some code over to the PIC24H minibully from Sparkfun. Continue reading »
Categorized under: Electronics, Microcontrollers, PIC, PIC24H
Posted on Tue, 03/16/2010 by outroot

Clock prototype
I’ve been wanting to make my own alarm clock for some time now, since I’m unsatisfied with any alarm clock on the market (neglecting overpriced ones). I just made a quick prototype to see if I liked it or not.
Continue reading »
Categorized under: Arduino, Electronics, Microcontrollers, Sanguino
Posted on Mon, 03/01/2010 by outroot

HoNstats
Here is a script I made a long time ago when Heroes of Newerth first released its beta. It simply retrieves all of the player’s statistics given their player name.
http://github.com/outroot/honstats
Categorized under: Programming, Python
Posted on Sat, 02/27/2010 by outroot

STM32 with 4-bit LCD
Here is a 4-bit LCD library for the STM32 that I based off of the LCD4BitLibrary for Arduino. It’s lightweight, but it also incorporates Arduino’s Print class.
http://github.com/outroot/STM32-LCD-4Bit
Categorized under: ARM, Electronics, Microcontrollers, STM32
Posted on Fri, 02/26/2010 by outroot

STM32 HD Project template
Here is a STM32 project template that I based off of http://www.micromouseonline.com/blog/2009/10/19/another-stm32-project-template.
I made some changes to it to get it working for my purposes and the CodeSourcery G++ lite (EABI) compiler.
http://github.com/outroot/STM32-HD-Project-template
Categorized under: ARM, Electronics, Microcontrollers, STM32
Posted on Fri, 02/26/2010 by outroot

Sanguino
I decided to use a Sanguino for my next project and I noticed that every time I reset it with the pushbutton, it would take around 10 seconds to start the program. I thought this was absurd since the regular Arduino doesn’t take that long. I decided to dive into the bootloader firmware and find out the problem. The Sanguino version I’m dealing with is v1.4 r1.
Continue reading »
Categorized under: Arduino, Electronics, Microcontrollers
Posted on Tue, 02/23/2010 by outroot

Repurposed tv-b-gone
At church, we have a projector that is close to the ceiling and far away from the audio/video booth. The remote control that came with the projector does not have a very far range. I have to get out of the booth and walk close to the back row and keep moving the remote until I get the projector to turn off or on. It wasn’t only annoying for me, but I’m sure it was distracting for the church members.
Continue reading »
Categorized under: AVR, Electronics, Microcontrollers
Posted on Wed, 02/17/2010 by outroot

8x8 Heart
I decided this year to make a 8x8 RGB LED device to give to my girlfriend for Valentine’s Day. I had made her a heart of red LEDs two years ago and I decided to step it up a little. No, this was not a cheap solution (it cost around $100 in materials, including all the stuff I bought that I ended up not using). I spent more time on this thing than anything I have made before.
Continue reading »
Categorized under: Arduino, Electronics, Microcontrollers
Posted on Fri, 02/12/2010 by outroot

Converters
So, my girlfriend bought me a STM32F103 board to play around with that has a RS-232 serial port on it to program it. Since I haven’t owned any computer in the last few years that has a serial port, I needed to get a converter.
Continue reading »
Categorized under: Electronics, Tools