Freedom2000, welcome aboard!
XorAndOr, my application is a simple numeric keypad on my phone that would be used to open my main door. I can write all the code for this.
On the ESP side, I'll connect a pic that will decode the series of numbers, and operate the relay if the code matches. No problems here either.
Now, for some reasons (range being one of them) I'd like the ESP to act as a soft AP, and not involve my router at all.
But, my cellphone would be by default connected to the router. Therefore, ideally, I'd like the app running on the mobile to specifically connect to the ESP (soft AP mode) when executed, do its business, and while exiting hand over connection of the phone back to the router.
Is this do-able?
BTW, your sample LUA codes for the ESP have been a great starting point, and will work as a basis for my own code, thanks.
Regards,
Anand