Difference between revisions of "NeoPixel Web Server"

From LVL1
Jump to navigation Jump to search
(Created page with "Instructions 1. Install Arduino IDE software. Not the web one. https://www.arduino.cc/en/Main/Software 2. Install the NodeMCU software using the instructions on this pag...")
 
Line 6: Line 6:
  
 
3.  Install the FASTLED library  Arduino->sketch->include library->manage libraries  Search for FASTLED and install
 
3.  Install the FASTLED library  Arduino->sketch->include library->manage libraries  Search for FASTLED and install
 +
 +
4.  Download the arduino software for the fastled webserver https://github.com/jasoncoon/esp8266-fastled-webserver
 +
 +
* Click clone or download and download the zip.  Put this zip file on your desktop or in the documents folder
 +
* Right click to unzip the software
 +
 +
5.  Navigate to the folder and run the esp8266-fastled-webserver.ino file

Revision as of 11:47, 8 December 2018

Instructions

1. Install Arduino IDE software. Not the web one. https://www.arduino.cc/en/Main/Software

2. Install the NodeMCU software using the instructions on this page https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/

3. Install the FASTLED library Arduino->sketch->include library->manage libraries Search for FASTLED and install

4. Download the arduino software for the fastled webserver https://github.com/jasoncoon/esp8266-fastled-webserver

  • Click clone or download and download the zip. Put this zip file on your desktop or in the documents folder
  • Right click to unzip the software

5. Navigate to the folder and run the esp8266-fastled-webserver.ino file