A look at some addressable LED strings and a controller

  Рет қаралды 186,554

bigclivedotcom

bigclivedotcom

9 жыл бұрын

The addressable LED strings are very popular these days. They basically allow a long string of RGB LEDs to be controlled individually. This is normally achieved by sending the data out as a continuous stream with each LED taking it's chunk of information and then forwarding the data through onto the next LED in line.
There are two basic types. Three wire and four wire. The three wire uses a single data line with strict timing requirements while the four wire version uses a clock and data line that makes driving them much easier.

Пікірлер: 105
@Slugsie1
@Slugsie1 8 жыл бұрын
I set up 6 strings of those 3 wire LEDs as part of my outdoor christmas lights. Controlled via a Raspberry Pi and a Fadecandy controller, with the actual control software running on my desktop PC.
@JohnnyMotel99
@JohnnyMotel99 7 жыл бұрын
I bought a three wire string of these and as Julien Ilett pointed out, the green/white wire has a two pin connector on it. Then there are another two bare wires in red/white for 5v power. But I also saw, coming out my controller were three wires to a simple JST three way connector. When connected to power, there is 5v across the red/white. So I think if I swapped the two way on the string for a three way to include the red wire, I can run it all off one 5v power supply. Would that work?
@iainbanachowicz8318
@iainbanachowicz8318 8 жыл бұрын
Hey Big C :) I do like the addressable LED strings. I use led effects in a display for xmas. Programming lights to sound as the americans do! We do take over the neighbours house also to make the display look good. I use gear from a company called syncrolight uk based in fleet. Most of the controllers use the RS485 data signal but it does have it moments.
@dharmaraj-profile
@dharmaraj-profile 5 жыл бұрын
I am using ws2811 pixel led for my running board. Also I have used 6 chain ( 300 led ) in a board. But I don't know what is the power adaptor i am going to use... Let me know pls
@youtubkeeper
@youtubkeeper 7 жыл бұрын
Next project: Make a low resolution display with these bad boys.
@nyetloki
@nyetloki 8 жыл бұрын
The trick thats used to drive these are (ab)using a peripheral spi driver. That handles outputting the data freeing up your micro controller considerably compared to bit-banging.
@greenaum
@greenaum 8 жыл бұрын
I've got the Neopixel version, 12 LEDs on a ring, running on an Arduino. It's really easy, I'm using the library provided to actually send the pulses out, you just feed it some RGB values and it takes care of everything else. Since the LEDs retain their colour if there's no data, you can spend as long as you like calculating patterns. A simple bit of code to rotate randomly coloured ones spun them round faster than you could see, and it wasn't particularly optimised. I've managed to send all sorts of stuff to it. It's going together with a 16-button keypad into a box to give a friend's little boy, he's mad for pressing buttons, she has to hide the TV remote control from him. So I thought I'd give him some buttons that do stuff. Also shoving in some red / green tricolour LEDs (just RG, not B) and a piezo speaker for musical beeps. Think he'll like it. I've suffered the same problem as the people who designed the controller in the video. It's actually hard to think of interesting things to do with a string of LEDs!
@martinkremercz
@martinkremercz 7 жыл бұрын
Guys is possible to find out this type of LED String with 20 cm distances between leds?
@wupme
@wupme 7 жыл бұрын
I really love the first effect, and would be the only i will be using. Gotta order me some of those.
@jessiefeng3269
@jessiefeng3269 7 жыл бұрын
hello. this is ws2801 led string.you can get them here www.alibaba.com/product-detail/Full-color-5V-small-Christmas-lighting_60562522836.html or give us your email and we can send you the details. thanks a lot Email.jessie@witop-tech.com Phone:0086+15676178187
@arcadeuk
@arcadeuk 9 жыл бұрын
I love the addressable LEDs (particularly the newer smd5050 packaged ones with integrated control chip) An arduino is plenty powerful enough for complex animations with those (or even many of the ATTiny's if you want a mini 8pin device) Great fun!
@maicod
@maicod 8 жыл бұрын
I like your icon :)
@Woogoo336
@Woogoo336 5 жыл бұрын
Pretty nice lights. I am using them on a christmas tree lol. Though I have seen the addressable straw hat LEDs that have circuitry in the led package itself. Can't you make a string with those and save on some space and material?
@jamespostle5560
@jamespostle5560 9 жыл бұрын
Hi, just wondering if you could share a link for the controller?
@EsotericArctos
@EsotericArctos 4 жыл бұрын
If you are still experimenting with Addressable LED's, they work really well on Arduino's or on Espressif's ESP8266 and ESP32 chips. Not sure how far you want to go with them though :). I know this was a few years ago
@BartdeBoisblanc
@BartdeBoisblanc Жыл бұрын
you can also use a Teensy by PJRC. Don't forget to use the FastLED library too.
@Altanore
@Altanore 6 жыл бұрын
I installed these as signage in my homemade arcade cabinet. Keep having the color blue failing.
@Parax77
@Parax77 8 жыл бұрын
I made an LED String Controller using an AT-Tiny84 (with code for an arduino trinket) for driving WS2812B LED's (you can buy these on strip tape) I was able to program much nicer fade and chaser effects. Very easy and very cheap!
@abecoulter18
@abecoulter18 5 жыл бұрын
I have the WS2812b with a 16 universe artnet controller....lots of fun experimenting different stage design for eye candy effects.....i might check out these ones now
@LightCraftStudio
@LightCraftStudio 8 жыл бұрын
I don't know if this has been said yet but there is a rather simple arduino sketch that can drive these. neopixle library works as well.
@hawk_ness
@hawk_ness 9 жыл бұрын
Have a look at FastLED, its a better library than the hugely bloated Adafruit one! Also they run well on a Attiny85 etc About 100 pixels I think before it runs out of ram!
@EsotericArctos
@EsotericArctos 5 жыл бұрын
I had FastLED running up to 150 pixels on a ATtiny, but it it sometimes misses pixels.
@AntonVeretenenko
@AntonVeretenenko 9 жыл бұрын
SPI driven APA102 is a key, you can drive them fast, you can drive them slow. But they are so sensitive to heat, I damaged several units on my board by reflowing with heat gun under the board. I was so frustrated trying to get thing work. They still work and do pwm color when you glitch them with power on/off but does not respect spi input at all. Also killed one with soldering wires directly to the pads and I do not use rohs solder.
@CliveMitchell
@CliveMitchell 9 жыл бұрын
I have been looking at the APA version. I'm wondering which will become the industry standard. The WS2812 is already being mass produced due to the single data line allowing more space on the strips for the power bus. But it wouldn't surprise me if the APA's become popular, because the more processor friendly speed means low end microcontrollers will be able to produce complex and interesting FX without having to buffer the full output in a framestore.
@lusid6662008
@lusid6662008 8 жыл бұрын
Have a look at the Naze32 quadcopter flight controller, It has the ability to run addressable led strips and can change the patterns in real time depending on what inputs you send to it.
@AmoebaMan
@AmoebaMan 8 жыл бұрын
Hi Clive, love your channel, have learnt loads. The WS2801 with an Arduino controller when combined with software on an HTPC make a great TV watching enhancement, an Ambilight clone. Many examples on KZfaq and instructions on Adafruit. Keep the vids coming! AM
@DLMonak
@DLMonak 6 жыл бұрын
where did you get the controller board?
@jimbobentley
@jimbobentley 2 жыл бұрын
Could you wire a usb into the chip and plug it into your pc?
@sebimoe
@sebimoe 8 жыл бұрын
The "easy" way to handle these speeds that I found is to use a buffer chip, which takes the data from the uC (an atmega in this case) on a 8-bit bus. Then it spew out serially, using lowest possible timings, giving the atmega time for calculations. This way you don't have to juggle through sending-calculating, the sending is just one port `mov`
@SianaGearz
@SianaGearz 8 жыл бұрын
+Sebastian “Sebi” Grygiel What's the point, you can always use the SPI/i2s controller on board the microcontroller as a shift register.
@TrancorWD
@TrancorWD 7 жыл бұрын
I've been curious why these microcontroller programmers don't set up a few variables to alter basic sine wave noise functions. Sure, shifting through the rainbow effect is cool. But if you set up a noise function right, one line of code (in a for loop, or 3 lines per color per light), baring a few input variables, could output seemingly 10s of different modes. That's how I cut down on rom when writing attiny/arduino led code. Set up maybe 3 doubles variables to multiply time, offset, and magnitude values of sin/cos within other sin/cos functions adding the different variables together for additional offsets in animation. You can get anything from random colors to waves of smooth animated colors. I set up an arduino with LED blending between previous values, 9 different modes, IR remote control, and still had room in the 32k of rom. The IR and LED blending is what killed most of ram and rom. 8k of rom is a lot if you know how to program for it, well, bearing any bootloader, if at all.
@chrisw1462
@chrisw1462 6 жыл бұрын
The tight timing requirement means you have no time for complex math functions like sine. Might get away with a sine lookup table. I've done this (real sine) on the Adafruit Gemma M0 in Python with neopixels (much lower timing requirements), and it does look great. The Gemma isn't actually much bigger than this controller, though it is a circular PC board.
@RealWorldPolice
@RealWorldPolice 4 жыл бұрын
Chris W - Untrue. Look at Andrew Tuline’s Github. Have fun :)
@pjguitar15
@pjguitar15 7 жыл бұрын
Where can I buy that controller?
@maicod
@maicod 8 жыл бұрын
is it ok to link to one of my videos ? Its a 8x8 array of red LEDS displaying a scrolltext
@Aimeeworldsemi
@Aimeeworldsemi 8 жыл бұрын
WS2811 addressable LED strings can work with your case.
@maicod
@maicod 8 жыл бұрын
Aimee Cheung I have no question about my LED array :)
@Aimeeworldsemi
@Aimeeworldsemi 8 жыл бұрын
(*^__^*) Thanks for feedback.
@Aimeeworldsemi
@Aimeeworldsemi 8 жыл бұрын
We have new WS2818 (signal break-point continuous transmission) string for sale. Hope this is workable for your projects.
@paulsengupta971
@paulsengupta971 7 жыл бұрын
No objection after 5 months, go on, post the link. :-)
@hossburtts9558
@hossburtts9558 3 жыл бұрын
I am looking for a similar light set that is very bright. Only 8 led string with the ablility to turn each on/off separately along with color and brightness. Seemingly this would not be a challenge given the technology these days but have spent countless hours trying to find. Can you help me?
@hossburtts9558
@hossburtts9558 3 жыл бұрын
A remote control would also be needed.
@jstro-hobbytech
@jstro-hobbytech 2 жыл бұрын
I have them loose with the mcu inside like ws2812b. When powered on they're blue. You can do anything with them if you use the fast led library. Thryre pricey though but worth paying 100 for a thousand. They're beautiful when lit
@Echristoffe
@Echristoffe 7 жыл бұрын
Hello Clive, What is the microscope you are using ? I would love to find something like this. Thanks.
@bigclivedotcom
@bigclivedotcom 7 жыл бұрын
My microscope and illuminated magnifier are common eBay ones from China.
@PanoWorks
@PanoWorks 9 жыл бұрын
Regarding the timing requirements for the WS28xx/'NeoPixel' - have you considered the APA102/'DotStar' types?
@PanoWorks
@PanoWorks 9 жыл бұрын
PanoWorks Oh, silly me - that's probably the ones you're referring to at 8:29 :)
@CliveMitchell
@CliveMitchell 9 жыл бұрын
It is the ones I mentioned although I couldn't remember their name. I have a section of APA tape lying in my ebay basket while I ponder the options.
@mrpakistanhacker4081
@mrpakistanhacker4081 5 жыл бұрын
hi sir tell me online line wabsite i am get this led
@icarusi
@icarusi 9 ай бұрын
I just picked up a set of 1/2 price Lumineo 'Dancing Lights' pixel lights. They look similar to the 'Twinkly' system, and I was hoping their app would work, but AFAICS the Twinkly is wifi and the Lumineo is Bluetooth. The Lumineo is a 2 wire +1 system, where the +1 is a single wire the length of the loom connecting the 1st light to the last, with no other intermediate connections. I'm assuming it's some sort of Powerline style signalling on top of the 2 supply line wires, but could be modulating the whole supply. I noticed the Twinkly system includes a couple of (RF?) suppressors, visible either side of the control box. Nothing similarly visible on the Lumineo, but its control box is sealed, so there could internal stuff (or not). The presets are pretty good but the Twinkly control system looks very impressive, although neither have a full user control option.
@bigclivedotcom
@bigclivedotcom 9 ай бұрын
The third wire might be to give even voltage drop along the run.
@GothBoyUK
@GothBoyUK 4 жыл бұрын
Is it possible for you to produce an update for 2019 (well 2020 at this late stage)? I have been looking for something like the Twinkly Lights but the cost makes my balloon knot tighten. When my Google search threw up this old video on a similar subject I knew you were the man for the job because your John Lewis video was seminal in stirring my Christmas spirit this year. =3
@EsotericArctos
@EsotericArctos 4 жыл бұрын
@Gothboy UK : If you use an ESP8266 board, like a D1 Mini and combine it with WLED firmware by AirCoookie, it can be very economical, depending how many pixels you want. Should be able to get 50 pixels for about $10 US from China, and the ESP8266 D1 Mini is even cheaper. WLED is free, the rest is a bit of wiring and a power supply. OF course, if you are good with the Arduino IDE, you can also write your own software/firmware.
@GothBoyUK
@GothBoyUK 4 жыл бұрын
@@EsotericArctos Thanks, that's really helpful! Sadly the issue I have is with Arduino IDE programming, it's just beyond my capabilities. Having an alternative is great. 🤓
@zen691
@zen691 3 жыл бұрын
I'd actually love to see you take apart a set of "Twinkly" branded lights. I'm curious as to how they appear to be doing addressable LEDs on a 2-wire string.
@she0051
@she0051 3 жыл бұрын
I'm glad I'm not the only one here because of techmoan :) as I was wondering which leds were in the string :)
@zen691
@zen691 Жыл бұрын
Hi Clive, just wanted to bump this up. 1 year later and no one on the internet still seems to know how these work. I think it would make for a great video!
@isettech
@isettech 8 жыл бұрын
Addressable pixels are easly driven from a PC using dedicated hardware to send the data stream to the pixels. Common controllers used by the Chrismas light enthusiasts is either the SansDeviced E6802 or the DIYLEDEXPRESS DMX Bridge. They convert DMX data sent from a PC or Raspberrry using and industry standard Networking protocol E1.31. Those controllers can handle several thousand pixels. For software on a PC Vixen is very good as well as HLS. Once sequences are created and set to music, A Raspberry Pi running Falcon Pi Player can playback the show without tying up the PC. More info can be found on doityourselfchristmas.com
@B33SON1
@B33SON1 8 жыл бұрын
the arduino code for ws2801 is really good.
@iot_galaxy7424
@iot_galaxy7424 3 жыл бұрын
Hi Uncle Clive! I've seen all your videos! Great job and loads of useful content! Thanks! Quick question. Where do you source your addressable leds? I need quite a few strips and cannot find a cheap'ish supplier.. cheers
@bigclivedotcom
@bigclivedotcom 3 жыл бұрын
It's not something you're going to get very cheaply without the risk of bad quality LEDs.
@iot_galaxy7424
@iot_galaxy7424 3 жыл бұрын
@@bigclivedotcom any UK suppliers you've used?
@bigclivedotcom
@bigclivedotcom 3 жыл бұрын
@@iot_galaxy7424 No. I tend to buy them from random online suppliers.
@kathipaw
@kathipaw 8 жыл бұрын
Hey, do you have any links for the RGB controller you briefly showed? Thanks in advance :)
@bigclivedotcom
@bigclivedotcom 8 жыл бұрын
+D0senpf4nd If you mean the one for the WS2801 then search for WS2801 controller should find it on ebay. It's designed for addressable chips.
@jeffthompson5229
@jeffthompson5229 7 жыл бұрын
bigclivedotcom
@jessiefeng3269
@jessiefeng3269 7 жыл бұрын
Hey. we have RGB controller. remote,online . sd card and so on. learn more please link witop-led.en.alibaba.com/ or email:jessie@witop-tech.com jessie Phone:0086+15676178187
@TimMorley
@TimMorley 7 жыл бұрын
If you want an easy way to program and play get a raspberry pi and add to it a great (cheap) robot control board called PiconZero from 4tronix. Can control up to 64 LEDs through simpler Python programming. Well worth a look. PS love your channel!
@johnrehwinkel7241
@johnrehwinkel7241 7 жыл бұрын
The "OctoWS2811" library implements the effort and timing in a creative fashion by abusing the DMA engine in a small ARM CPU. This lets it drive 8 channels at once with very low CPU utilization, leaving plenty of horsepower for generating patterns or even video.
@bigclivedotcom
@bigclivedotcom 7 жыл бұрын
Using what is effectively a block of video memory is the only way I could think of doing this with a small processor.
@raveruk72
@raveruk72 7 жыл бұрын
hi clive the best think to program these is a arduino which will control the other leds as well can program them with a arduino software get one and have a play its good fun
@nadav0ami
@nadav0ami 9 жыл бұрын
The MCU used in this is probably the STC15F105W made by STCmicro. Essentially it's a super cheap chinese 8051 microcontroller. There's a datasheet linked on this page for anyone interested, though it's mostly in Chinese. www.stcmicro.com/STC15F101W.html
@maicod
@maicod 8 жыл бұрын
funny how they call them pixels. I can imagine why a little but I guess they're more used as a chain to hang down a tree or something than putting them in a fixture in a 2D array and use it to display characters or icons. You'd need maybe minimal 64 (8x8) to be able to draw one character.
@NathanJohnson815
@NathanJohnson815 7 жыл бұрын
Check out the many pixel synchronized christmas light displays. Many of them have large matrices and mega trees made of these pixel lights that can display graphics.
@quesocat42069
@quesocat42069 9 жыл бұрын
You can use an arduino to drive those ws281* leds using the adafruit library to make it a little easier to drive them.
@quesocat42069
@quesocat42069 9 жыл бұрын
adafruit neopixel library*
@bigclivedotcom
@bigclivedotcom 9 жыл бұрын
I was more interested in using the super-minimalist approach of using a bare 8-pin microcontroller with just a decoupling capacitor and maybe a button or two.
@colinsuttie1506
@colinsuttie1506 9 жыл бұрын
bigclivedotcom I've had a degree of success using an Adafruit Trinket to drive these. There's little more to them than an AVR and some caps.
@greenaum
@greenaum 8 жыл бұрын
+bigclivedotcom There's the 8-pin Arduino version, runs the same software. Amount of pins isn't really important, it's the silicon inside. As long as you've got enough pins for what you're wiring up, it's OK. Tho there's some interesting techniques people use to get more use from a limited number of pins, wiring up resistors to use an ADC to read several buttons etc. There's a bloke who's got full VGA running off a little 8-pin thing, somewhat overclocked, with button inputs.
@embeddedgirl
@embeddedgirl 7 жыл бұрын
they could have the patterns written to the internal program memory and then the CPU is just reading out the memory contents
@ThatGuy-nv2wo
@ThatGuy-nv2wo 7 жыл бұрын
That would be short and booooooring
@douglasjames4307
@douglasjames4307 5 жыл бұрын
Hi Clive. I have been following you for a little while. I would like to know if you would be interested in taking in a project/repair. Brief description: one totally non working falling snowdrop tube lights, approx 3ft long with approx 88 led lights.,and now parts taken, second one blew for some reason when used as a window display. Should be able to run 10 off of one power supply but second light was used as a single.
@QlueDuPlessis
@QlueDuPlessis 9 жыл бұрын
I cringe at the thought of wiring up a string of addressable lights by hand but I think we could get as good or even better addressing using old-school bi-lateral switch circuits. Or we could use a bunch of cheap SOT-23 Pic micro-controllers wired as a crude swarm. (kinda like an 8bit Beowulf cluster?) za.rs-online.com/web/p/microcontrollers/6989053/
@sanjoynewmaking1058
@sanjoynewmaking1058 5 жыл бұрын
How to make new desing Dirt Bike
@stepheneyles2198
@stepheneyles2198 4 жыл бұрын
No-one asked where they can get your wooly hat so I'll be the first!!! Ever thought about getting them made with your logo? I'm sure they'd sell like hot cakes!
@bigclivedotcom
@bigclivedotcom 4 жыл бұрын
It's the classic Carhartt-brown watch hat / beanie.
@rahimpaul6116
@rahimpaul6116 3 жыл бұрын
Karen main aapse Kaise raabta kar sakta hun
@StevenCookFX
@StevenCookFX 4 жыл бұрын
bigclivedotcom: KZfaq unsubscribed me from you. :(
@bigclivedotcom
@bigclivedotcom 4 жыл бұрын
It does that a lot. (thousands a month)
@drgalaxy
@drgalaxy 9 жыл бұрын
I just found your channel, thank you for sharing with the world! The Teensy 3.1 library from PJRC can run about 4,000 WS281x pixels on a single $20 board with minimal processor overhead. They are very easy to program (Arduino environment) and he has an adapter board for $10 that conveniently breaks out all the signals to RJ-45. Details on how it all works are here: www.pjrc.com/teensy/td_libs_OctoWS2811.html
@matthewmaxwell-burton4549
@matthewmaxwell-burton4549 9 жыл бұрын
I've heard of that but no many people talk about this board and LEDs. How easy is it ? Might be planning on one myself
@mrlazda
@mrlazda 9 жыл бұрын
+Brian Duhan Teensy 3.1 is not capable to drive 4000 WS2812 in SERIES it is capable of driving that number only by splitting them to 8 parallel series (it is clear stated in your link) and that is how they get speed (same will work on any microcontroller, but downside is you now have 8 control lines instead one). WS2812 ask for precise timing and there is not significant gain by using DMA over other solutions (excep if you use Arduino language which is extremely slow due badly written libraries when DMA make huge difference) and interrupt solution will give same results with same processor usage. By the way Teensy 3.1 grossly is overpriced, for half of price you can buy STM32 F4 DISCOVERY board (and you get microcontroller, programmer, accelerometer ...) from ST with ARM Cortex M4 (same ARM core as on Teensy 3.1) but with 4 times more memory and two times faster clock, and board with some serious ARM Cortex M4 (not bottom one as on Teensy 3.1) you can find on e-bay for around 5$
@drgalaxy
@drgalaxy 9 жыл бұрын
Miloš Lazović I don't see where anybody claimed you can run that many pixels in series - even the fastest processor in the world could not update 4,000 ws2812b at a reasonable frame rate. At 800KHz in a best case scenario it would take 0.125 seconds to write a complete update (about 8 frames per second). For reference: learn.adafruit.com/adafruit-neopixel-uberguide/advanced-coding The STM32F4DISCOVERY board is about $5 cheaper than Teensy 3.1 and not as newbie friendly. Paul Stoffregen has built and maintains an excellent library of software for Teensy that makes it very easy to get started. If you are comfortable repairing $5 eBay boards, using IAR workbench, and implementing your own high speed pixel pipeline then yes.. using a generic M4 could save you $5-15.
@mrlazda
@mrlazda 9 жыл бұрын
Brian Duhan Let start from last statement, who ever ask to be newbie friendly? If you watched bigclivedotcom videos you will se he is/was using Microchip microcontrollers and they are no more user friendly than any ARM. I paid my STM32F4DISCOVERY around 7$ (it was on pre order on ST presentation but price last time I checked was 10-12$ depends of supplier) Again you don't need to use IAR workbench for generic M4, you have multiple other solutions (Keil, CooCox ...), and any of them will do much better job then Arduino derivatives (Arduino is worst you can use for any microcontroller, it generate code that is at least magnitude slower then anything other and in some cases on Atmel it will generate even 200 times slower code then IAR). There is no such thing as excellent library for Arduino, it is same as you say I have excellent disease called syphilis because it is best sexually transmitted disease.
@DigitalAndInnovation
@DigitalAndInnovation 5 ай бұрын
Data not datta
7 Common LED Strip FAILS and How To Avoid Them
12:14
The Hook Up
Рет қаралды 9 МЛН
The curse of tin whiskers rears its head again
8:48
bigclivedotcom
Рет қаралды 79 М.
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 23 МЛН
World’s Largest Jello Pool
01:00
Mark Rober
Рет қаралды 77 МЛН
What’s Behind the Light? - How WS2812B LED Strips Work
20:45
Intermation
Рет қаралды 49 М.
Most Interesting Addressable LEDs that I've Ever Seen
10:50
atomic14
Рет қаралды 12 М.
Can we dooby Tesco's GU10 bulbs?  - with schematic
10:41
bigclivedotcom
Рет қаралды 68 М.
LED strings - 12v or 5v - Which should you Buy and Why.
6:17
DrZzs & GrZzs
Рет қаралды 202 М.
Building DIY LED lights
14:12
DIY Perks
Рет қаралды 2,2 МЛН
Inside an SP002E pixel controller (with schematic)
7:29
bigclivedotcom
Рет қаралды 48 М.
💡QuinLED💡 24v on 12v WS2815 / BTF2815 | Will it burn?
15:45
Intermit.Tech
Рет қаралды 17 М.
The BEST LED Strip You've NEVER Heard Of + WLED Compatibility!?
10:51
Multicoloured LED Pixels WS2811 & IR Remote Controller
10:01
John Ward
Рет қаралды 39 М.