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">Uygulama NodeMcu firmware ve yapılandırılmış bir web sunucusu ile ESP8266 web sitesini işletmek.
Yalnızca ESP8266 firmware NodeMcu yükleyin ve sonra Lua programlama dili ile GPIO çıkışlar ya da ne Programladığınız yönetmek olan bir web sunucusunu başlatmak gerekir.
Program çok basit, sadece IP ESP8266 adresini veya uygulama bulmak izin set AutoScan seçeneği yapılandırmak için seçeneğiniz vardır, o göstermek hem iki IP'ler olmadığı durumlarda uyarı ile ESP8266 gibi ip aynı LAN üzerindeki, dilediğiniz kadar düğmeleri (komutları) ekleyebilirsiniz.
Siz 1 düğme ve 2 düğme komutları butonları için 1 düğmesini kullanabilirsiniz, ancak bir komut ve ESP programına ihtiyacınız insanlar birçok şey var taşımamaktadır (? GPIO = 1). Iki düğme ON kelime ile bir ve yaratma (virgül ile ayrılmış iki kelime) Eğer bir röle olduğunda iki düğmeli komutları ve onu açtığınızda kontrol etmek istediğiniz ve ne zaman kapalı, yapılandırmak için değişken KAPALI, AÇIK olacaktır KAPALI kelime ile başka, web sunucusu,? ON = 1 sırasıyla OFF = 1 ile sona eren bir URL ile ESP çalışan yapılandırılmış bir değeri (genellikle GPIO harekete geçirmek için) 1 olmak diyoruz yani.
Değeri normalde GPIO, ancak web kodu uygun işleyebilir herhangi bir karakter olabilir.
ESP8266 içine programlamak için örnek kod:
http://37.187.4.185/server.lua</div> <div class="show-more-end">