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">Applicazione per operare il sito web del ESP8266 con firmware NodeMcu e web server configurato.
Hai solo bisogno di caricare il firmware NodeMcu in ESP8266 e poi con il linguaggio di programmazione Lua avviare un server web con cui gestire le uscite GPIO o ciò che avete programmato.
Il programma è molto semplice, si ha solo l'opzione per configurare l'indirizzo IP del ESP8266 o impostare l'opzione di scansione automatica per consentire l'applicazione trovarlo, si vede che entrambi vostro IP come il ESP8266 con allarme nel caso in cui i due PI non sono sulla stessa LAN, è possibile aggiungere il numero di pulsanti (comandi) che si desidera.
È possibile utilizzare il tasto 1 e 2 comandi bottoni, 1 pulsante per pulsanti, ci sono persone che hanno solo bisogno di un comando e il software ESP fa diverse cose (? GPIO = 1). I comandi a due bottoni sono quando si dispone di un relè e si desidera controllare quando accendere e quando fuori, la variabile per configurare sarebbe ON, OFF (due parole separate da una virgola), creando due pulsanti di cui uno con la parola ON e un'altra con la scritta OFF, così si chiama il server web in esecuzione al ESP con un URL finito per? ON = 1 e, rispettivamente, OFF = 1, essendo 1 il valore configurato (di solito il GPIO di azionare).
Il valore normalmente è il GPIO, ma può essere qualsiasi carattere si può gestire in modo appropriato nel codice web.
Il codice di esempio per programmare in ESP8266:
http://37.187.4.185/server.lua</div> <div class="show-more-end">