How can I connect to the ESP8266 module via swift? I connect ESP8266's wifi through the phone's wifi menu, is it possible to do this with my swift app? Opens the connection with the ip address 192.168.4.1. I want to make this connection through my mobile application.
1 Answer
Yes, it is possible to connect ESP device to access point using swift application. you need to use Smart config Protocol.
with the help of protocol you will able to connect your ESP with Any Access Point (Router) link also check github
3 Comments
stackengineer
The application is not working properly, is there a more detailed source? I need help, thank you.
NavinBagul
check out this project, Its working. I implemented it in my live project. (github.com/EspressifApp)
NavinBagul
I edited link, Please check it, You will find all projects here