Datasheet
Using NodeMCU Lua
Each Feather HUZZAH ESP8266 breakout comes pre-programmed with NodeMCU's Lua interpreter. As of this writing,
we ship with NodeMCU 0.9.5 build 20150318 powered by Lua 5.1.4 but it may be more recent
Lua is still a work in progress, so we strongly recommend visiting NodeMCU and updating your Lua version to the very
latest as they have the ability to make you the latest continuous build (https://adafru.it/wAq). Then follow their guide on
how to update Lua! (https://adafru.it/wAr)
The Lua interpreter runs on the ESP8266 and you can type in commands and read out the results over serial. In order
to upload code to the ESP8266 and use the serial console, connect any data-capable micro USB cable to the Feather
HUZZAH and the other side to your computer's USB port. Install the required CP2104 USB driver to have the
COM/Serial port appear properly (https://adafru.it/jCs)
Don't forget to visit esp8266.com for the latest and greatest in ESP8266 news, software and
gossip! (https://adafru.it/f1F)
Open up serial console
Next up, on your computer, use a serial console program such as CoolTerm (Mac) or Putty (Windows) or screen (linux).
Teraterm seems to dislike the initial 74400bps data stream from the ESP8266 so you can try it but you'll possibly need
to reset the terminal software.
Connect up to the COM or Serial port used by your cable, at 9600 Baud
Make sure you have turned off any hardware handshake or flow control
Putty isn't good with pasting code in, so you may not be able to copy-n-paste!
Also make sure you have line endings set to CRLF "\r\n"
Use any serial console program you like, we just happen to be used to Putty!
Don't forget to install the USB driver for the CP2104 USB-to-Serial chip!
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-huzzah-esp8266 Page 26 of 43