how to flash in Esp32 module

User avatar
arunbm123
Posts: 96
Joined: Fri Feb 23, 2018 5:36 am

how to flash in Esp32 module

Postby arunbm123 » Thu Apr 18, 2019 1:30 pm

hello esp Team,

I want to use esp32 module, I want help on wiring so that I can flash the app.
Image
Attachments
esp32.png
esp32.png (1.17 MiB) Viewed 4632 times

mikemoy
Posts: 599
Joined: Fri Jan 12, 2018 9:10 pm

Re: how to flash in Esp32 module

Postby mikemoy » Thu Apr 18, 2019 5:16 pm

Start here, and go to the schematic link on the page. It will show you how the kits is wired and what you need.

https://docs.espressif.com/projects/esp ... vkitc.html

User avatar
fly135
Posts: 606
Joined: Wed Jan 03, 2018 8:33 pm
Location: Orlando, FL

Re: how to flash in Esp32 module

Postby fly135 » Thu Apr 18, 2019 5:59 pm

LOL good thing you posted a picture or we wouldn't know what CPU you were talking about! :D

Be sure to look into GPIO 00 and it's use as a download mode signal during boot. My friend build an Ethernet board and ran the clock into GPIO 00 (the default for ethernet applications). Now the board refuses to boot unless you cycle power or reset it multiple times.

John A

mikemoy
Posts: 599
Joined: Fri Jan 12, 2018 9:10 pm

Re: how to flash in Esp32 module

Postby mikemoy » Fri Apr 19, 2019 7:02 pm

My friend build an Ethernet board and ran the clock into GPIO 00 (the default for ethernet applications). Now the board refuses to boot unless you cycle power or reset it multiple times.
Yup, I did the same thing on my first build. Wound up tieing the EN pin of the OSC to GPIO 2, and then call phy_device_power_enable_via_gpio() during the init process to fix that.

Who is online

Users browsing this forum: No registered users and 123 guests