Replies: 5 comments 6 replies
-
@DespyZx The "Hotspot" is generated from? Can you provide a short example code, where the problem can be reproduced? |
Beta Was this translation helpful? Give feedback.
-
No problem with Samsung A52. |
Beta Was this translation helpful? Give feedback.
-
Using |
Beta Was this translation helpful? Give feedback.
-
I am also getting the same problem. Did you find any solution? |
Beta Was this translation helpful? Give feedback.
-
I am too facing the similar issue. It connects to phone hotspot but not when the hotspot is generated by another ESP8266 module. Kindly suggest some solution. |
Beta Was this translation helpful? Give feedback.
-
I have an ESP32-WROOM-32 module which I was trying to connect it with WiFi, but couldn't. Reading and writing data to a device (sensor, etc) has no problem. But only connecting to WiFi, it didn't work.
E (xxxx) wifi:Set status to INIT
The error above only is shown when I tried to connect the ESP32 with Hotspot. At the other hand, when I tried to connect it with WiFi router, it didn't show any error yet connect successfully.
I had tried to add WiFi STA mode on the code, and also try to figure out the error. But all I could find are only: WL_DISCONNECT (on Router's WiFi and Hotspot) and WL_CONNECT_FAILED (on Hotspot).
Anybody has an idea on this?
Beta Was this translation helpful? Give feedback.
All reactions