Difference between revisions of "Adafruit HUZZAH ESP8266 breakout"

From ESE497 Wiki
Jump to navigationJump to search
Line 4: Line 4:
 
* Follow instructions for adding support to the Arduino Environment for the ESP8266 chip (https://github.com/esp8266/Arduino)
 
* Follow instructions for adding support to the Arduino Environment for the ESP8266 chip (https://github.com/esp8266/Arduino)
 
* Connect USB Console cable to board (https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide)
 
* Connect USB Console cable to board (https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide)
* Copy the Blink Test code from https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide to test. Red light should blink.
 
 
* Remember, before every download you have to:
 
* Remember, before every download you have to:
 
**Hold down the GPIO0 button, the red LED will be lit
 
**Hold down the GPIO0 button, the red LED will be lit
Line 11: Line 10:
 
**When you release the RESET button, the red LED will be lit dimly, this means its ready to bootload
 
**When you release the RESET button, the red LED will be lit dimly, this means its ready to bootload
 
** (from https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide)
 
** (from https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide)
 +
* Copy the Blink Test code from https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide to test. Red light should blink.
 +
* Copy the Connecting via WiFi code from https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide.
 +
** Change ssid to "wustl-guest-2.0"
 +
** Change password  to ""
 +
** Upload program.
 +
** Open the serial monitor to see IP and messages from adafruit web server. Make sure the serial data rate is set to 115200 baud.

Revision as of 18:07, 25 February 2016