Skip to content
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

Update how_to_flash.md #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update how_to_flash.md #11

wants to merge 1 commit into from

Conversation

FloMeyer
Copy link

Added instruction for auto-reset.

Added instruction for auto-reset.
@@ -166,7 +166,7 @@ status_led:

## Flashing

For flashing you need a USB-to-serial adapter that supports 3.3V and has the required pins. The board includes an auto-reset circuit so you don't need to manually ground GPIO0 or press any buttons during flashing. The rest of the flashing process is identical to other ESP32 and ESPHome devices.
For flashing you need a USB-to-serial adapter that supports 3.3V and has the required pins. The board includes an auto-reset circuit so you don't need to manually ground GPIO0 or press any buttons during flashing if you have an adapter with DTR and RTS. If not, you need to manually ground GPIO0. The rest of the flashing process is identical to other ESP32 and ESPHome devices.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @FloMeyer !

You're right, you can also flash the ESP32 by connecting GPIO0 to GND. But GPIO0 is not easily accessible on the board and your text doesn't contain all the details a beginner might need so I would change it a bit.

In theory it should be possible to ground GPIO0 by connecting DTR to GND and RTS to 3V3 while powering on the board. Could you try if this works for flashing the board? That would make it easier than connecting directly to the ESP's GPIO0.

To keep things easier to read, I would add the following text in a new paragraph below the one you edited:

If your adapter doesn't have DTR and RTS pins you can instead connect DTR to GND and RTS to 3V3 while powering on the board. You may also need to manually disconnect and reconnect power for each flashing attempt when using this method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants