- Tue Sep 22, 2015 8:10 am
#29644
I was able to get comminication to the ESP via AT commands, so that's a great start.
I hit another roadblock when flashing the chip. Using NodeMCU, I receive the messages:
"AUTO MAP serial port Port--> Com 3"
"Serial port connected"
"Begin find ESP8266"
Then it just hangs. The TX on the FTDI is sending a storm of data, but I will have to investigate why the process isn't completing on the ESP side.
FYI:
I'm using 10k pull up resistors. I'm wondering if it could be my FTDI adapter, as mentioned earlier in this thread. I'm using a sparkfun FT232RL, but it looks like some had success using the Raspberry Pi. I may try that for simplicity sake. As a bonus there appears to be a lot of Linux support for the ESP so it would be an easy switch.
I'm going to try a few more wiring configurations and see if I can get anything to work. The AT commands stopped working after the firmware update attempt.