-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Doc update: Troubleshooting + SD libs #8241
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL @PilnyTomas
docs/source/troubleshooting.rst
Outdated
* Check your power supply. | ||
* Make sure that nothing is connected to pins labeled **TX** and **RX**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention checking the pin layout table in order to make sure the GPIOs numbers are.
docs/source/troubleshooting.rst
Outdated
* Hold down the **“BOOT”** button in your ESP32 board while uploading/flashing. | ||
* Hold down the **“BOOT”** button on your ESP32 board while uploading/flashing. | ||
* Solder a **10uF** capacitor in parallel with **RST** and **GND**. | ||
* If you bought your dev board from a questionable seller, they might have scammed you and sent ESP8266 instead of ESP32. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is relevant or should be mentioned in this document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean only the last one, or the capacitor too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean the sentence about questionable sellers. This must be removed.
docs/source/troubleshooting.rst
Outdated
|
||
[ 1065][E][sd_diskio.cpp:807] sdcard_mount(): f_mount failed: (3) The physical drive cannot work | ||
|
||
Most of the problems originate from a poor connection caused by Dupont cables, and one of the best solutions is to **solder all the connections** or use good quality connectors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dupont cables -> prototyping cables/wires
|
||
No, just wire your SD card directly to ESP32. | ||
|
||
Tip: If you are using a microSD card and have a spare adapter to full-sized SD, you can solder Dupont pins on the adapter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dupont -> wires
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is called a 'pin header'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be more accurate, '2.54mm pin header'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
can be merged @me-no-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just 2 small typos, else LGTM!
@PilnyTomas Can you please fix those 2 typos so this can be merged? Thanks :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Troubleshooting:
SD libraries updates:
SD_MMC_Test.ino - added hint to read README
SD_MMC/README.md - new file, partially based on IDF example
SD/README.md - extended
Minor updates: