Esp32 firmware 1.17 with spiram WIFI issue

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
eldstado
Posts: 4
Joined: Wed Aug 26, 2020 7:59 pm

Esp32 firmware 1.17 with spiram WIFI issue

Post by eldstado » Fri Oct 29, 2021 10:42 am

Hi
I've been using firmware 1.14 with spiram build on IDF 3.x and its been working fine on esp32 wrover-b.

After updating to v 1.17 build on idf 4.x there is some problems using WIFI. if router uses default DHCP_LEASE time (7200 secs) the board looses connection exactly every hour(half the lease time) and reboots(my code)

if I set another dhcp_lease time, it works okay. For example if I set lease time on router to 3600 it works as it should.

Any idea why?

eldstado
Posts: 4
Joined: Wed Aug 26, 2020 7:59 pm

Re: Esp32 firmware 1.17 with spiram WIFI issue

Post by eldstado » Fri Feb 04, 2022 1:15 pm

Still same issue om v18. Nobody else seeing this problem?

Post Reply