Comments on: MicroPython: Wi-Fi Manager with ESP32 (ESP8266 compatible) https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 30 Jul 2025 15:53:51 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-1076324 Wed, 30 Jul 2025 15:53:51 +0000 https://randomnerdtutorials.com/?p=91088#comment-1076324 In reply to Stan Panis.

Thanks for letting us know.
Regards,
Sara

]]>
By: Stan Panis https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-1075751 Mon, 28 Jul 2025 21:36:29 +0000 https://randomnerdtutorials.com/?p=91088#comment-1075751 Hello Sara, this is very helpful, thank you. I had a little trouble for the ESP32 to connect to my home network because the password includes a “+”, which was recorded as “%2B” and rejected by my home network. For those with non-alphanumeric characters in SSID or password, take note of the way it is recorded (in the log) and change it back just before “wlan_sta.connect(ssid, password)” in wifimgr.py.

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-1064577 Fri, 04 Jul 2025 09:24:53 +0000 https://randomnerdtutorials.com/?p=91088#comment-1064577 In reply to Hans Ratzinger.

Hi.
Because it’s easier for beginners.

Regards,
Sara

]]>
By: Hans Ratzinger https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-1064540 Fri, 04 Jul 2025 06:17:06 +0000 https://randomnerdtutorials.com/?p=91088#comment-1064540 Thx for another great tutorial! Why do you recommend to use Thonny IDE or uPyCraft IDE instead of VSC for micro python?

]]>
By: Curt Ruhlman https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-861993 Fri, 22 Sep 2023 18:34:15 +0000 https://randomnerdtutorials.com/?p=91088#comment-861993 In reply to Curt.

This looks like great work. I am trying to overcome another issue but will try it as soon as I have stave code. Thanks. The other other Curt

]]>
By: Curt https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-861990 Fri, 22 Sep 2023 18:25:51 +0000 https://randomnerdtutorials.com/?p=91088#comment-861990 In reply to Curt Ruhlman.

The device remembers a successful connection. If you always want a new connection, check out my code posted here:

https://github.com/orgs/micropython/discussions/12435

The other Curt

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-861836 Thu, 21 Sep 2023 22:53:03 +0000 https://randomnerdtutorials.com/?p=91088#comment-861836 In reply to Curt Ruhlman.

Hi.
I suggest copying everything from the boot.py to the beginning of the main.py file.
Regards,
Sara

]]>
By: Curt Ruhlman https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-861617 Wed, 20 Sep 2023 16:57:53 +0000 https://randomnerdtutorials.com/?p=91088#comment-861617 Sara,
Thank you for the great tutorials. I am struggling with integrating this code and concept into a project that monitors a sensor.

My board seems to always boot as a station even after I have removed the credentials from the code. I don’t ever get it to boot as an AP.

Can you offer any suggestions?

All of this occurs within the boot.py file which loops continually reading the sensor, posting to a remote database, and sleeping for 3 minutes. A

]]>
By: Ged Davis https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-856418 Tue, 22 Aug 2023 07:55:05 +0000 https://randomnerdtutorials.com/?p=91088#comment-856418 Hi Sara, Great Tutorial, many thanks.

I’m wanting to join a network that requires a client-id as well as SSID and password. Can you offer any guidance and how this might be achieved?

Thanks
Ged

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-842106 Wed, 21 Jun 2023 10:30:00 +0000 https://randomnerdtutorials.com/?p=91088#comment-842106 In reply to Shiyun.

Hi.
Make sure you’re typing the write SSID and password – take into account uppercase and lowercase.
Additionally, make sure you don’t add any extra spaces.
Regards,
Sara

]]>