From e76619d0028027011705ad541d0e2abc8a989ef7 Mon Sep 17 00:00:00 2001 From: Scott Lawson Date: Tue, 27 Dec 2016 21:52:56 -0700 Subject: [PATCH] Added approximate price information to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19487cd..eb034ca 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ The repository includes everything needed to build an LED strip music visualizer # What do I need to make one? The following hardware is needed to build an LED strip music visualizer: - Computer with Python 2.7 or 3.5 ([Anaconda](https://www.continuum.io/downloads) is recommended on Windows) -- Any ESP8266 module with RX1 pin exposed. These modules are known to be compatible (but many others work too): +- Any ESP8266 module with RX1 pin exposed. ESP8266 modules can be purchased for as little as $5 to $10 USD. These modules are known to be compatible (but many others work too): - NodeMCU v3 - Adafruit HUZZAH - Adafruit Feather HUZZAH -- Any ws2812b LED strip (such as Adafruit Neopixels) +- Any ws2812b LED strip (such as Adafruit Neopixels). Many suppliers sell ws2812b LED strips for as little as $5-15 USD per meter. # Installation ## Python Dependencies