You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use my WiCan device to monitor the SOC of my EV during charging.
I have a meshed wifi with multiple APs all with the same SSID. Since the wifi signal in my garage normally isn't very good I tried to improve it with a repeater.
'Normal' devices are working fine with this setup but I found that the WiCan device will almost never connect to the near (strong signal) AP but will more likely connect to a far (weak signal) AP which result in a rather unstable connection.
This seems to be a common problem with many ESP32 Wifi implementations and I found some suggestions on how to improve this.
@meatpiHQ
Great timing :) , just managed to get a working build environment and build a firmware binary myself with WIFI_ALL_CHANNEL_SCAN, WIFI_CONNECT_AP_BY_SIGNAL and 802.11 k / v support.
From a first test it seemed to work fine.
Hi,
i use my WiCan device to monitor the SOC of my EV during charging.
I have a meshed wifi with multiple APs all with the same SSID. Since the wifi signal in my garage normally isn't very good I tried to improve it with a repeater.
'Normal' devices are working fine with this setup but I found that the WiCan device will almost never connect to the near (strong signal) AP but will more likely connect to a far (weak signal) AP which result in a rather unstable connection.
This seems to be a common problem with many ESP32 Wifi implementations and I found some suggestions on how to improve this.
I'd appreciate it very much if the wifi code could somehow be improved to work better with my environment.
The text was updated successfully, but these errors were encountered: