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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how_to_flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


| USB-to-serial adapter | Programming header of the board |
| --------------------- | ------------------------------- |
Expand Down