ws2812b on pcb not white #963
Replies: 7 comments
-
Posted at 2018-01-12 by Mrbbp if i try
it's blue; !!! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2018-01-12 by Mrbbp I've tried with only 2 leds (new wire, new soldering, new leds) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2018-01-12 by @gfwilliams If you run that command multiple times, do you still get problems? What voltage are you running the LEDs/board off? And are you sure you have connected GND between the board and the LED strip? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2018-01-12 by Mrbbp it's a setinterval..... it loop I think i have alway the same prob with the way to powering circuit (leds + espruino)if i need more than 400mA and using usb for programming at the same time... i need lot of power for the leds... Can i power the espruino's board and my leds by the same way I think it's a power prob.... and perhaps a logic level prob... but... regards é. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2018-01-14 by DrAzzy 330 ohm pullup?! Why such a low resistance? IIRC I used 4.7k; I wouldnt go lower than 1k, and would probably use 4.7 or 2.2.... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2018-01-15 by @gfwilliams @drazzy that's what I'd suggested in the write-up I believe. With a decent length of wire going to the LEDs I felt it needed a decently low resistance to get a nice clean waveform. @mrbbp so you're using Espruino Pico? As you say you'll struggle to get more than 400mA out of USB on the Pico, as there is a fuse in there to stop accidental shorts causing problems. I'd use an external 5v supply. Does this diagram help? Attachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2018-01-15 by Mrbbp Thanks very much for diagram.it's really usefull, i've printed it. Thanks for your time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-01-12 by Mrbbp
Hello,
i'm playing with self soldered ws2812 strip (neopixel like from ebay)
i've use the solution with the open drain (330ohm between DIN and 5v) - color have changed
but i've got strange behavior.
I'm working with pattern repeated on the strip...
if i switchOn only on led on my pattern , there is two led ligthed up one purple, one green...
i've tried some things like decay rbg value in the rgb array, but it's not that...
any idea...
Where i'm bad?
thanks for your idea...
é.
Beta Was this translation helpful? Give feedback.
All reactions