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 Fri, 22 Sep 2023 18:34:15 +0000 hourly 1 https://wordpress.org/?v=6.8.1 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

]]>
By: Shiyun https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-841245 Fri, 16 Jun 2023 16:46:44 +0000 https://randomnerdtutorials.com/?p=91088#comment-841245 Hi Sera,

I am using your code and up until the connect to client wifi part, it worked great. However I am experiencing trouble connecting to my client wifi, it shows that “failed to connect to my wifi”. I key in exactly the password of my wifi and pressed submit. Could I please know why would that happen?

]]>
By: Mike Yan https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-819505 Fri, 17 Feb 2023 02:50:09 +0000 https://randomnerdtutorials.com/?p=91088#comment-819505 Hi Sara, I encountered a problem here, the device always connected to an open WIFI router without password after reset. Is that possible to lock the WIFI SSID I set in the file wifi.dat?

]]>
By: Umut https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-804723 Thu, 22 Dec 2022 21:23:23 +0000 https://randomnerdtutorials.com/?p=91088#comment-804723 In reply to Andrea.

did you find a solution for this?

]]>
By: Enton Hartono https://randomnerdtutorials.com/micropython-wi-fi-manager-esp32-esp8266/#comment-781547 Wed, 07 Sep 2022 11:27:06 +0000 https://randomnerdtutorials.com/?p=91088#comment-781547 In reply to Curt.

Ok great i was try this solution and work fine…

]]>