kevin.fonner.net

        
- My Blog -     - My Projects -     - About Me -
 Latest Posts...


My Projects

  1. 100 Acre Woods Nursery
  2. Haunted Dungeon
  3. Haunted Dungeon 2007 Additions
  4. Halloween 2008 Additions
  5. Halloween Laboratory
  6. Project: E
  7. Laughing Place
  8. The Land
  9. Life Hacks

About Me

I have been a developer for 14 years programming in Java, Groovy, Python, C#, C and several other languages. I currently work for The Babcock and Wilcox Corporation where I develop boring Enterprise Technology, specifically creating and managing customizations to a large proprietary J2EE application. In my spare time however, I work on all sorts of projects using many technologies from writing C for AVR microcontrollers to Java web based applications for automating my home. This blog is a way for me to show off my projects and how I built them.


Wed May 07 00:00:00 EDT 2008

Ok…. This was a big deal for me. For some reason it took me a while to get a TWI (I2c) interface up and running properly and it held me up from doing some blog posts. But it’s working now! Here I have two simple avr platforms up and running. The one on the left is the master and the one on the right is the slave. To control 300-500 LED lights I decided that it was a job for more then one microcontroller. So I will have a master LED controller and several slave LED controllers. The master will push the animation frames down the bus and each of the slave controllers will control a bank of shift registers connected to 64 LEDS.

Here is a close up of the Master Controller. Not really much different circuitry then before. I will be posting the code up here eventually. That is where most of the fun is! Don’t be fooled by the connector up to the top left. It’s not Ethernet. That’s actually a serial connection to my computer for debugging. I use Ethernet patch cables instead of serial cables often now because I can make my own cables then. Just slap a couple of custom RJ45-DSUB-9 adapters onto an ether cable and you have a serial cable. I picked that up from Make Magazine (Issue 01). Pretty Handy.

It’s great to be a geek!