Getting Started

rowan.bradley
Posts: 6
Joined: Tue Jan 01, 2019 3:31 pm

Getting Started

Postby rowan.bradley » Tue Jan 01, 2019 3:40 pm

I have an ESP32 development board made by DIYmore. If I power it up the blue LED flashes, and the red LED is permanently on. I have tried loading a sketch from the Arduino IDE, but I get this:

Sketch uses 599086 bytes (45%) of program storage space. Maximum is 1310720 bytes.
Global variables use 41484 bytes (12%) of dynamic memory, leaving 286196 bytes for local variables. Maximum is 327680 bytes.
esptool.py v2.3.1
Connecting........_____....._____....._____....._____....._____....._____....._____....._____....._____....._____

A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

It is clearly not communicating with the ESP32.

What may be wrong?

How do I load the correct board definition into Arduino IDE so that it recognises this board type?

Or is the DIYmore board equivalent to some board type that the IDE already recognises?

What drivers do I need to load on my PC (Windowsd 8.1) in order to communicate correctly with the ESP32?

SuperTechSaiyan3
Posts: 14
Joined: Tue Jan 01, 2019 6:59 pm

Re: Getting Started

Postby SuperTechSaiyan3 » Wed Jan 02, 2019 1:16 am

for drivers make sure you have the CP2102 driver it should pop up under COM ports in device manager.

having said that, I had this same exact issue with the blue light flashing, that I recently fixed, here are my suggestions that fixed mine:

1. use esp flash tool to wipe all data on the ESP, then try to program it.

2. what GPIO pins are your using? use different ones, I think using GPIO 2 or 4 was causing my issue

OutOfLine
Posts: 52
Joined: Sat Feb 24, 2018 1:32 pm

Re: Getting Started

Postby OutOfLine » Thu Jan 03, 2019 4:17 pm

Many boards come with 2 buttons
different boards may give them different names, so just try...

when the Connecting..... line starts building up press one of the buttons for a few seconds
then release

if it does not start uploading repeat with the other one

rowan.bradley
Posts: 6
Joined: Tue Jan 01, 2019 3:31 pm

Re: Getting Started

Postby rowan.bradley » Thu Jan 03, 2019 5:12 pm

That sorted it thank you. Yes, there are two buttons on the board (marked Boot, and EN), as well as an On/Off switch. I had to press the Boot button, then it started to load correctly, and the sketch ran successfully. Why isn;t this mentioned in the official documentation somewhere? Or have I just not found the correct documentation?

Anyway, thanks for your help. Now I will try writing some code of my own.

Thanks - Rowan

OutOfLine
Posts: 52
Joined: Sat Feb 24, 2018 1:32 pm

Re: Getting Started

Postby OutOfLine » Fri Jan 04, 2019 5:57 am

Many boards do enter flash mode automatically, some don't and you have to press the button. I guess it is a problem in the board design.

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

Re: Getting Started

Postby fly135 » Fri Jan 04, 2019 2:35 pm

It's not just the boards. It's also the USB. I have a USB extension cable attached to a desktop and I have to hold BOOT while toggling EN to get it to load. But if I connect the same board to my laptop with a short USB cable it will automatically download with no button press.

John A

2strokespower
Posts: 2
Joined: Wed Jan 09, 2019 12:58 am

Re: Getting Started

Postby 2strokespower » Wed Jan 09, 2019 1:11 am

Hi everybody,

I also am trying to use the ESP32 with ArduinoIDE.

I follow the steps of the following video tutorial: https://www.youtube.com/watch?v=hjJx6QOWVkU.

The problem is that when I try to verify the WiFiScan example I just get the same message.
Error.png
Error.png (42.84 KiB) Viewed 8617 times
Can, please, someone help me or give me some orientation.

Regards,
Diogo Cruz

SuperTechSaiyan3
Posts: 14
Joined: Tue Jan 01, 2019 6:59 pm

Re: Getting Started

Postby SuperTechSaiyan3 » Wed Jan 09, 2019 3:35 am

Hey Diogo,

your image does not show an error can you show it?

if it is same as the OP, try the technique above where you press the buttons, if that does not work and you see a blue LED try my method above.

2strokespower
Posts: 2
Joined: Wed Jan 09, 2019 12:58 am

Re: Getting Started

Postby 2strokespower » Wed Jan 09, 2019 6:18 pm

The error was the following:
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

I manage to upload the example WiFiScan to the ESP32, holding down the boot button before starting the upload and stop holding the boot button after realize that was uploading.
Solved.png
Solved.png (55.42 KiB) Viewed 8566 times
Thanks for the help.

Who is online

Users browsing this forum: No registered users and 123 guests