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">Применение работать сайт ESP8266 с NodeMcu прошивки и настроен веб-сервер.
Вам нужно всего лишь загрузить NodeMcu прошивки в ESP8266, а затем с языком программирования Lua запустить веб-сервер, с помощью которого управлять GPIO выходов или то, что вы запрограммировали.
Программа очень проста, у вас есть только возможность настроить IP-адрес ESP8266 или набор AutoScan параметр, чтобы приложение его найти, он показывает вам, как ваш IP, такие как ESP8266 с боевой готовности в случае, если два IP-адреса не являются на той же локальной сети, вы можете добавить столько кнопок (команд), как вы хотите.
Вы можете использовать кнопку 1 и 2 кнопки команд, 1 кнопку для кнопок, есть люди, которые только нуждаются в команду и программное обеспечение ESP делает несколько вещей (? GPIO = 1). Команды двухкнопочных это когда у вас есть реле, и вы хотите, чтобы контролировать, когда его включить и когда выключить, переменная настроить будет ON, OFF (два слова, разделенных запятой), создающие две кнопки один с ПО слова и другой со словом OFF, так что вы звоните веб-сервер работает на ESP с URL, закончившийся на ON? = 1 и OFF = 1 соответственно, будучи 1 значение написал (обычно GPIO для приведения в действие).
Значение обычно является GPIO, но может быть любой символ, вы можете обрабатывать соответствующим веб-кода.
Пример кода для программирования в ESP8266:
http://37.187.4.185/server.lua</div> <div class="show-more-end">