- Arduino IDE (or esptool.py)
- ESP01
- FTDI ( or ardunio, or 18650 to powered)
And I have same behavior each time. I put GPIO 0 to down, plug my FTDI and upload a blink code : OK.
Then I put GPIO0 to up, a small down on RST and my ESP01 restart, but doesn't execute the code.
I try to upload some blink code, with some pin led, i try ardunio IDE, esptool.py, platefrom.io : same result.
I try FTDI power supply, HWH 131, 18650 always same.
If i set a baudrate and call a Serial.println : no message, but when i reset i have this message on 74880 :
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0xef
csum 0xef
csum err
ets_main.c
I think it's a normal boot mode, but why ESP doesn't execute my code ?
Thanks for your help.
Vabo