Is it possible? ESP8266 connect to router wifi via iOS application? I want to make an application control something by ESP8266. My workflow bellow:
- Open the app, on the device connected to wifi router.
- Connect to ESP8266 and give it SSID and PASSWORD info from current Wifi.
- ESP8266 receive this infos and auto connect to Wifi router.
Thank for your advices first.
I tried this way but I get user experience. Because user has to do many steps. - Using WiFiManager, make ESP8266 as wifi router. - Go to Wifi setting from device to connect to ESP8266 Wifi. - Give Wifi infos (SSID, PASSWORD) by go to 192.168.4.1 from web browser. Just note here to avoid this way
Please give me your advices. Thank you