# Sound Reactive Paper Lanterns with LedFx

## Overview

https://youtu.be/gD9YYyKyNok

Create an array of paper lanterns and control them with sound.

This guide uses a Feather ESP32 V2 loaded with the free, open source WLED software.

WLED runs on the Feather, using WiFi to allow you to control the lights with your phone, PC, or any wifi-enabled device. This is a lot of fun, and will make for a beautiful piece of light art in your space that's easy to control and program with your phone.

But this guide goes further! WLED interfaces seamlessly with LEDFx, an open-source program that runs on your computer to capture and analyze sound, either from your music player or from your computer's microphone. It takes the sound and translates it into light effects, so your lights can run sound-reactive animations over WiFi without needing to add a physical microphone.

### WLED has sound reactive effects. Why not just use WLED?

WLED does have sound reactive modes available, but the sound needs to be run and processed through a small microphone soldered to your ESP32. These microphones don't have the same quality pickup as the one on your PC, and may not be physically located where the sound is optimal. The effects don't have as many controls, and tend to be a little "blinky".

LEDFx gives you great sound input and a lot of solid animations with controls that allow you to really dial in your animations. It's just as easy to use but I've gotten much nicer results with LEDFx.

## Parts
### Adafruit ESP32 Feather V2 -  8MB Flash + 2 MB PSRAM

