-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprint.yaml
42 lines (38 loc) · 1.87 KB
/
blueprint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
slug: particle-blueprint-smart-led
type: Tutorial
category: "Getting started"
expertiseLevel: "Beginner"
tags: ["Led", "NeoPixel"]
icon: assets/smart-led-tutorial.svg
gitrepo: https://github.com/particle-iot/blueprint-smart-led
name: "Smart LED tutorial"
shortDescription: "Smart LED (NeoPixel, WS2812B) tutorial for Particle devices."
version: 1.0.0
models: []
language: ["C++"]
cloudServices: []
integrations: []
supportedDevices:
- name: Boron
- name: Argon
- name: M-SoM
- name: Photon 2
- name: Muon
- name: Monitor One
- name: Tracker One
- name: T-SoM
- name: E-SoM
- name: P2
webIdeLink: https://go.particle.io/shared_apps/6761f95717af1d0533d2234b
webSetupLink: https://setup.particle.io/?app=particle-blueprint-smart-led
hardwareDependencies:
- name: Supported Device
- name: WS2812B / NeoPixels Smart LEDs
link: https://store.particle.io/collections/all-products?filter.p.product_type=Development%20Boards
introduction: |
NeoPixels are individually addressable "smart" LEDs including WS2812, WS2811, and SK6812 LEDs. They work great on Particle devices!
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.
additionalResources: