-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Doc: Updated Troubleshooting file #5430
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
Changes from 2 commits
ac7836a
d070278
3b3914b
521e596
5a581c2
8bbc91c
a2b5257
643bd02
85d26c2
f86bc80
35840c9
cbf1001
9ba7cfc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
############### | ||
Troubleshotting | ||
Troubleshooting | ||
############### | ||
|
||
Common Issues | ||
|
@@ -18,10 +18,22 @@ Building | |
Flashing | ||
-------- | ||
|
||
* The board is not flashing. | ||
*Here are some of the tips if The board is not flashing..* | ||
|
||
* Sometimes to program ESP32 via serial you must keep GPIO0 LOW during the programming process. | ||
* Hold-down the **“BOOT”** button in your ESP32 board while unloading. | ||
Sagar73594 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* In some ESP32 development boards when trying to upload a new sketch, the Arduino IDE gives you a fatal error *(i.e A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header).* This means your ESP32 board is not automatically in the flashing/uploading mode. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When trying to upload a new sketch in some ESP32 development boards, the Arduino IDE gives you a fatal error (i.e A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header). This means your ESP32 board is not automatically in the flashing/uploading mode. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please show me, What I can add/change or do better In this? @pedrominatel There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just replace the old text in the line 25 to the new one (my comment). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Done. |
||
**Solution:** | ||
To make flashing automatically, you have to connect a **10 uF** capacitor between the **EN** and **GND** pins. This capacitor value could be lower (> 2.2 uF) if you don't have this part available. **EN <----||---- GND.** | ||
Sagar73594 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
*(The capacitor can be electrolytic, ceramic, or tantalum. Using lower values like 2.2uF and 4.7 uF is also possible in most cases.)* | ||
|
||
|
||
Sagar73594 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Hardware | ||
-------- | ||
|
||
* Power Source | ||
* Bad USB cable or charging only cables | ||
* Power Source. | ||
* Bad USB cable or charging only cables (without data wires.) | ||
Sagar73594 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* USB drivers missing. | ||
* Board with some defect. |
Uh oh!
There was an error while loading. Please reload this page.