News

Code for my arduino prototyped board to controll WS2812b strip by IR controll. This code combines the Adafruit NeoPixel library and the IRremote library to create a remote controllable LED strip.
In this tutorial, we are going to look at how to interface RGB Neopixel LEDs with an Arduino. We will be interfacing the WS2812B LEDs which are also known as NeoPixel.
This repo contains the arduino code to drive a few patterns to the LEDs. It is currently setup to use 4 pins on the ATTINY85 as a truth table to determine which pattern to fire. This makes it easy to ...
Arduino Code Controlling Adafruit WS2812B RGB LED Shield After completion of the hardware connection, the code needs to be uploaded to Arduino. The step by step explanation of the code is shown below.
Fortunately, WS2812B used here have these two components pre-attached; see R1 (75R) and C1 (100n) in our WS2812B module. Here is a well prepared code for addressable LED strips/rings, good for ...