Page 1 of 1

What need to take care while building custom ESP32 D0WD PCB

Posted: Sat Jun 29, 2019 5:13 am
by pdudulwar
Have built custom test board using espressif ESP32 IC which was ordered from DIGIKEY. Followed all the hardware design guidelines. But still not able to upload the code. Coming across Packet header failure.

Anyone have faced similar issue as well as anything that I need to look into.

Re: What need to take care while building custom ESP32 D0WD PCB

Posted: Mon Jul 01, 2019 3:30 pm
by ESP_Sprite
Can you post more info (e.g. schematics and full output of the flashing process) so we can try to help you?

Re: What need to take care while building custom ESP32 D0WD PCB

Posted: Mon Jul 01, 2019 5:05 pm
by kintara
You could try removing the ESP32 from your board and connect it via USB to a PC with the Arduino IDE running on it. Try to upload a simple sketch. I f it still fails you'll know it is probably you IDE setup that is wrong.
(Are you pressing the reset button when the IDE says 'Uploading'?)
Kintara