URTX -> not required VCC -> required
GPIO 0-> required RST -> not required but needs to be pulled high.
GPIO 2-> required CH-PD -> not required but needs to be pulled high.
GND-> required UTDX -> not required
I came up with this idea
URTX (remove pins from socket) VCC
GPIO 0 RST (remove pins from socket) (solder to above pin on ESP8266)
GPIO 2 CH-PD (remove pins from socket) (solder to above pin on ESP8266)
GND UTDX (remove pins from socket)
You end up with
URTX -> NC VCC
GPIO 0 RST -> NC / VCC
GPIO 2 CH-PD -> NC / VCC
GND UTDX -> NC
Leaving the connections on your 4x2 connector.
VCC
GPIO 0
GPIO 2
GND
Which are the only ones most of us will need to break out, which land on 4 diferent tracks of stripboard.
I appreciate that the ESP8266 can’t be flashed whilst socketed in this board, but that was never a requirement. Even with VCC,RST &CH_PD soldered together on the ESP8266 it can still flashed / put into flash mode when socketed into a board that accesses the above as well as URXD & UTXD by powering down.
Posted as it might help someone working on stripboard like myself.