[GH-ISSUE #264] Is there an easy way to change wifi channels? #221

Closed
opened 2026-02-28 01:24:10 +03:00 by kerem · 5 comments
Owner

Originally created by @gregsvo on GitHub (Dec 13, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/264

I've got a project I'm working on at my office, but there are many, many wireless devices in the building. The problem (to my knowledge) is that the ESP8266 defaults to channel 1, which is heavily used in this office- and is causing connectivity issues. I would like to change the ESP8266's channel to something else. Is there a way in the configuration in WifiManager to do so?

Thank you! I'm very new at Arduino/ESP8266, so I appreciate your patience.

Originally created by @gregsvo on GitHub (Dec 13, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/264 I've got a project I'm working on at my office, but there are many, many wireless devices in the building. The problem (to my knowledge) is that **the ESP8266 defaults to channel 1**, which is heavily used in this office- and is causing connectivity issues. **I would like to change the ESP8266's channel to something else.** Is there a way in the configuration in WifiManager to do so? **Thank you!** I'm very new at Arduino/ESP8266, so I appreciate your patience.
kerem closed this issue 2026-02-28 01:24:10 +03:00
Author
Owner

@mmr066 commented on GitHub (Dec 14, 2016):

u can use the WiFi functions of arduino core see the documentation Thanks

<!-- gh-comment-id:266976610 --> @mmr066 commented on GitHub (Dec 14, 2016): u can use the WiFi functions of arduino core see the documentation Thanks
Author
Owner

@gregsvo commented on GitHub (Dec 14, 2016):

I was hoping for a more informational answer than that. I've already seen the documentation, but wifi manager didn't seem to be respecting my changes.

<!-- gh-comment-id:267046513 --> @gregsvo commented on GitHub (Dec 14, 2016): I was hoping for a more informational answer than that. I've already seen the documentation, but wifi manager didn't seem to be respecting my changes.
Author
Owner

@ggriesse commented on GitHub (Mar 15, 2017):

Also looking for a why to change this ..

<!-- gh-comment-id:286666229 --> @ggriesse commented on GitHub (Mar 15, 2017): Also looking for a why to change this ..
Author
Owner

@girisan commented on GitHub (Oct 6, 2019):

Also looking for a why to change this ..

I can give a 'why' for an option to specify channel...
In my case, when the device goes into config mode, the SSID is not visible in the scanned list, Resetting the device repeatedly didnt help. The probable cause was, that the channel probably clashed with many other hotspots in the neighborhood. A simple work around is to let the device specify the channel, which it can randomize each time it gets into the config mode.
At present, in such cases, WiFiManager will be entirely ineffective.

<!-- gh-comment-id:538711565 --> @girisan commented on GitHub (Oct 6, 2019): > Also looking for a why to change this .. I can give a 'why' for an option to specify channel... In my case, when the device goes into config mode, the SSID is not visible in the scanned list, Resetting the device repeatedly didnt help. The probable cause was, that the channel probably clashed with many other hotspots in the neighborhood. A simple work around is to let the device specify the channel, which it can randomize each time it gets into the config mode. At present, in such cases, WiFiManager will be entirely ineffective.
Author
Owner

@tablatronix commented on GitHub (Oct 6, 2019):

#936

<!-- gh-comment-id:538753404 --> @tablatronix commented on GitHub (Oct 6, 2019): #936
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#221
No description provided.