So, this project was sidelined until I had to make another BatchPCB purchase. Thankfully it wasn’t too long until I had the opportunity to work on it again! The current setup is basically 4 of the original 4 RGB LED Controller boards and 12 of the updated DR1r3 boards. All 16 are wired in parallel and being controlled by my desktop machine. You can see an extended version of this RGB test sequence after the break and I’m also including the (uncommented, sorry!) Processing 1.1 code that I used to control the boards.
Read more…
I recently began working on a consulting project that required the creation of some PCBs. Since I have had such great success with BatchPCB.com in the past, I decided to use them again to fab the custom PCBs. The BatchPCB purchasing system adds a few static fees (set-up, handling, and shipping), so I felt that this was as good a time as any to make some additional of my PIC16F628 4 RGB LED PWM Controller boards with a couple of modifications.

Read more…
I am a big fan of LEDs. Bright, colorful, flashing LEDs. So, given my affinity for LEDs, I decided to work on a controller that me and a few of my friends could use as an art project/passive information display. I have posted videos from the first prototypes (here and here), but it has been tough to dedicate time to further development given my research, so I thought I would post the information so that anyone can take the design and modify it to their liking!
Read more…
I’ve been working on a project in my spare time with two friends to create some ambient light controllers, so I thought I’d just post two short videos to demonstrate the current state of the project. In the current iteration, they can be used as wall-washers or they can be enclosed to create ambient light cubes/spheres/pentagonal cupolas/rhombo-hexagonal dodecahedrons/etc. Each module is addressable and uses a PIC16F628 to control each of the RGB LEDs (which were purchased from the eBay seller jeledhk with the description “Superflux RGB 5mm R/H LEDLamp 8Kmcd COMMON CATHODE”). The PCBs were created using BatchPCB.com for $5 each (+ ~$15 total for S&H and setup) and are beautifully etched, drilled, and silkscreened (although it took about 1.5 months to receive them). Ok, less talk, more videos; one video on the front page and another after the jump:
Read more…
It has been a long time since I’ve done any microcontroller work, so I decided to get back into the swing of things when 2 of my friends and I decided on collaborating on an interactive “art” piece. Details are forthcoming, but in the meantime, a photo and a video of one of the LED components (video after the break):

Read more…
I know it’s been a looooong time since I’ve posted any new electronics projects, but that’s primarily been due to my increased course load now that I’m in graduate school. Well, I’ve finally picked up some 1050 ma constant current driver boards for the Luxeon K2 LEDs that I mentioned a while ago and hopefully I’ll get these up and running in just a little bit. I just wanted to post some pictures because I think they’re nice little boards.

Read more…
I am a huge fan of my Delorme Tripmate. It’s a cheap serial GPS receiver that it is very easy to work with and interface with my microcontroller projects. It was introduced over 10 years ago and mine is still in great condition. I’ve used it for a number of projects (e.g., PIC16F88 Delorme Tripmate GPS Logger, GPS Logger with Time and Speed, and a modified version for GPRMC) and I plan on creating more. However, it’s starting to show its age and I have found that over time I’ve become less and less fond of its chipset. The biggest problem has been the gross inaccuracies in reported position. Read more…
My original intention for my PIC16F88 Delorme Tripmate GPS Logger and GPS Logger with Time and Speed was to log my runs around Lafayette and West Lafayette. However, I’ve found that the weight of the GPS makes it a real pain to lug it around. Running around with a weight bouncing around in my backpack is no fun. Now that it has gotten warmer and the sun is shining ’til 9 PM (really more like 9:30 PM), I’ve been biking quite a bit. The lower impact nature of bike riding makes it much easier to carry the Tripmate GPS receiver. So I took went out this afternoon for a ride to see how it performs:

And the ride did not turn out too bad! (Click the image above to see a better view of the route, outlined in yellow.) There are some problems with the logging, but this can be attributed to the quality of the fix (most likely 2-D for most of the ride) and the tendency for the GPS to loose its fix when the sky was occluded. See the upper right of the path where I went biking through the woods and you can see that it lost the fix from the time I entered the woods to the time I left them. Continue to the post for more information and the updated firmware. Read more…