Page 1 of 1

ESP32-WROVER and ESPWROOM-32

Posted: 26 Apr 2020, 14:47
by BertB
Hi,

I have two ESP32 incarnations: ESP32-WROVER and ESPWROOM-32.
Both do not start correctly with any of the various ESP versions.
What can I use best?

Re: ESP32-WROVER and ESPWROOM-32

Posted: 26 Apr 2020, 15:30
by TD-er
How have they been flashed?
In the more recent builds, we have a build named "factory", which can be flashed to address 0.
The other builds have to be flashed with an offset and you need extra bin files for those.

Or you may flash it straight from the IDE, by compiling yourself.

Both ESP32 modules you mention should work just fine, but I guess the flashing is a bit non-standard.

Re: ESP32-WROVER and ESPWROOM-32

Posted: 26 Apr 2020, 17:32
by BertB
I see. I will give it a try.
Thanks.