Downloaded the latest ESP32 to Arduino IDE and found that every time my PC or phone looks for the AP connection then the ESP32 crashes. Usually this is when 'seeking IP Address"
Has anyone had issues with this new version. Any fixes?
WIFI AP connection crashes ESP32
Re: WIFI AP connection crashes ESP32
Hi
Don't know if you've sorted this yet.
I found by using:
before:
solved the crashing/rebooting issue. I'm still having an issue where the ESP takes a while to hand out an IP and connect though.
Don't know if you've sorted this yet.
I found by using:
Code: Select all
WiFi.enableAP(true);
Code: Select all
WiFi.softAP(SSID,PASSWORD)
Re: WIFI AP connection crashes ESP32
Thanks for that
I was using I2C at the same time.. When I removed the I2C the problems went away.. I am convinces that ESP32 is just not a good product if you attempt to use too many features.. So I have split my program into two ESPs, one for WIFI connect and one for logic. Works only because ESP is cheap.
It is interesting to see that for just the WIFI sections changes are still being made to the core program.. if I ran Espressif I would be asking some serious questions!!!
Rod
I was using I2C at the same time.. When I removed the I2C the problems went away.. I am convinces that ESP32 is just not a good product if you attempt to use too many features.. So I have split my program into two ESPs, one for WIFI connect and one for logic. Works only because ESP is cheap.
It is interesting to see that for just the WIFI sections changes are still being made to the core program.. if I ran Espressif I would be asking some serious questions!!!
Rod
Who is online
Users browsing this forum: No registered users and 61 guests