Amazon has a really good deal on an ESP8266 board in stock with prime. http://www.amazon.com/Gikfun-ESP8266-ESP-12-Industrial-version/dp/B00RK1W7R6
There are no instructions with it so I bought one and between probing with my multimeter and trying different things, I was able to get nodemcu running.
Yellow jumper seems to toggle between flash mode and at mode, closed is flash mode.
three pins labeled gnd, tx, tr are for uart and are what you should plug in. tx-tx,rx-rx,gnd-gnd.
You can leave power dangling
The other pins are set as needed for normal operation.
I have no idea what firmwware it comes with, but nodemcu flashed just fine using their windows based flasher.
After that I was able to pull the jumper and connect to the lua repl using 9600 baud (default for nodemcu firmware)
Tri-color LED pins (nodemcu numbering) https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en#new_gpio_map
- 6 - green
- 7 - blue
- 8 - red
There are also 6 red LEDs for testing other pins. High is off, low is on. Their nodemcu numbers (going from tiny blue to rgb) are:
- 4
- 3
- 2
- 1
- 5
- 0
Writing to 9 seems to crashe the repl. Perhaps it's reset?
10 - is the blue led on ESP chip itself.
setting 11 or 12 to output resets the device.
I found some docs at http://benlo.com/esp8266/esp8266Projects.html#hotspotfinder