My M5stack can't connect to WiFi.(SOLVED)
-
Hello, I have a connection problem that my M5Stack can't connect to Wifi. I erased flash and successfully burned UIFlow-v1.3.2. I selected "Set WiFi via AP" mode and I connected 192.168.4.1 then entered my Wifi password but it failed always, never success. I tried more than 20times but no success. Please help me to solve this issue. Any advise, suggestion would be appreciated. Thank you.
-
Is there a space in the Wifi name?
M5stack can't access wifi networks with spaces in the SSID -
@ajb2k3 Thank you so much. There was a space in my SSID. I changed it removing a space and now M5stack can connect to WiFi. Thank you again!
-
@ajb2k3 Can I contribute a fix somewhere? I don't have the option of changing my SSID.
-
@boneskull What fix would you propose? you could submit it in the issues of the uiflow micropython repo on github https://github.com/EeeeBin/UIFlow-Firmware/tree/beta
-
Hi, I don't know if this problem has been already fixed, but I found a solution few days ago. The problem is caused by wrong url encoding made by M5Stack: it encodes the white space with a "+" instead of a "%20". You can manually edit the generated url replacing the "+" with "%20" (without quotes) and it will connect to the wifi.
-
@zolfrik said in My M5stack can't connect to WiFi.(SOLVED):
Hi, I don't know if this problem has been already fixed, but I found a solution few days ago. The problem is caused by wrong url encoding made by M5Stack: it encodes the white space with a "+" instead of a "%20". You can manually edit the generated url replacing the "+" with "%20" (without quotes) and it will connect to the wifi.
this solution works!! Thanks a lot!
-
This work to me.
I added Wifi%home%name%9900 and work