- Sun Sep 25, 2016 11:53 am
#55681
Zhymka wrote:It should be not enough power from FTDI to power ESP, so yeah only from external source.
Thanks for the tips : ). Baud-rate also is important, although with ch_pd floating i was able to flash esp with any baud-rate, only when uploading code with ESPlorer it works with the certain baudrate...
Does anyone know how to determine correct baud-rate for the chip? Or does everyone going random on that?
If I disconnect CH_PD/CHIP_EN (PIN 7 ESP8266) from the 5K pull-up the Espressif tool can't talk to the device. From the ESP8266 hardware guide: Chip Enable. High: On, chip works properly; Low: Off, small
current.
How you can get your device to function without pulling that pin to Vcc is strange to say the least since every drawing and spec sheet from Espressif shows pulling the pin high to enable the device, period. As it stands I can get ESP8266-201/01 devices to program intermittently using the Espressif tool but not NodeMCU tool, the NodeMCU finishes but the code will not run. Check out my progress
viewtopic.php?f=9&t=820&p=55642#p55642 as I get time to trouble shoot this. My setup is a M102 breadboard with the standalone power supply, FTDI wired RTS to RST, GPIO0 to GND for programming and CHIP_EN pulled high with a 5K resistor.