Page 1 of 1

LED lamp

Posted: Mon Nov 11, 2013 3:41 pm
by Sucksatmath
I need help with an LED lamp. I want it to cycle through colors and white with a small button. I'm not good at math or science so I need help figuring out the watts and rechargeable battery power and a lot more. If you could message me we could talk through a private message. The lamp will cycle through red yellow green blue white. 8-)

Re: LED lamp

Posted: Fri Nov 15, 2013 1:14 pm
by techman
The easiest way to do this is to use a multicolor LED with a built in computer chip which does the job for you. Just apply power and it works. Look up color changing LED.

Now if you want control over the colors and when they turn, you are talking about a bit of electronics.

How many hours do you want to run this?

Your power needs depend on that question. But most LEDs use only about 3.2 volts max and just a few mA of power so it can be run off a flashlight battery and charged with a solar path light solar panel.

Re: LED lamp

Posted: Sat Nov 16, 2013 12:25 am
by Sucksatmath
Thank you for your reply. I'd like it to work off rechargeable batteries for 4 to 8 hours. Do you think you could draw me a flow chart? How do I program a computer chip?

Re: LED lamp

Posted: Mon Dec 02, 2013 6:02 pm
by hi_tech_guy_18
Nice learning kit for this is the Arduino Uno
very easy to program microcontroller

Code: Select all

http://www.amazon.com/Arduino-UNO-board-DIP-ATmega328P/dp/B006H06TVG/

Code: Select all

http://www.arduino.cc
Make Magazines- Weekend Projects - Android-Arduino LED Strip Lights
http://www.youtube.com/watch?v=Hn9KfJQWqgI" onclick="window.open(this.href);return false;

Arduino has a wide worldwide community so finding help with your code will be real easy

Re: LED lamp

Posted: Thu Dec 05, 2013 8:15 pm
by techman
The LEDs I mentioned have a chip on board and are already programmed.

Someone above mentioned the Arduino which is very good and probably the best way to program a system yourself. I will be getting one when I get back to the US