Maintenance notice: These forum archives are read-only, and will be removed shortly. Please visit our forums at their new location, https://www.evilmadscientist.com/forums/.

Simple[?] LED fade timer question

Background/Fair warning - I am new to DIY LED projects. I found this site's info on making simple candle-flicker LED lights and made such a light for my Jack-O'Lantern this year.

I have a failing rainbow pumpkin light that I would like to replace with a DIY. I known there are various circuits on-line to do all kinds of fancy color-changing between RGB LEDs, but all I am interested in is a simple timer fade - something along the lines of 2secs Red, 2secs Red+Green, 2secs Green, 2secs Green+Blue, 2secs Blue, 2secs Blue+Red, repeat.

Is there a simple way to do the above? Or would it require a microcontroller/chip programmer/etc.? The failing light seems to be fairly simple, but there is a small "something" hidden beneath a glue dot that I suspect handles the color changing.

Comments

  • If you want to build something like that from scratch, your two basic choices are to pick an LED that has a built-in color-fading circuit, or to use an external device (microcontroller, etc) to control an LED.

    If using the former method -- an LED with a built in fading circuit -- you'll basically just need the LED, a resistor, and a voltage source such as a battery holder. (We do sell some LEDs like this, but you'll have to ask about them specially since we don't yet have a product page for them.)

    If using the latter method you could either use "traditional" RGB LEDs that have 4 or 6 pins, and use the microcontroller to vary the currents to the pins, or you could use a programmable LED type that you send pattern information to.

    As for how your existing light works, it's probably by a built-in fading circuit, but there's some chance (as you note) that the control chip is external to the LED. Of course, it could also just be the resistor that's hidden under a glue dot.

Sign In or Register to comment.