Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Hardware

Tobias Blum edited this page Aug 16, 2019 · 6 revisions

What do you need?

  • A NodeMCU development board, based on the ESP8266 (you can get this for under $5 from eBay). A standalone ESP8266 or an Adafruit Huzzah should work too.
  • A WS2811 or WS2812 led strip that you can get in many sizes and forms. I'm using a ring of 12 LEDs. When you use more than about 15-20 LEDs you may have to use a dedicated 5V power source.
  • Power via USB

Wiring

Assembly when using only a limited number of LEDs: Wiring schema

Alternative assembly with level shifter (something like this) for more LEDs: Wiring schema

Be careful when Assembling. The LED strips are quite sensitive concerning power supply. See the Neopixel Uberguide for more information.

Note: For circuit layout shown above, LED_PIN in definitions.h must be changed from 14 to 5.

Parts via:

Clone this wiki locally