Search found 573 matches

by boarchuz
Thu Aug 23, 2018 12:03 pm
Forum: ESP32 Arduino
Topic: Problem with flashing ESP32
Replies: 10
Views: 17646

Re: Problem with flashing ESP32

Are you changing the port? Windows will probably assign it a different port, even if you plug it into the exact same USB port with the exact same cable that you just pulled out of the first board.
by boarchuz
Wed Aug 22, 2018 6:30 am
Forum: ESP32 Arduino
Topic: Delayed WiFi.begin() with "ESP32 WROVER Module" board selected
Replies: 2
Views: 5349

Re: Delayed WiFi.begin() with "ESP32 WROVER Module" board selected

You're right, it's setup that is delayed. And it's something to do with RAM- Setting "PSRAM" to "Enabled" in the ESP32 Dev Module options also creates the ~1500ms delay. I've set up ESP-IDF and had a play. Enabling CONFIG_SPIRAM_SUPPORT adds a negligible difference whether or not CONFIG_SPIRAM_MEMTE...
by boarchuz
Tue Aug 21, 2018 5:59 am
Forum: ESP32 Arduino
Topic: Delayed WiFi.begin() with "ESP32 WROVER Module" board selected
Replies: 2
Views: 5349

Delayed WiFi.begin() with "ESP32 WROVER Module" board selected

There is a 1500ms delay between WiFi.begin() and SYSTEM_EVENT_WIFI_READY using an ESP32-WROVER with "ESP32 WROVER Module" selected as board in Arduino IDE. This problem does not occur if a different board is selected. Tested using the same ESP32-WROVER physical module but with "ESP32 Dev Module" sel...