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">Anwendung auf die ESP8266 der Website mit NodeMcu Firmware und konfigurierten Web-Server zu betreiben.
Sie müssen nur die Firmware NodeMcu in Ihrem ESP8266 laden und dann mit Programmiersprache Lua Starten eines Webservers, mit dem GPIO-Ausgänge oder was Sie programmiert haben, zu verwalten.
Das Programm ist sehr einfach, Sie haben nur die Möglichkeit, die IP-Adresse des ESP8266 oder setzen Autoscan-Option, damit der App finden es konfigurieren, zeigt es Ihnen sowohl Ihre IP wie der ESP8266 mit Warnung für den Fall, dass die beiden IPs nicht auf dem gleichen LAN, können Sie so viele Schaltflächen (Befehle), wie Sie möchten hinzufügen.
Du kannst 1-Taste und 2-Tasten-Befehle, 1 Taste für Drucktasten verwenden, gibt es Menschen, die nur einen Befehl und die ESP-Software braucht mehrere Dinge (? GPIO = 1). Die Zwei-Tasten-Befehle sind, wenn Sie ein Relais, und Sie steuern, wann es einschalten wollen und wann off würde die variable Konfiguration eingeschaltet sein, OFF (zwei Wörter getrennt durch ein Komma) die Schaffung von zwei Tasten eine mit dem ON Wort und ein weiterer mit dem Wort OFF, so dass Sie rufen Sie den Web-Server an der ESP laufen mit einer URL von? ON = 1 und OFF = 1 bzw. beendet wird, wobei der Wert 1 konfiguriert ist (in der Regel die GPIO zu betätigen).
Der Wert in der Regel ist der GPIO, kann aber jedes beliebige Zeichen Sie entsprechend in Web-Code verarbeiten kann.
Beispielcode, um in ESP8266 programmieren:
http://37.187.4.185/server.lua</div> <div class="show-more-end">