[Adafruit ESP32 Feather V2 -  8MB Flash + 2 MB PSRAM](https://www.adafruit.com/product/5400)
One of our star Feathers is the [Adafruit HUZZAH32 ESP32 Feather](https://www.adafruit.com/product/3405) - with the fabulous ESP32 WROOM module on there, it makes quick work of WiFi and Bluetooth® projects that take advantage of Espressifs most popular chipset. Recently we had...

In Stock
[Buy Now](https://www.adafruit.com/product/5400)
[Related Guides to the Product](https://learn.adafruit.com/products/5400/guides)
![Top view of black rectangle-shaped microcontroller.](https://cdn-shop.adafruit.com/640x480/5400-13.jpg)

### NeoPixel Ring - 12 x 5050 RGB LED with Integrated Drivers

[NeoPixel Ring - 12 x 5050 RGB LED with Integrated Drivers](https://www.adafruit.com/product/1643)
Round and round and round they go! 12 ultra bright smart LED NeoPixels are arranged in a circle with 1.5" (37mm) outer diameter. The rings are 'chainable' - connect the output pin of one to the input pin of another. Use only one microcontroller pin to control as many as you can...

In Stock
[Buy Now](https://www.adafruit.com/product/1643)
[Related Guides to the Product](https://learn.adafruit.com/products/1643/guides)
![Hand holding NeoPixel Ring with 12  x 5050 RGB LED, lit up rainbow](https://cdn-shop.adafruit.com/640x480/1643-00.jpg)

### Part: On/Off Switch
quantity: 1
JST 2-pin Extension Cable with On/Off Switch - JST PH2
[On/Off Switch](https://www.adafruit.com/product/3064)

### Part: Female DC Power adapter
quantity: 1
2.1mm jack to screw terminal block
[Female DC Power adapter](https://www.adafruit.com/product/368)

### Part: 5v 2A Power Supply
quantity: 1
5V 2A (2000mA) switching power supply - UL Listed
[5v 2A Power Supply](https://www.adafruit.com/product/276)

### Part: JST Connector
quantity: 1
3-pin JST SM Plug + Receptacle Cable Set
[JST Connector](https://www.adafruit.com/product/1663)

[4-wire 26awg Silicone Coated Ribbon Cable](https://a.co/d/2CrQPmZ): Adafruit sells this wire, but only in 1m lengths. It's definitely possible to build this with 1m lenghts of wire, but I found it a lot easier to get a long unbroken strand for the power and ground wires, and it's more efficient to cut exactly the lengths you need. Click the link above to find it on Amazon.

![led_pixels_ribbon_cable.jpg](https://cdn-learn.adafruit.com/assets/assets/000/128/754/medium640/led_pixels_ribbon_cable.jpg?1710539320)

## Additional Materials

- [Paper lanterns in various sizes](https://a.co/d/3KrSDD5)&nbsp;
- A computer and speakers to run the software

# Sound Reactive Paper Lanterns with LedFx

## Wiring Diagram

![](https://cdn-learn.adafruit.com/assets/assets/000/127/756/medium800/led_pixels_wiring_harness2_bb.png?1708372000)

### Feather Setup

Power comes in through the screw terminal and passes through the on/off switch, then splits to go to the Feather (via the JST port) and also to the LEDs. This is a safer way to power a large number of lights, since it doesn't pull all the power the lights require through the delicate electronics in the Feather.

### NeoPixel Strand Setup

Each NeoPixel ring is connected to 4 wires: power, ground, data **IN** , and data **OUT**.

The power and ground wires all connect together to a "power rail" which runs the length of the strand. We'll wire all the 5v pins on the rings to the red wire, and all the g pins to the black wire.

The data wires are doing something a little trickier. The first data **IN** on the ring is connected to GPIO pin **12** on the Feather. The data **OUT** pin on this ring then connects to the data **IN** pin on the next ring in the series, and so on down the line.&nbsp;

I've used a 3-pin JST connector (not shown in the diagram) to connect the strand of lights to the microcontroller and switch. This is optional, but allows me to easily remove the Feather from the strand in case I want to update it or borrow it for a different project.

# Sound Reactive Paper Lanterns with LedFx

## WLED Software

## Install WLED

These next steps require a **_WebSerial_-compatible browser**. As of this writing, that means **Google&nbsp;Chrome** , **Microsoft&nbsp;Edge** or **Opera** &nbsp;“desktop” browsers. Other browsers (Safari, Firefox, Explorer and _anything_ mobile) won’t work.

Visit [https://install.wled.me/](https://install.wled.me/)

Plug your microcontroller into your computer with a known good USB cable. Click "Install" and select the port for your board.

Depending on the USB-to-serial bridge chip on the board, you might see one _or two_ serial ports. On Mac, for instance, there might be both “/dev/cu.usbmodem[number]” _and_ “/dev/cu.wchusbserial[number]”. Use the “ **wchusbserial** ” one.

![adafruit_products_Install_WLED.jpg](https://cdn-learn.adafruit.com/assets/assets/000/115/287/medium640/adafruit_products_Install_WLED.jpg?1663802069)

After successful installation, enter your WiFi network name and password when prompted. This must be a **2.4 GHz** WiFi network; ESP32 does not support 5 GHz networks. If it can’t connect, then as a fallback WLED will create its own 2.4 GHz WiFi access point.

# Setup & Preferences
## WiFi Setup

It's a good idea to head to WiFi&nbsp;Setup screen and create a good URL so you can control your project from any web-enabled device. I called mine [http://spheres.local](http://jellyfish.local/) -- this is what I type into any web browser on my WiFi network in order to connect to my project.

![adafruit_products_wled_config.jpg](https://cdn-learn.adafruit.com/assets/assets/000/115/288/medium640/adafruit_products_wled_config.jpg?1663802411)

![sensors_wled_wifisettings.jpg](https://cdn-learn.adafruit.com/assets/assets/000/116/867/medium640/sensors_wled_wifisettings.jpg?1669936806)

## LED Preferences

You need to change just a couple of settings in the app to get the lights running correctly. Click the LED Preferences tab and scroll down to Hardware Setup. Enter the total number of LEDs in your strip under "Length". My strip has 15 rings with 12 pixels each, so, 180 pixels total.

The NeoPixel data pin is connected to pin 12 on the Feather, so make GPIO match that pin number.&nbsp;

![led_pixels_LED_Settings_12.jpg](https://cdn-learn.adafruit.com/assets/assets/000/127/826/medium640/led_pixels_LED_Settings_12.jpg?1708458490)

## Use It
![adafruit_products_WLED_interface.jpg](https://cdn-learn.adafruit.com/assets/assets/000/115/394/medium800/adafruit_products_WLED_interface.jpg?1667150591)

Now you can use any computer or handheld device to control your LEDs.&nbsp;

Make sure your device is on the same WiFi network as your board. Navigate to your custom URL ( **http://spheres.local/** for me) in a web browser. You'll see a color picker above a whole bunch of color palette choices.

Choose a color, choose an effect, and watch your lights animate and glow!

## Usage

Save your favorite combinations as presets, create playlists, control the speed and intensity of the animations, and lots more. This web app is incredibly intuitive and easy to use.

Head over to the WLED wiki at [https://kno.wled.ge/](https://kno.wled.ge/) to delve into all the particulars.

# Sound Reactive Paper Lanterns with LedFx

## Electronics Assembly

Plug the male end of the power switch into your Feather's JST port.

Cut the female JST connector off the other side of the switch. Strip some shielding from the wires and screw them securely into your screw terminal, red to + and black to -.

I like to strip around 1/2" and fold the bare wires over onto themselves before I stuff them into the screw holes, just to give the hardware a little more to grab.

![led_pixels_00_terminal_(1).jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/760/medium640/led_pixels_00_terminal_%281%29.jpeg?1708372820)

Cut the wires going to the male JST connector (currently plugged into the Feather).&nbsp;

Solder the middle wire from the JST connector (green, in my case) into pin 12 on your Feather. This is our data wire.

Twist the wires you just cut back together, and splice them to your 3-pin JST connector's red and black wires. These will feed power to the Feather and to the lights.

![led_pixels_01_strip_connectors.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/762/medium640/led_pixels_01_strip_connectors.jpeg?1708373028)

![led_pixels_02_datawire.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/764/medium640/led_pixels_02_datawire.jpeg?1708373326)

Solder the red wires to the leftmost wire (red) and the black wires to the rightmost wire (white on this connector).

![led_pixels_03_wired.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/765/medium640/led_pixels_03_wired.jpeg?1708373669)

### A Word about Connectors

These little locking JST connectors are very handy and they're everywhere in DIY electronics projects. They come soldered to the ends of LED strips and many of us eventually end up with a drawer full of these, salvaged from various projects.

However, there seems to be no industry standard for color-coding. Sometimes you'll find a connector where the red wire is on the left, and sometimes it's on the right. This can be really problematic. When you're knee-deep in a project and trying to keep diagrams straight in your head, it's VERY easy to just roll with whatever color code schema is in front of you. But just because the wire is red on your connector does not mean it's going to neatly line up with the power wires in your project.

Note how this connector I'm using has the red wire on the left, and the connector that comes with this LED strip has the red wire on the right. Hooking this up will cause a short circuit, because power and ground will be reversed. This is a great way to damage the electronics, so always double check your wiring and don't depend on color coding!

![led_pixels_04_colorcoding-2.png](https://cdn-learn.adafruit.com/assets/assets/000/127/846/medium640/led_pixels_04_colorcoding-2.png?1708462464)

# Sound Reactive Paper Lanterns with LedFx

## Strand Wiring

I have 15 lights in my strand, and 6 different sizes of lanterns. I wanted them to be in a pleasing layout -- not too close together, not too far apart, with varying heights and sizes.

Cut 15 pieces of ribbon cable in varying lengths. Mine are 6" at the shortest and 34" at the longest, in 2" intervals.&nbsp;

I used a one-inch gridded self-healing cutting mat to lay the wires out and this made the measuring and cutting really easy.

![led_pixels_05_wires.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/794/medium640/led_pixels_05_wires.jpeg?1708453920)

There are a lot of rings, and each ring has 4 connections. That's 60 solder points we'll have to hit. I find that big, tedious tasks like this go much faster and save a lot of precious brain cycles if you do ALL the stripping then ALL the soldering, instead of processing one at a time.&nbsp;

Separate the wires in the ribbon cable at one end. Strip about 1/8" of shielding from all 60 wires.&nbsp;

![led_pixels_06_stripped.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/805/medium640/led_pixels_06_stripped.jpeg?1708455061)

![led_pixels_06_rings.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/807/medium640/led_pixels_06_rings.jpeg?1708455284)

Solder each ring to a piece of ribbon cable, paying close attention to the order of the wires:

- Striped wire: 5V
- 2nd wire: data OUT
- 3rd wire: data IN
- 4th wire: G

Be 100% consistent here or your whole strand will not work. I found it easiest to solder the striped wire first, then work my way clockwise around the ring: G next (easy to find since it's on the other edge), then IN and OUT fall right into place with no crossed wires.

![led_pixels_07_wired.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/808/medium640/led_pixels_07_wired.jpeg?1708455314)

![](https://cdn-learn.adafruit.com/assets/assets/000/127/809/medium800/led_pixels_08_allwired.jpeg?1708455338)

## Prepare the Power Rail
Cut a long wire for the top of the strand. I'll refer to this as the "power rail".

Find the striped wire. This will be our power wire (+5v) and will attach to all the striped wires coming from the rings.

We only need 3 wires in our power rail, so separate the 4th wire and pull it off the cable. Save it for another project.

The 3rd wire, which is now on the edge, will be our G wire, and the middle wire becomes our data wire. Check the wiring diagram page to see how this works.

![led_pixels_15_separate.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/812/medium640/led_pixels_15_separate.jpeg?1708456030)

Plug your female JST connector into the male&nbsp; connector on the Feather, so you can be sure which wire should go where. Connect the female JST connector to your power rail as shown: red / USB to the striped wire, green/data to the middle wire, and G to the 3rd wire.&nbsp;

This is now the IN end. Keep it on the left as you work.

![led_pixels_17_connector.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/819/medium640/led_pixels_17_connector.jpeg?1708457007)

![led_pixels_18_connected.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/820/medium640/led_pixels_18_connected.jpeg?1708457211)

Stretch out your 3-wire power rail on the floor and arrange the lanterns below it. Lay out your wires and&nbsp; and trim any that are too long.&nbsp;

![led_pixels_09_laidout.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/814/medium640/led_pixels_09_laidout.jpeg?1708456151)

My lanterns do not have mathematically even spacing, since the sizes are so different - a more random layout looks better. In order to mark the spots where the lanterns attach, I pulled the 3 wires on the power rail apart by about an inch at each spot where a lantern will go. Now I can pick up my power rail to work on it and still be sure of my spacing.

![led_pixels_16_separate2.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/815/medium640/led_pixels_16_separate2.jpeg?1708456214)

Starting with your first lantern, Cut the middle wire and strip about 1/4" of shielding off each side. The left wire is where the data comes IN and the right side wire is where the data will travel OUT to the next lantern.

Keep the power and ground wires intact, but cut through just the shielding and pull it back a bit to expose a little of each of the wires. This makes our splicing job a little easier and keeps more power running through the project, since the wires remain unbroken through the whole length of the strand.

![led_pixels_10_prepwires.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/811/medium640/led_pixels_10_prepwires.jpeg?1708455624)

Grab your first lantern ring. Separate the wires and slide a piece of heat shrink onto each one. I also added a large piece of heat shrink to cover all 4 connections and make the joint look tidy afterwards.

![led_pixels_11_heatshrink.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/817/medium640/led_pixels_11_heatshrink.jpeg?1708456387)

Now, make your connections. Twist the striped wire from the ring around the bare patch of striped wire on your power rail. Then do the same with the 3rd ( **G** ) wire -- it will connect to the 4th wire on the ring.

Connect the next wire over&nbsp;(going to **IN** on the ring) to the cut wire on the left, and the remaining wire (coming from **OUT** on the ring) to the cut wire on the right. Solder all 4 connections.&nbsp;

![led_pixels_12_twisted.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/818/medium640/led_pixels_12_twisted.jpeg?1708456459)

Time to test! Plug in your Feather and the power supply, click the switch if needed, and make sure the lights come on. If they did, congratulations! Solder on, my friend.

Keeping the wires straight is tricky business -- it's really easy to solder things up wrong. I made sure to keep the **IN** end of the power rail on my left the whole time, so I could always be assured of which side was **IN** and which was **OUT**.&nbsp;

If the lights don't come on, or are doing something unexpected, here are a few troubleshooting tips. Get this first one fixed before moving on to the rest.

## Troubleshooting

_If your lights didn't come on, here are a few things to try:_

1. Flip your on/off switch. Was it just turned off?
2. Head back to WLED and check your pinout configuration under LED Preferences. Be sure your data wire is connected to pin 12, and that you've told WLED it's on 12.
3. Check your wiring! This is a bit of a complicated mess until you get the flow right and it's really easy to cross-wire something. Trace your wires, and be sure power is going to the striped wire everywhere, and that **IN** on the ring is connected to the wire that leads to the Feather's pin 12.
4. Try re-uploading the WLED software
5. Make sure you're on the correct WiFi network - if you're on a different network you won't see the WLED connection
6. Check further down the line and be sure nothing is shorting out. I stripped some wires further down in anticipation, and they touched together and shorted out my project, making testing VERY difficult.

Open the paper lanterns. Each one will have a wire frame inside that holds the lantern open.&nbsp;

I used a zip tie to secure the ring to the frame right at the top of the lantern.

These little lanterns rip easily, and the strand can get pretty tangled up. I found it easiest to hang the strand with the metal frames attached, and then add the lanterns once everything was in place and ready to go.

![led_pixels_14_ziptie.jpeg](https://cdn-learn.adafruit.com/assets/assets/000/127/823/medium640/led_pixels_14_ziptie.jpeg?1708458210)

![](https://cdn-learn.adafruit.com/assets/assets/000/127/824/medium800/led_pixels_paperlanterns.jpeg?1708458304)

# Sound Reactive Paper Lanterns with LedFx

## LEDFx Software

Head to [LedFx.app](https://ledfx.app/) and download the version of the software that will work with your computer. There are installers for Mac, Windows, and Linux.

Run the installer and open the app.&nbsp;

Click the orange + button to add a device. Choose WLED from the device type popup.

![led_pixels_ledFX_adddevice.jpg](https://cdn-learn.adafruit.com/assets/assets/000/127/827/medium640/led_pixels_ledFX_adddevice.jpg?1708459289)

![led_pixels_ledfx_devicetype.jpg](https://cdn-learn.adafruit.com/assets/assets/000/127/828/medium640/led_pixels_ledfx_devicetype.jpg?1708459318)

Pop back over to WLED ([http://spheres.local](http://spheres.local)) and go to Config \> Wifi Setup. Scroll down until you find the IP address of your device. Copy it into your clipboard.

Back in LedFx, give your device a name and paste the IP address into the appropriate field. Click "Add".

![led_pixels_ip.jpg](https://cdn-learn.adafruit.com/assets/assets/000/127/830/medium640/led_pixels_ip.jpg?1708459390)

![led_pixels_LedFx_ip.jpg](https://cdn-learn.adafruit.com/assets/assets/000/127/834/medium640/led_pixels_LedFx_ip.jpg?1708461994)

Click "settings" at the bottom right and open the Audio settings. This is where you can choose your audio input. It defaults to your computer's microphone.&nbsp;

Check the [LedFx docs under "Directing Audio"](https://ledfx.readthedocs.io/en/stable/directing_audio.html) to learn to add different sound input devices.&nbsp;

![led_pixels_ledfx_audiosettings.jpg](https://cdn-learn.adafruit.com/assets/assets/000/127/837/medium640/led_pixels_ledfx_audiosettings.jpg?1708461648)

The user interface is fairly simple and easy to figure out. Select an animation mode and make some noise to see the sound play out on your spheres.

For more help or ideas, check out the [LedFx Discord server.](https://discord.com/invite/wJ755dY)

![led_pixels_ledfx_use.jpg](https://cdn-learn.adafruit.com/assets/assets/000/127/841/medium640/led_pixels_ledfx_use.jpg?1708461416)

![](https://cdn-learn.adafruit.com/assets/assets/000/127/843/medium800/led_pixels_spheres_colorful.jpeg?1708461717)


## Featured Products

### Adafruit ESP32 Feather V2 -  8MB Flash + 2 MB PSRAM

[Adafruit ESP32 Feather V2 -  8MB Flash + 2 MB PSRAM](https://www.adafruit.com/product/5400)
One of our star Feathers is the [Adafruit HUZZAH32 ESP32 Feather](https://www.adafruit.com/product/3405) - with the fabulous ESP32 WROOM module on there, it makes quick work of WiFi and Bluetooth® projects that take advantage of Espressifs most popular chipset. Recently we had...

In Stock
[Buy Now](https://www.adafruit.com/product/5400)
[Related Guides to the Product](https://learn.adafruit.com/products/5400/guides)
### NeoPixel Ring - 12 x 5050 RGB LED with Integrated Drivers

[NeoPixel Ring - 12 x 5050 RGB LED with Integrated Drivers](https://www.adafruit.com/product/1643)
Round and round and round they go! 12 ultra bright smart LED NeoPixels are arranged in a circle with 1.5" (37mm) outer diameter. The rings are 'chainable' - connect the output pin of one to the input pin of another. Use only one microcontroller pin to control as many as you can...

In Stock
[Buy Now](https://www.adafruit.com/product/1643)
[Related Guides to the Product](https://learn.adafruit.com/products/1643/guides)
### JST 2-pin Extension Cable with On/Off Switch - JST PH2

[JST 2-pin Extension Cable with On/Off Switch - JST PH2](https://www.adafruit.com/product/3064)
By popular request - we now have a way you can turn on-and-off Lithium Polymer batteries without unplugging them.

This **PH2 Female/Male&nbsp;JST 2-pin Extension Cable&nbsp;** comes with an in-line **Switch** - click once to turn on, click again to turn off....

Out of Stock
[Buy Now](https://www.adafruit.com/product/3064)
[Related Guides to the Product](https://learn.adafruit.com/products/3064/guides)
### Female DC Power adapter - 2.1mm jack to screw terminal block

[Female DC Power adapter - 2.1mm jack to screw terminal block](https://www.adafruit.com/product/368)
If you need to connect a DC power wall wart to a board that doesn't have a DC jack - this adapter will come in very handy! There is a 2.1mm DC jack on one end, and a screw terminal block on the other. The terminals are labeled with positive/negative assuming a positive-tip configuration...

In Stock
[Buy Now](https://www.adafruit.com/product/368)
[Related Guides to the Product](https://learn.adafruit.com/products/368/guides)
### 5V 2A (2000mA) switching power supply - UL Listed

[5V 2A (2000mA) switching power supply - UL Listed](https://www.adafruit.com/product/276)
This is an FCC/CE certified and UL listed power supply. Need a lot of 5V power? This switching supply gives a clean regulated 5V output at up to 2000mA. 110 or 240 input, so it works in any country. The plugs are "US 2-prong" style so you may need a plug adapter, but you can pick one...

In Stock
[Buy Now](https://www.adafruit.com/product/276)
[Related Guides to the Product](https://learn.adafruit.com/products/276/guides)
### 3-pin JST SM Plug + Receptacle Cable Set

[3-pin JST SM Plug + Receptacle Cable Set](https://www.adafruit.com/product/1663)
These 3-wire cables are 163mm (6.4") long and come as a set. One cable has a JST SM type connector plug on the end. The other cable has a matching JST SM type receptacle connector. They are good for whenever you have 3 wires you want to be able to plug and unplug. We like the solid and...

In Stock
[Buy Now](https://www.adafruit.com/product/1663)
[Related Guides to the Product](https://learn.adafruit.com/products/1663/guides)
### Heat Shrink Pack

[Heat Shrink Pack](https://www.adafruit.com/product/344)
Heat shrink is the duct tape of electronics, it keeps your stuff all safe and kept together. Especially when wiring and soldering, use heat shrink to add mechanical strength to cables. We use this stuff all the time and having a zip-lock bag of all the possible sizes is super...

In Stock
[Buy Now](https://www.adafruit.com/product/344)
[Related Guides to the Product](https://learn.adafruit.com/products/344/guides)

## Related Guides

- [Adafruit ESP32 Feather V2](https://learn.adafruit.com/adafruit-esp32-feather-v2.md)
- [NeoPixie Dust Bag](https://learn.adafruit.com/neopixel-pixie-dust-bag.md)
- [Gemma Color Touch Pendant Necklace](https://learn.adafruit.com/gemma-color-touch-pendant-necklace.md)
- [Monster Matrix with WLED](https://learn.adafruit.com/monster-matrix-with-wled.md)
- [NeoPixel Jack-o-lantern](https://learn.adafruit.com/neopixel-jack-o-lantern.md)
- [Bluefruit Luminary Lanterns with Capacitive Touch](https://learn.adafruit.com/bluefruit-luminary-lanterns-with-capacitive-touch.md)
- [Holiday Lights: Easy DIY Christmas Wreath & Garland with WLED](https://learn.adafruit.com/holiday-garland-decor-app-control-with-no-coding.md)
- [No-Code Battery Monitoring with WipperSnapper](https://learn.adafruit.com/no-code-battery-monitoring-with-wippersnapper.md)
- [WiFi Jellyfish Lantern with WLED](https://learn.adafruit.com/wifi-jellyfish-lantern-with-wled.md)
- [NeoPixels on Raspberry Pi](https://learn.adafruit.com/neopixels-on-raspberry-pi.md)
- [Festive Feather Holiday Lights](https://learn.adafruit.com/festive-feather-holiday-lights.md)
- [CircuitPython on ESP32 Quick Start](https://learn.adafruit.com/circuitpython-with-esp32-quick-start.md)
- [The PICsellator](https://learn.adafruit.com/the-picsellator.md)
- [Build your own Borg (BYOB)](https://learn.adafruit.com/build-your-own-borg-byob.md)
- [LED Festival Coat with Mapping and WLED ](https://learn.adafruit.com/led-festival-coat-with-mapping-and-wled.md)
