Might have bricked 60 WS2811 RGB leds
-
I am pretty sure but one can never be really sure when buying electronics from China :). I ran the strips at 12V för 10+ minutes before I decided to switch the Arduino power from 5V through the usb connector to 12V on the raw pin. I doubt 5V leds would survive 10+ minutes on 12V.
Also, the datasheet says 12V on page 5, application circuit 2.
the text on the strip also says 12V -
I am pretty sure but one can never be really sure when buying electronics from China :). I ran the strips at 12V för 10+ minutes before I decided to switch the Arduino power from 5V through the usb connector to 12V on the raw pin. I doubt 5V leds would survive 10+ minutes on 12V.
Also, the datasheet says 12V on page 5, application circuit 2.
the text on the strip also says 12V@mfalkvidd 12V on the a WS2811 is normal the Led's are connected in series. The chip cannot handle 12V itself but has a 'stabilivolt' feature which lets you run the chip upto 24V if you put a resistor in series.
The data input (DIN) however is not very tolerant but is not connected to the output internally (some signal reshaping circuitry and logic in between). I would think that a peak voltage on the input would not be able to burn the whole chain.
Back to the resque: Do you have another proven setup where can connect the strip after removing the first 2 to 3 WS2811 (3 Led) segments from the strip?
-
@mfalkvidd 12V on the a WS2811 is normal the Led's are connected in series. The chip cannot handle 12V itself but has a 'stabilivolt' feature which lets you run the chip upto 24V if you put a resistor in series.
The data input (DIN) however is not very tolerant but is not connected to the output internally (some signal reshaping circuitry and logic in between). I would think that a peak voltage on the input would not be able to burn the whole chain.
Back to the resque: Do you have another proven setup where can connect the strip after removing the first 2 to 3 WS2811 (3 Led) segments from the strip?
@AWI said:
if you put a resistor in series.
by "you", do you mean me, mfalkvidd? Or the designer of the rgb strip? I think the rgb strip already has the necessary components built-in (especially since I got it working before frying the Arduino), but it could also be that the first Arduino happened to deliver a signal that got the strip working.
I cut off the last section of the strip and connected only that section to the Arduino. Nothing happens. So my guess is that the ICs of the entire strip are broken.
-
@AWI said:
if you put a resistor in series.
by "you", do you mean me, mfalkvidd? Or the designer of the rgb strip? I think the rgb strip already has the necessary components built-in (especially since I got it working before frying the Arduino), but it could also be that the first Arduino happened to deliver a signal that got the strip working.
I cut off the last section of the strip and connected only that section to the Arduino. Nothing happens. So my guess is that the ICs of the entire strip are broken.
@mfalkvidd you != @mfalkvidd (the resistor should be in the strip) ;-) I'll guess you are right that they died :cry: Destructive testing is a pain...
-
I fried up a ProMini when I provided 12V. Even though the specs says that it can handle 12V. Luckily I can stell power the Arduino through the FDTI power supply.
I still feed the arduino from the 12V power adaptor, that came with the LED strip. I'm doing it in two steps from 12V to 8V and from 8V to 3.3V. The LD33V can handle 12V but it get's really hot even with heat sink. By stepping down in two Phases both regulators get warm but not hot. After running this setup for a couple of weeks, I would dare to put that in a wall mount.
The schematics can be found at https://www.openhardware.io/view/50/Gesture-controlled-MySensors-Floor-lamp
-
Perhaps when the arduino died , the full 12v was put down the data pin to your led strip.... subsequently killing all ws2811 chips....
🤔What voltage do you see on the data pin on the arduino now if you connect it back to the 12v raw??
As you said, good thing these are cheap....
-
Perhaps when the arduino died , the full 12v was put down the data pin to your led strip.... subsequently killing all ws2811 chips....
🤔What voltage do you see on the data pin on the arduino now if you connect it back to the 12v raw??
As you said, good thing these are cheap....