About Switch ESP8266
Application to operate the ESP8266's website with NodeMcu firmware and configured web server.
You only need to load the firmware NodeMcu in your ESP8266 and then with Lua programming language start a web server with which to manage GPIO outputs or what you have programmed.
The program is very simple, you only have the option to configure the IP address of ESP8266 or set AutoScan option to let the app find it, it shows you both your ip such as the ESP8266 with alert in the event that the two IPs are not on the same LAN, you can add as many buttons (commands) as you wish.
You can use 1 button and 2 buttons commands, 1 button for pushbuttons, there are people who only need a command and the ESP software does several things (?GPIO = 1). The two-button commands are when you have a relay and you want to control when turn it on and when off, the variable to configure would be ON,OFF (two words separated by a comma) creating two buttons one with the ON word and another with the OFF word, so you call the web server running at the ESP with an URL ended by ?ON=1 and OFF=1 respectively, being 1 the value configured (usually the GPIO to actuate).
The value normally is the GPIO, but can be any character you can handle appropriately in web code.
Sample code to program into ESP8266:
http://37.187.4.185/server.lua
Download and install
Switch ESP8266 version 1.2.3 on your
Android device!
Downloaded 5,000+ times, content rating: Everyone
Android package:
es.geocoding.switch_esp8266, download Switch ESP8266.apk
by T####:
When trying to edit configuration, on my Samsung , Tapping in the fields to be filled brings up the keyboard on my Samsung galaxy core. At that point you can't see or edit half the fields, or the OK or Cancel buttons. and you cant remove the keyboard if you turn the device the screen reverts back to the start up screen. Since I could not define the parameters, I have no idea if it even works. This basically makes it useless. Finding a workaround I got a set of Items in for the Label, Variable, and value. When I bring the UI screen back the label I placed did not fit in the allotted space causing it to truncate. I then tried using it on my LG lucidII, I couldn't even see the editing buttons to add or remove elements. The author's response was totally irrelevant to the problems. Sorry I have to give it a thumbs down.