The esp8266 is connected to my PC via a USB TTL interface board. This is an inexpensive CH340 board from eBay. I have it plugged into a breadboard...set for 3.3v. I'm also taking the 5v from the USB TTL interface and running it into a 3.3v regulator which then powers the ESP8266.
ESP USB TTL
VCC = 3.3v (from 3.3v reg)
GND = GND
CP_PD = VCC
RXD = TXD
TXD = RXD
GPIO0 floats except when updating firmware, then it is connected to GND
GPIO2, RST are floating (no connection).
Any ideas? Suggestions?
uv_man