Hi,everyone, I bought ESP32D2WD a few days ago,but i cant use it correctly even if refer to the references and resources.so i need your help.Is there any hardware schematic about ESP32D2WD or any test board which i can buy? here is the schematic i use,is there any question ?(ps:the spi flash is empty,and the power is on.)
Best wishes! Daniels.
IS there any hardware schematic about ESP32D2WD?
IS there any hardware schematic about ESP32D2WD?
- Attachments
-
- 00.png (55.87 KiB) Viewed 7597 times
Re: IS there any hardware schematic about ESP32D2WD?
I'm not actually sure that we have a reference schematic for ESP32D2WD, however it should be identical to ESP32D0WD with only the following differences:
- Embedded flash is connected internally to pins GPIO16, GPIO17, SD_CMD, SD_CLK, SD_DATA_0 and SD_DATA_1. So ensure none of these pins are connected externally. (Ref: ESP32 datasheet Section 2.2 Pin Descriptions, Note at bottom)
- SD_DATA_2 & SD_DATA_3 (GPIOs 9 & 10) are not used for internal flash on ESP32-D2WD and can be used as GPIOs if required.
The schematic image you posted is a little small to clearly read all the GPIO numbers, but if you check it against the ESP32D0WD reference designs with the above two caveats in mind, you should be OK.
If you've checked the design and are you still having problems with the board, can you please describe them? Have you verified all power ground/pins are correctly powered, CH_PD (EN) pin is pulled high, and that the crystal is oscillating? If all these are true, you should at least get some UART serial output and can continue debugging from there.
- Embedded flash is connected internally to pins GPIO16, GPIO17, SD_CMD, SD_CLK, SD_DATA_0 and SD_DATA_1. So ensure none of these pins are connected externally. (Ref: ESP32 datasheet Section 2.2 Pin Descriptions, Note at bottom)
- SD_DATA_2 & SD_DATA_3 (GPIOs 9 & 10) are not used for internal flash on ESP32-D2WD and can be used as GPIOs if required.
The schematic image you posted is a little small to clearly read all the GPIO numbers, but if you check it against the ESP32D0WD reference designs with the above two caveats in mind, you should be OK.
If you've checked the design and are you still having problems with the board, can you please describe them? Have you verified all power ground/pins are correctly powered, CH_PD (EN) pin is pulled high, and that the crystal is oscillating? If all these are true, you should at least get some UART serial output and can continue debugging from there.
Re: IS there any hardware schematic about ESP32D2WD?
Gpio16 shows it is being used for charged signal. As stated it is already used by internal flash and also all sdio group gpio are operating at 1.8v.
Re: IS there any hardware schematic about ESP32D2WD?
thanks ESP_Angus and WiFive,it is you who give me the direction.As the ESP_Angus 's answer,I know the Gpio16 should not be used for others. so i have make it float,but it does not work! I noticed that the VDD_SDIO pin is always 0 V no matter what the MTDI pin 's voltage is. Is this normal? sorry for Reply so late,because I've tried three times.So I expect your answer very much.
Best wishes.Daniel.
Best wishes.Daniel.
Re: IS there any hardware schematic about ESP32D2WD?
Do you have uart connected? Is there any output?
Re: IS there any hardware schematic about ESP32D2WD?
thanks your reply.@ WiFive,yes,I have uart connected,There is nothing output.That makes me very helpless.
Re: IS there any hardware schematic about ESP32D2WD?
OK, in this case the good news is that it's not the flash or anything specific to the ESP32D2WD variant. If it was the flash, you'd at least get some kind of error on the UART. My earlier post had the things to check in this case:Daniel wrote:I have uart connected,There is nothing output.That makes me very helpless.
Have you verified all power ground/pins are correctly powered, CH_PD (EN) pin is pulled high, and that the crystal is oscillating? If all these are true, you should at least get some UART serial output and can continue debugging from there.
Who is online
Users browsing this forum: Dennie and 120 guests