I'm using an ESP-07 module. It will not start if the TXD pin is pulled down at reset time!!!
The digital input I use for the TXD pin has a 10K pulldown resistor on it. This, combined with internal pullup of esp8266 puts the voltage on the TXD pin at 0.9V when ESP is in reset. However, when reset is released, it does not start.
If I disconnect the digital input (with pulldown) and reset it starts, then I can attach the input. Works then.
I added a 2.2K pullup resistor on TXD to 3.3V and now it is able to start.
I'm using the default firmware which came on the module: [Vendor:www.ai-thinker.com Version:0.9.2.4]
Have you seen this before? Is the firmware intentionally checking the TXD pin? Or is it something in the boot loader? I'd really like to know why this is happening.
Thanks!