|
3 | 3 | I am getting "espcomm\_sync failed" error when trying to upload my ESP. How to resolve this issue?
|
4 | 4 | --------------------------------------------------------------------------------------------------
|
5 | 5 |
|
6 |
| -- `Introduction <#Introduction>`__ |
| 6 | +- `Introduction <#introduction>`__ |
7 | 7 | - `Initial Checks <#initial-checks>`__
|
8 | 8 | - `Advanced Checks <#advanced-checks>`__
|
9 | 9 | - `Reset Methods <#reset-methods>`__
|
@@ -332,35 +332,45 @@ GitHub.
|
332 | 332 | I'm Stuck
|
333 | 333 | ~~~~~~~~~
|
334 | 334 |
|
335 |
| -Hopefully at this point you were able to resolve ``espcomm_sync failed`` |
336 |
| -issue and now enjoy quick and reliable uploads of your ESP modules. |
| 335 | +Hopefully at this point you were able to resolve ``espcomm_sync failed`` issue and now enjoy quick and reliable uploads of your ESP modules. |
337 | 336 |
|
338 |
| -If this is still not the case, then review once more all discussed steps |
339 |
| -in the checklist below. |
| 337 | +If this is still not the case, then review once more all discussed steps in the checklist below. |
340 | 338 |
|
341 |
| -**Initial Checks** \* [ ] Is your module connected to serial port and |
342 |
| -visible in IDE? \* [ ] Is connected device responding to IDE? What is |
343 |
| -exact message in debug window? \* [ ] Have you selected correct ESP |
344 |
| -module type in *Board* menu? What is the selection? \* [ ] Have you |
345 |
| -tried to reduce upload speed? What speeds have you tried? |
| 339 | +**Initial Checks** |
346 | 340 |
|
347 |
| -**Advanced Checks** \* [ ] What message is reported by ESP at 74880 baud |
348 |
| -when entering boot loading mode? \* [ ] Have you checked your USB to |
349 |
| -serial converter by looping it back? What is the result? \* [ ] Is your |
350 |
| -detailed upload log consistent with settings in IDE? What is the log? |
| 341 | +* [ ] Is your module connected to serial port and visible in IDE? |
351 | 342 |
|
352 |
| -**Reset Method** \* [ ] What reset method do you use? \* [ ] What is |
353 |
| -your connection diagram? Does it match diagram in this FAQ? \* [ ] What |
354 |
| -is your wave-form of board reset? Does it match wave-form in this FAQ? |
355 |
| -\* [ ] What is your wave-form of complete upload? Does it match |
356 |
| -wave-form in this FAQ? |
| 343 | +* [ ] Is connected device responding to IDE? What is exact message in debug window? |
357 | 344 |
|
358 |
| -**Software** \* [ ] Do you use the latest stable version of `esp8266 / |
359 |
| -Arduino <https://github.com/esp8266/Arduino>`__? What is it? \* [ ] What |
360 |
| -is the name and version of your IDE and O/S? |
| 345 | +* [ ] Have you selected correct ESP module type in *Board* menu? What is the selection? |
361 | 346 |
|
362 |
| -If you are stuck at certain step, then post this list on `ESP8266 |
363 |
| -Community Forum <http://www.esp8266.com/>`__ asking for support. |
| 347 | +* [ ] Have you tried to reduce upload speed? What speeds have you tried? |
| 348 | + |
| 349 | +**Advanced Checks** |
| 350 | + |
| 351 | +* [ ] What message is reported by ESP at 74880 baud when entering boot loading mode? |
| 352 | + |
| 353 | +* [ ] Have you checked your USB to serial converter by looping it back? What is the result? |
| 354 | + |
| 355 | +* [ ] Is your detailed upload log consistent with settings in IDE? What is the log? |
| 356 | + |
| 357 | +**Reset Method** |
| 358 | + |
| 359 | +* [ ] What reset method do you use? |
| 360 | + |
| 361 | +* [ ] What is your connection diagram? Does it match diagram in this FAQ? |
| 362 | + |
| 363 | +* [ ] What is your wave-form of board reset? Does it match wave-form in this FAQ? |
| 364 | + |
| 365 | +* [ ] What is your wave-form of complete upload? Does it match wave-form in this FAQ? |
| 366 | + |
| 367 | +**Software** |
| 368 | + |
| 369 | +* [ ] Do you use the latest stable version of `esp8266 / Arduino <https://github.com/esp8266/Arduino>`__? What is it? |
| 370 | + |
| 371 | +* [ ] What is the name and version of your IDE and O/S? |
| 372 | + |
| 373 | +If you are stuck at certain step, then post this list on `ESP8266 Community Forum <http://www.esp8266.com/>`__ asking for support. |
364 | 374 |
|
365 | 375 | Conclusion
|
366 | 376 | ~~~~~~~~~~
|
|
0 commit comments