The only video that explained how LED strips work, other videos are actually only how to use them. Thank you!
@SLguitarGuy3 жыл бұрын
Yeah true.
@jj-jo6wr3 жыл бұрын
Gotta give you some credit for writing the words in backward.
@UH82NVME3 жыл бұрын
Legit looked around for this comment because I was going to say the same exact thing. Pretty awesome. lol
@assses-32163 жыл бұрын
You're a really good teacher. I've learnt more from this video than most others I've seen. Thank you!
@koalahamlet3 жыл бұрын
This was a fantastic walkthrough, and especially for calculating a real world limitation from basic principles! Thank you very much for making these videos!
@SLguitarGuy3 жыл бұрын
Thank you soo much ❤this video needs more recognition than any other video regarding leds.As a payback I'll share this video in a community post.
@simonsays76883 жыл бұрын
Thank you for this! I’m always curious about how each individual ICs are controlled.
@dushyantpanchal32283 жыл бұрын
Keep up the great content. That was very well explained, exactly what I was looking for. Thank you very much!
@wi_zeus67983 жыл бұрын
Phenomenal video and presentation
@mikentx573 жыл бұрын
Very good explanation on how the communications worked. Did you learn to write backwards in the military? You do amazingly well at it..
@GeorgiyPavlov-gt6ow3 жыл бұрын
This is awesome!
@worldsemi18433 жыл бұрын
Awesome. Your projects are incredible!
@luka1473 жыл бұрын
Excellent video and great explanation
@ignaciomajcherczyk74683 жыл бұрын
Nice explanation, You can alsoo use 74HCT chips to drive the DI line from a Rpi or ESP32. indeed you can translate at MHz speed and from logic levels as low as 2V (one)
@maurocremonini3 жыл бұрын
Great video, thanks👍👍
@RahulPatil-qy7bx3 жыл бұрын
Nice video, however how does the led know its address
@Intermation3 жыл бұрын
The LED doesn't know its address. I just assumes the first RGB packet it receives is for it. It pulls that packet out of the stream and passes the rest along to the next LED which repeats the process.
@pedronogueiralemos26703 жыл бұрын
Thank you!
@wajahatriazmirza3 жыл бұрын
I have to ask how you make these videos ?
@Intermation3 жыл бұрын
I'm embarrassed to say that it's just the glass from a storm door held with tie-down straps to a frame I made with iron pipe. The video editing software does the mirroring so the writing comes out correct. There really isn't much magic.
@SebastianoG313 жыл бұрын
Maybe it's a stupid question but looking at his video and going to consult the WS2812B datasheet can I assume that the control of a single pixel or a series of such in a differentiated way is to be done through a carefully calculated modulation of the data transmission frequency? In any case, thank you for the video you created, it has been a long time since I wondered how these led strips worked electronically.
@chrisclarke53283 жыл бұрын
What is the data protocol called, if it isn't SPI?
@davidfernandes38233 жыл бұрын
Im trying to find a way to send Din and receive it again in my arduino in a way to detect if one of the pixels are malfunction. is it possible to do that?
@Intermation3 жыл бұрын
As far as I know, the LEDs themselves have no self-diagnostics. I guess it might be possible to connect the far end of the Din connection to an input to the Arduino to see if any data passes all the way through the string. That would tell you if one of the LEDs wasn't capturing its color info. It wouldn't, however, tell you if the LED wasn't working. It would only tell you if the receiver wasn't pulling out it's asigned values. Actually, you could send one more 24-bit sequence than you have LEDs. That last sequence should be passed all the way through the string without being captured by an LED. Once again, though, it's not going to tell you if an LED has failed.
@SecularMentat3 жыл бұрын
Those 'level converters' look like they're just IRLZ44Ns on a board. Basically a 'logic level mosfet' that you can pretty easily set up yourself if you don't want to buy a converter board.