-->
Page 1 of 1

WeMos D1 Mini ESP8266 access point when no wifi

PostPosted: Thu Feb 07, 2019 2:53 am
by fred7
Hello!
I saw a video where WeMos D1 Mini was used for logging temperature and sending the values to the internet. But the cool thing was how wifi name and password was entered - when Wemos was not able to connect local wifi, it automatically turned itself into Access Point. The user logged in using his smartphone and entered the wifi password and name. Then restarted Wemos and after that it was working.

So far when testing my Wemos D1 Mini board, everywhere I go (home, work, country) I always have to upload the whole program code with new wifi name and password.

Does anyone have any idea how it was done, that when Wemos board was not able to connect local wifi, it turned itself into Access Point?

Re: WeMos D1 Mini ESP8266 access point when no wifi

PostPosted: Thu Feb 07, 2019 3:19 am
by QuickFix
Search for "WifiManager". :idea:

Re: WeMos D1 Mini ESP8266 access point when no wifi

PostPosted: Thu Feb 07, 2019 4:06 am
by fred7
QuickFix wrote:Search for "WifiManager". :idea:


Thanks for the quick reply! This was exactly what I was looking for.