News

Now that your rotary encoder hardware is up and running it’s time to tell your Arduino what to do with the encoder signals. There are the two basic ways to read a microcontroller’s digital input. With ...
Hi, I'm Bill. I'm a software developer with a passion for making and electronics. I do a lot of things and here is where I ...
There is so much you can do with WS2812B addressable LEDs once you learn the basics. However, always remember to choose the correct micro controller (or arduino board) based on the RAM requirements of ...
The build is open-source, and designed to work with strings of 60, 120, or 180 WS2812B LEDs. An Arduino Nano is charged with running the show, capturing audio via its analog-to-digital converter.
I have to thank one author of a rotary encoder decoder (Ben Buxton). While his code seemed overly complex to my untutored eye, for example creating a new data type, it did show Arduino-novice me two ...