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">Aplicativo para operar o site da ESP8266 com firmware NodeMcu e servidor web configurado.
Você só precisa carregar o NodeMcu firmware em sua ESP8266 e, em seguida, com linguagem de programação Lua iniciar um servidor web com o qual deseja gerenciar saídas GPIO ou o que você tiver programado.
O programa é muito simples, você só tem a opção de configurar o endereço IP da ESP8266 ou definir a opção AutoScan para deixar o app encontrá-lo, ele mostra tanto o seu ip como o ESP8266 com alerta no caso em que os dois IPs não são na mesma rede local, você pode adicionar quantos botões (comandos) como você deseja.
Você pode usar um botão e 2 comandos botões, um botão para botões de pressão, há pessoas que só precisa de um comando eo software ESP faz várias coisas (? GPIO = 1). Os comandos de dois botões são quando você tem um revezamento e você quer controlar quando ligá-lo e quando desligado, a variável para configurar seria ON, OFF (duas palavras separadas por uma vírgula), criando dois botões de um com a palavra ON e outra com a palavra OFF, para que você chamar o servidor web rodando no ESP com uma URL terminou por? ON = 1 e, respectivamente, OFF = 1, sendo 1 o valor configurado (geralmente o GPIO para accionar).
O valor normalmente é o GPIO, mas pode ser qualquer personagem que você pode lidar de forma adequada no código web.
Código de exemplo para programar em ESP8266:
http://37.187.4.185/server.lua</div> <div class="show-more-end">