Eva Luation
Eva Luation
Connection works with the access point of a second Wemos ESP module. So it is a compatibility issue between the espple image and the Fritz Box access point. It would...
Hi, thank you very much for taking my topic into consideration. I think that my code fragment should/could work also in your environment. So perhaps you give it a try....
Hi, I found out why espple did not connect to by FRITZBOX. It is this line of code in user_init: ` wifi_set_phy_mode(PHY_MODE_11B);` This seem to force ESP to use 802.11B...
Perhaps you should give the other modes a try. The stability *I* see with the other modes is much more stable then the one with B. I have half a...
Hi, had a similar issue. In my case it was the "connection mode" of the ESP. wifi_station_set_config(&stationConf); wifi_set_phy_mode(PHY_MODE_11B); wifi_station_set_auto_connect(1); wifi_station_connect(); The second line seem to force ESP to use 802.11B...