Errors trying to setup ESP32 in ESPHome

Hi there!

I am having difficulties trying to setup a ESP NodeMCU (model: esp32-wroom-32).

I chose the first option for ESP32 which is Generic ESP32 WROVER Module

The error I get the first time I try to setup is the following:

Uploading stub…
Running stub…
Stub running…
Changing baud rate to 460800
Changed.
Configuring flash size…
Warning: Could not auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB
Compressed 15872 bytes to 10319…

A fatal error occurred: Timed out waiting for packet content
*** [upload] Error 2
========================= [FAILED] Took 11.69 seconds =========================

Any idea if I should choose something else for this specific ESP32 module? Or what else should I do so I can get it to work.

I have no problems with ESP8266 modules.

Thank you so much!
ygreq

There is specific documentation for nodemcu https://esphome.io/devices/nodemcu_esp32.html

Thank you! I realised there was a problem with one of the pins I was using for a sensor.
Your link helped as well to make up the difference between ESP32 and ESP8266 in ESPHome.

1 Like