From 1008a65da21a32763a0082200927ce641744f0fc Mon Sep 17 00:00:00 2001 From: Scott Lawson Date: Tue, 27 Dec 2016 18:28:03 -0700 Subject: [PATCH] Added more information for setting up the Arduino IDE --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 142d4e6..c0d7f88 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ pip install pyaudio If `pip` is not found try using `python -m pip install` instead. ## Arduino dependencies -The [ws2812b i2s library](https://github.com/JoDaNl/esp8266_ws2812_i2s) must be downloaded and installed in the Arduino libraries folder. +ESP8266 firmare is uploaded using the Arduino IDE. See [this tutorial](https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/installing-the-esp8266-arduino-addon) to setup the Arduino IDE for ESP8266. + +cThis [ws2812b i2s library](https://github.com/JoDaNl/esp8266_ws2812_i2s) must be downloaded and installed in the Arduino libraries folder. # Setup / Getting Started Information coming soon. README is currently under active development.