OpenGarage Forums OpenGarage Firmware Wifi continuous reconnections every 1 minute Reply To: Wifi continuous reconnections every 1 minute

#875

[email protected]
Participant

OK. I did lots of investigations. The issue is not related to 5G. This is a ESP8266 bug.

The issue happens when one of my accesspoints sends an IGMPv2
Membership Query, general”. This resets ESP8266 connection to wifi and itself altogether.

I used Wireshark and got a smart switch to mirror my Ethernet ports. What I get is exactly like this:

https://cloud.githubusercontent.com/assets/11584787/14078381/b484c8d6-f4f5-11e5-8d76-edd284d43a61.png

This is the full article:

SSDP crash after receiving IGMP message from Access Point #1826

esp8266/Arduino update for multicast bug

I think the firmware needs to be build with this esp8266 fix.