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
</div> <div jsname="WJz9Hc" style="display:none">Toepassing op de website van de ESP8266 met NodeMcu firmware en geconfigureerd webserver opereren.
U hoeft alleen de firmware NodeMcu laden in uw ESP8266 en vervolgens met Lua programmeertaal start een webserver waarmee GPIO uitgangen of wat je hebt geprogrammeerd beheren.
Het programma is zeer eenvoudig, u alleen de mogelijkheid om het IP-adres van ESP8266 of stel AutoScan optie laat de app vind het configureren, het toont u zowel uw ip zoals de ESP8266 met signalering in het geval dat de twee IP-adressen zijn niet op hetzelfde LAN, kunt u zo veel knoppen (opdrachten) als u wilt toevoegen.
Je kunt 1-knop en 2 knoppen opdrachten, 1 knop voor drukknoppen gebruiken, zijn er mensen die alleen een opdracht en de ESP-software nodig heeft verschillende dingen (? GPIO = 1). De twee-knop commando's zijn als je een relais en u wilt bepalen wanneer zet hem aan en wanneer uitgeschakeld, zou de variabele configureren ON zijn, OFF (twee woorden gescheiden door een komma), het creëren van twee knoppen een met de ON woord en andere met de UIT-woord, zodat u bellen met de webserver draait op de ESP met een URL beëindigd door ON? = 1 respectievelijk UIT = 1, zijnde 1 de waarde ingesteld (meestal de GPIO te bedienen).
De waarde normaal gesproken is de GPIO, maar kan elk teken kunt u adequaat behandelen in web code.
Voorbeeldcode te programmeren in ESP8266:
http://37.187.4.185/server.lua</div> <div class="show-more-end">