Smart LED tutorial | Blueprints gallery
Blueprints / Smart LED tutorial

Smart LED tutorial

Smart LED (NeoPixel, WS2812B) tutorial for Particle devices.

Beginnerv1.0.0LedNeoPixel
Introduction
Supported devices
Hardware and devices
Project description

Introduction

NeoPixels are individually addressable "smart" LEDs including WS2812, WS2811, and SK6812 LEDs. They work great on Particle devices!

Supported devices

Hardware and supplies

Project description:

This tutorial demonstrates how to control NeoPixel smart LEDs (WS2812B) with Particle devices, using just a single GPIO pin to control multiple LEDs. NeoPixels can be configured to display specific colors on each pixel, supporting creative projects with flexible form factors like strips, rings, and panels.

It covers basic power and data requirements for connecting NeoPixels to Particle devices and includes code samples to get started with Particle’s Adafruit_NeoPixel library. Example code shows how to set up, control brightness, and program color patterns for NeoPixel LEDs.

Ideal for users interested in adding colorful LED displays to their Particle projects, this tutorial offers guidance on integrating and programming NeoPixel LEDs for various applications.

Fork this project to your GitHub account Fork and edit