If you’re not aware, there is such a thing as adorable little three digit LCD 7-segment displays. They come in a ten-pin DIP ...
This week’s podcast sees Elliot joined by Jenny List, as both suffer silently in the European summer heat because the sound of a desk fan would come over on the recording. A stand-out hack ...
One question that we often get is how to use multiple output strips at once with the library. There's a variety of reasons why someone might want to have multiple strips coming off of their arduino ...
WS2812 strips are slow for writing data, with a data rate of just 800khz, it takes 30µs to write out a single led's worth of data. One way to improve the performance here is with parallel output, ...