Archives
-
RGB LED Strip (5050) and PWM –> never completely off
Hi!
I’m new in the topic of microcontrollers etc.. I only have plenty experience in programming.
I want to build this: http://www.instructables.com/id/30-channel-LED-RGB-Ambilight-Clone/?ALLSTEPS
Today I’ve connected a little piece of the RGB LED strip with an external power supply and the Arduino. I did it like in the image at step 2 in the link:
+12 V Power Supply –gt +12 V LED Strip
GND Power Supply –gt GND ArduinoTo control the LEDs I’ve connected the 3 colours from the strip to PINs 9 (red), 10 (green) and 11 (blue).
My main problem at the moment is that all LEDs are shimmering even if I set the PINs to HIGH/255. Green and red are much more brighter than blue and therefore if the strip should be off there is a greenish yellow.
I have the same problem if I want only one of the base colours, it’s not possible because the other two LEDs are shimmering and that’s for mixed colours also a problem.
How can I fix this? I tried to use different resistors but the only difference is the overall brightness of the LEDs.
Best regards!
Related Forum Messages
- Controlling IC1903 strip with arduino
- [SOLVED] Problems driving Adafruit RGB LED strip w/Arduino…
- Using Arduino to change the colour of TRI LEDs
- RGB LED Strip current questions…
- Digital RGB LED waterproof flexi-strip and 3.3v Arduino
- Is there a risk for my setup to break?
- RGB strip and ULN2003
- Need help with using arduino to PWM a RGB led strip.
- LPD6803 RGB LED Strip with an Arduino
- Digital RGB strip weirdness
- VM162
- Control a 36W LED strip.
- Overheating when controlling RGB LED strip
- 50 meter long LED strip
- Connect arduino to RGB strip? (IRFZ24N)
- Addressable RGB LED Strips from Sparkfun
- 2 LPD8806 LED Strips controlled simultaneously
- Help driving LED strip lighting
- Arduino and LEDs Power Supply Question
- LED64 OK for Blue/White LEDs?
I just bought an addressable LED strip that uses the TM1903 chip. The strip only has 3 cables: Vin, GND and DI. I connected Vin and GND to the 12V power source and the DI and GND to the arduino. I don't know how to send the 24bit signal to the strip in order to control it. Can anybody help? Here's the chip: http://www.szpth.com/p/zl/TM1903.pdf And this is the strip: http://www.kutop.com/led-strip/intelligent-ic-rgb-5050-led-strip/magic-dream-color-intelligent-1903-ic-rgb-5050-led-strip.htmlHi... (Problems driving Adafruit RGB LED strip w/Arduino...) I am following the tutorial and code found here at Adafruit which should allow an Arduino (I have a revision 3) to drive 2 meters of the newer (digital(i.e. programmable)) Adafruit RGB LED strip. So far... nothing. I've compiled and loaded the "test" and "belt" software found in the examples directory of the Adafruit programmable RGB LED GIThub download. Neither of them light any of the RGB LEDs on the strip. The only thing I am doing different from the tutorial is powering both the Arduino and LED strips from an 11AmpHour 5Volt supply. Specifically, I ...Hey Guys, Lately i have been working on a mod for my PC case fans. the general idea is to swap the normal blue LEDS to TRI LEDs and that they change colours depending the actual reported temperature of the CPU. what would be the best way to do this? also it would be good tho know what would be the best board for the job? Notes: all up there will be 18 LEDs (54 counting individual colours (18 red, 18 blue, 18 green) so i might need to use a transistor to up the amperage. the best program to get the CPU Temperature data ...Hey all. Im building a circuit to control as many of these RGB Led strips as i can. here's a link to a VERY typical example of what you can get on ebay: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemampitem=150448686166 there are 12 leds per strip (thats about 1 an inch) It is listed as having a power consumption of 1.8 Watt. Here's my question(s) 1 ) is it safe to assume that the 1.8 Watt is when all 12 leds are fully light (RGB) or could that be per channel? 2 ) 1.8 Watts / 12 volts = .15 amps. The only way that seems reasonable to me, ...I've been experimenting with the RGB LED strip and found some problems and need some advice Using 24 LEDs, Arduino Pro 8Mhz, 3.3V. using pins 10L, 13CLK, 11DI, SI not connected using basicPatterns (and lib) for non PWM control I'm connecting the ground pin on my arduino to the ground on the power supply for the LEDs, is this correct? Generally, I get random LEDs lighting up and then they just stay that way. However, if I remove the ground pin (the one near pin 13) all LEDs turn white and stay that way, until I put the ground back in, at which point ...Hello, I have a led strip connected to my computer trough a arduino uno and usb cable to get a amibilight effect. On the same led strip i also have a rgb controller with a remote so that I can use it eater with that or the arduino. Just soldered them both to the ledstrips red, green, blue and 12v cables. Everything works great but is there a chance for the led strip or anything else to break if I have the arduino uno on and then by mistake put the rgb controller on too? They both have their own power supplies. Arduino gets ...On the forums here I found the following scheme: I have a RGB led strip, LED type SMD5050, 12VDC, 1.5A per 5 meter. I want to control about 2.5 meters of this strip with an Arduino. The scheme above shows how to connect it to a 12V power source and a ULN2003 transistor. But how would I be able to mix multiple colors, like RED(0-255), GREEN(0-255), BLUE (0-255). I guess the RGB pins of the strip need some kind of voltage, to produce multiple colors instead of just mixing RED, GREEN and BLUE.Hi there, I am currently working on a little project where I want to controll this RGB LED strip with my arduino. Since this is contains rgb leds it would be a shame not to use pwm to get out all the nice colours and get it to crossfade in and out. The strip however runs on 12 volts so how would I go about using the arduino with it's analogWrite() function to controll this?. I have done some electronics in the past but latly the only thing have been working on that is remotly similar is computer hardware. From what understand ...I purchased a 5 Meter flexible waterproof Digital Addressable RGB LED strip from Lee's Electronic (A local electronics store). The strip uses LPD6803 (datasheet) and I have purchased a 6A 12v power supply. Adafruit has a LPD6803 library on github. The library was designed for AdaFrute's 20mm Clear Digital RGB LED Pixels. Using the example code that came with library, I connected power supply and the Arduino UNO Here is an image of the connector on the RGB LED strip. I connected the C1 (green) to Arduino pin 3 (clock). I connected the S1 (Red) to the Arduino pin 2 ...I've browsed the other posts regarding the digital rgb strip... I started working with a strip of 50 LEDs. Added the proper number of LEDs in the basic library code provided. Connecting the GND as in the tutorial using an external 5V 2A power supply (http://www.adafruit.com/index.php?main_ ... cts_id=276) Got mostly white lights. The 2 LEDs closest to the input wiring were off. Messed around w/ different numbers of LEDs, 48, 49, 50, 51, 52, 25, etc... the lights obviously still acted weird, but the first 2 ones still never came on. I figured that the first two ones were busted somehow, ...Hello ! I have bought a LED strip i Sweden, type RGB, length 5 m. I also bought a controller, Velleman VM162 with an RF transmitter. Now I also need a 12 V DC supply. Do you have a suitable power supply ? On the other hand I don`t need a 5 m LED strip, 0,6 m is enough in my case, so I can cut the strip. The power supply doesn`t need to be so powerful. Is it possible to feed the LED strip directly with 12 V DC ? Are there other controllers too (perhaps smaller) for my LED strip ? With best regards, Kjell ...Hi, I just bought an Arduino (Uno) and I'd like to use it to control a LED strip ! I'm good at programming but electronic is just a new world to me ! I read that I can't just plug my strip in the pin of my Arduino 'cause it's gonna burn it... Furthermore, the strip needs 12V. The strip I ordered is 5meters long (36W 150 x 5050 SMD LED RGB Light Flexible Strip (5M-Length/DC 12V)) I've seen some solutions here and there, some using MOFSET, some using ULN2003, others using amp. I've also seen people complain that their led are never completely off... I was going ...Hi, I am controlling a 5m RGB LED strip with 300 5050 SMD LEDs. The schematic I use is the same as here: http://www.ladyada.net/products/rgbledstrip/. The only difference is that I'm using three IRFZ44N transistors and a power adapter with output of 12V and 1.25A, although for full brightness the current input should be 6A since each three-color LED requires 20mA. This setup works fine, I can't really imagine the LEDs being any brighter. The problem is that certain chips on Arduino get really hot after a few minutes. The hot chips are marked on this photo: http://db.tt/Gv6xfz2K, the most hot is number ...Hi Im a bit of a newbie at all this but im looking for some advise. My main aim is to run a 50 meter long led strip at the bottom of a swimming pool. I was hoping to use the arduino to control the led strip so that it lights 16 LED's (8 along the strip (2 side by side))at a time going from one end of the strip to the other in a set amount of time that i specify. I was looking at 1 set of 2 leds(side by side) every 4 cm. That a total of 2500 ...Hi guys, I want to control RGB strip (12V and ~2A) with my arduino. Im beginner in electronic, but I read that IRFZ24N should work well for my project. But Im tinkering many hours around and cannot succesfully connect things together. 1. Arduino works. Im using simple LED blink example - and just want to make my strip blinking like builtin LED in arduino. 2. LED strip works. 3. IRFZ24N works - when I connect gate to 0 or +12V of my power supply, LEDs goes on and off correctly (I know +12V is too much for this transistor, but it is still alive). When I ...Hello this is my first post so I hope I've come to the right place. I have purchased 8 Addressable RGB LED Strips from Sparkfunhttp://www.sparkfun.com/products/10312 and they are a blast! I have connected them in a chain from 0-255 and wrapped them around to make a matrix. I only use 2 pins to send the data and every second strip has a 5V 3A supply and a common ground connected to the Arduino. 0, 1, 2, ---gt--- 29, 30, 31 STRIP #1 63, 62, 61, ---lt--- ...I am kind of a noob when it comes to programming, but i know a little. Can some one help to change this code so that i can control 2 separate strips simultaneously running different variations of the colorWipe() function. Thank you Quote #include "LPD8806.h" #include "SPI.h" // Example to control LPD8806-based RGB LED Modules in a strip /*****************************************************************************/ // Choose which 2 pins you will use for output. // Can be any valid output pins. int dataPin = 2; int clockPin = 3; // Set the first variable to the NUMBER of pixels. 32 = 32 pixels in a row // The LED strips ...Hi, I would like to use Netduino to drive RGB LED strip lighting. The strip draws .5 Amp per meter. What sort of add-on board or other devise would I use to take the digital output and control the power to the LEDs? I am interested in the "animating" the LED strip with different colors and patterns. A simple matter of programming :-) Thanks!First, thank you to anyone taking time out of their day to read this and answer. Resources like this are incredible for amateurs like myself. My question is based around power supplies, Arduinos (clone board), and LEDS. My device will use an Arduino to interface with a strip of 160 5VDC RGB LED's. Each color for each LED pulls 20 mA for a total of 60 mA at full bright, full white based on the datasheets that I can find. Total power consumption 9.6 A (this seems very high). The datasheet also makes reference to 3 to 9 W per ...Perhaps this is a silly question, but I just wanted to confirm that I could use the full spectrum of LEDs available on the market with the LED64 controller. I'm very interested in purchasing one, but I hope to build some artwork using a full rainbow of LED colors, and I wanted to be absolutely sure that I could use it with blue, UV, white, true green and other higher-voltage LEDs and be able to control their brightness alongside red and yellow LEDs without any problems. Also, I noticed that the two options available for purchase are the LED64 unit without ...
