-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Boot Mode GPIO2 to GND what is for ? #92
Comments
its the Bootloader which is used to flash the application (Sketch). |
Thanks a lot, but this is talking about GPIO _0_ used to upload sketch, I do not see anything about GPIO _2_ you mean GPIO _2_ set to GND is used to change the bootloader ? what tool is used for this ? Thanks, |
if you are in Bootloader mode (GPIO0 + GPIO15 LOW) then GPIO2 ist used as alternative TX to the normal TX. You can attache the RX of the USB / Serial adapter if you like. |
OK this is good to know - thanks but in the configuration I mention : there is no GPIO 15 on 01 as far I can see or it is named differently and I do not put GPIO0 to LOW This configuration display lot of things on serial and do not go to start the loaded FW |
yes the ESP-1 don´t have this the ESP-7 or ESP-12 have it, may some other modules too (i only one ESP-7 and ESP-12). |
Thanks a lot, |
no this is not a problem. |
Ok thanks for your explanation, Thanks a lot for your time really appreciate, |
Hi sorry in advance if it is a stupid question, but I have checked https://github.com/esp8266/esp8266-wiki/wiki/Boot-Process#esp-boot-modes and cannot find what it is done when starting ESP8266 (01) with GPIO2 connected to GND.
Seems not loading the FW but sending many things to serial, I cannot read on Serial monitor, so I suspect it use specific baud rate that is not in Arduino Monitor.
I originally wanted to use this configuration to create a kind of recovery mode, but as it is used already - I would like to know for what to learn something.
Anyone could tell me what it is ? or where I can find the information ?
Thanks
The text was updated successfully, but these errors were encountered: