Anybody Iis knows how to do amood rgb lamp thermo-controlled?
5
answers
|
Answer it!
|
- LM35 tempsensor (The LM35 series are precision integrated-circuit temperature sensors, whose output voltage is linearly proportional to the
Celsius temperature.)
- the Arrrduino (the most simple way to connect sensors to actuators with some
C-synthax in between...)
you can see my code for example in the "hue_to_rgb()" method
- RGB led
(# for a small lamp, just use a 5mm rgb led with 20mA each... with some resistors you can drive it directly from the arduinoPins.
# for more power you can use 3W rgb-leds with a special driver between controller and led. )
if you need more information on a specific point, let me know.
here you can see my 3x1,5meter wide rainbowlamp with 5 of those highPowerLeds, driven by a arduino and some additional cheap hardware like transistordriver and PWMchip TLC5940.
http://www.youtube.com/watch?v=zulsh662VUU
regards,
jo
The interface between the micro controller and the lights will be the trickiest since you will be controlling a high voltage. You can probably find a fan controller from an online store that can be interfaced with a low voltage DC controller (micro controller). You then pulse-width modulate (PWM) the AC signal in relation to the input temperature.
![]() |

































