Skip to content

esp8266 wifi and dual band 2.4GHz/5GHz router #8956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dmikushin opened this issue Jul 11, 2023 · 2 comments
Open

esp8266 wifi and dual band 2.4GHz/5GHz router #8956

dmikushin opened this issue Jul 11, 2023 · 2 comments

Comments

@dmikushin
Copy link

Dear all, thank you for all your great work!

I'm aware that esp8266 is 2.4GHz band only. I don't understand though what prevents esp8266 from connecting to a dual-band router. I'm seeing my other 2.4GHz-only devices successfully being connected to the same ssid. So why does not it work for esp8266 exactly? Is it a hardware limitation or maybe a logical issue in the esp wifi software published here?

@15-ederch
Copy link

15-ederch commented Jul 12, 2023 via email

@TD-er
Copy link
Contributor

TD-er commented Jul 18, 2023

Try forcing the ESP to use only 802.11g and not 802.11n
Some router/access points try to steer clients to another band (literally called band steering) by shortly disconnecting the client.
It seems like routers might not do this when a device only claims to support 802.11g as this band steering feature is unknown to devices not supporting 802.11n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants