Skip to content

Conversation

@FloMeyer
Copy link

Added instruction for auto-reset.

Added instruction for auto-reset.
## 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