RGBW LED Controller v3.1

The new RGBW LED Controller is here! The video above shows some of the things it can do, but here is a list of improvements:

IRLB8721PBF MOSFET’s – More power!

Double sided and thicker board traces

More output headers

Cleaner board layout – All power and LED connections on one side – rounded corners

Improved serial capture method with feedback

Support for solid color commands (magenta, cyan, gold, RGB white, orange, light blue, light green, violet, pink, and RGB warm white)

More control from button inputs – long and short press commands

EEPROM memory of LED levels when powered off/on

IR control mode! – Full control of all channels and a memory recall function Get the remote here: http://www.adafruit.com/products/389

Wireless control via XBee! Get an Adafruit XBee adaptor here: http://www.adafruit.com/products/126

Backward compatible! The new software set will work on version 3.0, 2.2, and 1.9!

In stock and shipping from our store now!

New firmware and cad files available at https://github.com/jersagfast/RGBW-31.

The manual is here: RGBW LED Controller v31

RGBW31

JOS – Updated!!!

I did it, I finally found some down time to update JOS to work with current libraries from Adafruit. Below is a link to the new code on Github. A few notes to look at are listed below.

First, this is code for the Touch Shield, but it can easily be changed to the breakout board, and don’t forget to uncomment the ‘#define USE_ADAFRUIT_SHIELD_PINOUT’ line in Adafruit_TFTLCD.h file.

Also, this sketch has pin 3 setup as the backlight on the shield. This way you have PWM control over the backlight. You can accomplish this by cutting the VCC trace and soldering the PIN3 jumper on the back of the shield. You can read more on how to do that here.

This sketch has EEPROM settings, if you have not used them before, the values will be zero and need to be set. There are notes about this in the sketch on lines 92 & 93.

If you don’t know what JOS is, you can check it out here. (What’s a JOS anyway?)

Happy sketching! The code is here: https://github.com/jersagfast/JOS—TFT-Menu-System

One Square Inch of Goodness

So a while ago I discovered that I needed a microcontroller in a really tight space. I tried an ATmega328P PU (DIP package), but try as I may, It would not fit. The answer? The ATmega328P AU (TQFP) this is a much smaller package, and for an added bonus, it has 2 extra ADC’s. This a great little board to squeeze in various projects, and opens the door to some very cool stuff I have coming up. Some of you might remember I put this board in a project I did a while ago when space was very limited. It’s just a handy little board to have on hand. 🙂

In the video above, I show some soldering with TQFP packages, as well as a little soldering with hot air. I need to figure out a way to record video from my brain. It would make things so much easier..

Oh, I almost forgot, the flux pen I used, found at Sparkfun.

The Eagle files for this board are on my Github page. Or just the schematic PDF.

RGBW LED Controller

Control your blinky!

Hi everyone, I am happy to announce that I have completed my RGBW LED controller kit and it is now for sale! This kit is a LED controller that features an embedded ATmega328 with an Arduino bootloader for easy programming, 4 channel LED control with dimming, 5 or 12 volt output, IR receiver, XBee header, RS-232 or TTL serial I/O, 2 push buttons, 12 pin extensions for all unused pins (6 analog and 6 digital), and power and channel LED indicators. You can control 5 or 12 volt LED’s via serial with adjustments to the level of any channel with ramping to the desired level, rate of ramping, color cycle start and stop, rate of color cycle, length of stay on each color during cycle. Fans and motors can also be driven with ease. You can buy one for only $35 with the Paypal link below! Be sure and also visit the complete assembly tutorial! Power supplies, RGB and white LED stripsFTDI Friend or FTDI Cable and XBee’s and XBee adapters are available at Adafruit!

Version 2.2 is shipping! Please go to the assembly page for details.

Automation Intro

I wanted to give a tour/crash course on automation systems, so I put together a video showing some of what an automation system can do. I ran through everything kind of fast, so I will do more videos getting into more details on specific functions of sub systems, like lighting, audio, security, etc. This video also shows my RGBW Controller working in my house. 🙂

The system I have is an HAI Omni Pro II. I have been installing automation systems since 2005, and they have proven to be an awesome choice.

For a future project, I would like to replace the Omni with a BeagleBone. 🙂