Trouble connecting to ESP-12
Posted: Tue Sep 01, 2015 3:39 pm
I'm using an ESP8266 connected to my computer using a CP2102 and I've been having trouble connecting to and communicating with my ESP12 module.
Flash configuration:
TXD --> RXD
RXD --> TXD
GPIO 0 --> GND
GPIO 2 --> 3.3V
GPIO 15 --> GND
VCC --> 3.3 V
CH_PD --> 3.3 V
GND --> GND
AT configuration:
TXD --> RXD
RXD --> TXD
GPIO 0 --> 3.3 V
GPIO 2 --> 3.3 V
GPIO 15 --> GND
VCC --> 3.3 V
CH_PD --> 3.3 V
GND --> GND
I flash a variation of nodeMCU onto the module. This seems to go fine, thus I believe my flash configuration is fine. When I try and talk to the module with GNU screen or picocom I get nothing or bash hangs or, with picocom, 'FATAL: read from term failed: Device not configured' is thrown and picocom closes.
Any suggestions? Should I be using pull up/down resistors?
Flash configuration:
TXD --> RXD
RXD --> TXD
GPIO 0 --> GND
GPIO 2 --> 3.3V
GPIO 15 --> GND
VCC --> 3.3 V
CH_PD --> 3.3 V
GND --> GND
AT configuration:
TXD --> RXD
RXD --> TXD
GPIO 0 --> 3.3 V
GPIO 2 --> 3.3 V
GPIO 15 --> GND
VCC --> 3.3 V
CH_PD --> 3.3 V
GND --> GND
I flash a variation of nodeMCU onto the module. This seems to go fine, thus I believe my flash configuration is fine. When I try and talk to the module with GNU screen or picocom I get nothing or bash hangs or, with picocom, 'FATAL: read from term failed: Device not configured' is thrown and picocom closes.
Any suggestions? Should I be using pull up/down resistors?