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">Aplikasi untuk mengoperasikan website ESP8266 dengan NodeMcu firmware dan server web dikonfigurasi.
Anda hanya perlu memuat NodeMcu firmware di ESP8266 Anda dan kemudian dengan bahasa pemrograman Lua mulai server web yang dapat digunakan untuk mengelola output GPIO atau apa yang Anda telah diprogram.
Program ini sangat sederhana, Anda hanya memiliki pilihan untuk mengkonfigurasi alamat IP dari ESP8266 atau menetapkan pilihan AutoScan untuk membiarkan aplikasi menemukannya, itu menunjukkan Anda berdua ip Anda seperti ESP8266 dengan peringatan dalam hal kedua IP tidak pada LAN yang sama, Anda dapat menambahkan sebanyak tombol (perintah) yang Anda inginkan.
Anda dapat menggunakan 1 tombol dan 2 tombol perintah, 1 tombol untuk pushbuttons, ada orang yang hanya membutuhkan perintah dan software ESP tidak beberapa hal (? GPIO = 1). Perintah dua tombol yang ketika Anda memiliki sebuah relay dan Anda ingin mengontrol kapan menyalakannya dan ketika off, variabel untuk mengkonfigurasi akan ON, OFF (dua kata yang dipisahkan oleh koma) menciptakan dua tombol satu dengan kata ON dan lain dengan kata OFF, sehingga Anda menelepon web server berjalan pada ESP dengan URL diakhiri dengan? ON = 1 dan masing-masing OFF = 1, menjadi 1 nilai dikonfigurasi (biasanya GPIO untuk menjalankan).
Nilai normal adalah GPIO, tetapi dapat berupa karakter yang Anda dapat menangani dengan tepat dalam kode web.
Contoh kode untuk program ke ESP8266:
http://37.187.4.185/server.lua</div> <div class="show-more-end">