Hello,
as in the subject I have an ESP8266 module and I have a problem flashing it. I wanted to upload software to it to turn it into a transparent Wifi->RS232 bridge, as I need this for a project. Neither nodemcu flasher nor esptool detects it. The chip works because the "boot_mode" changes when connecting GPIO0 to GND (Putty at ESP diagnostic speed 74840):
When GPIO0 is not connected to GND, "normal boot" is seen. After several attempts the chip has already unfortunately probably cleared memory, as AT commands were working before and now "main.c" is probably empty. Speed and COM port settings correct commands worked the chip communicated at 115200 and at this speed I tried flashing. Diagnostic messages come in at 748400 speed. Strange thing because I have two such chips (0.5Mb blue version and 1Mb black version) and the same situation on both of them, also there is a mistake on my part somewhere. Any suggestions Fellows?
Connection:
VCC-> 3.3V
CH_PD-> Via 10k resistor 3.3V
Reset -> Via 10k 3.3V resistor
GPIO0 -> GND
GND-> GND
TX RX connected correctly via voltage divider for RX of module. Commands pass correctly communication worked fine.
as in the subject I have an ESP8266 module and I have a problem flashing it. I wanted to upload software to it to turn it into a transparent Wifi->RS232 bridge, as I need this for a project. Neither nodemcu flasher nor esptool detects it. The chip works because the "boot_mode" changes when connecting GPIO0 to GND (Putty at ESP diagnostic speed 74840):
When GPIO0 is not connected to GND, "normal boot" is seen. After several attempts the chip has already unfortunately probably cleared memory, as AT commands were working before and now "main.c" is probably empty. Speed and COM port settings correct commands worked the chip communicated at 115200 and at this speed I tried flashing. Diagnostic messages come in at 748400 speed. Strange thing because I have two such chips (0.5Mb blue version and 1Mb black version) and the same situation on both of them, also there is a mistake on my part somewhere. Any suggestions Fellows?
Connection:
VCC-> 3.3V
CH_PD-> Via 10k resistor 3.3V
Reset -> Via 10k 3.3V resistor
GPIO0 -> GND
GND-> GND
TX RX connected correctly via voltage divider for RX of module. Commands pass correctly communication worked fine.