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 ของคุณแล้วกับการเขียนโปรแกรมภาษาลัวะเริ่มต้นเว็บเซิร์ฟเวอร์ที่จะจัดการผล GPIO หรือสิ่งที่คุณมีโปรแกรม
โปรแกรมที่ง่ายมากที่คุณจะมีตัวเลือกในการกำหนดค่าที่อยู่ IP ของ ESP8266 หรือตั้งค่าตัวเลือก AutoScan เพื่อให้การตรวจสอบพบว่ามันก็แสดงให้เห็นคุณทั้งสอง IP ของคุณเช่น ESP8266 ที่มีการแจ้งเตือนในกรณีที่ทั้งสอง IP ที่ไม่ได้ บน LAN เดียวกันคุณสามารถเพิ่มปุ่มเป็นจำนวนมาก (คำสั่ง) ตามที่คุณต้องการ
คุณสามารถใช้ปุ่ม 1 และ 2 คำสั่งปุ่ม 1 ปุ่มปุ่มกดมีคนที่จะต้องสั่งการและซอฟแวร์ ESP จะมีหลายสิ่งหลายอย่าง (? GPIO = 1) คำสั่งสองปุ่มเมื่อคุณมีการถ่ายทอดและคุณต้องการที่จะควบคุมเมื่อเปิดเครื่องและเมื่อปิดตัวแปรในการกำหนดค่าจะเป็น ON, OFF (สองคำคั่นด้วยเครื่องหมายจุลภาค) การสร้างสองปุ่มหนึ่งที่มีคำว่าบนและ ที่มีคำว่า OFF เพื่อให้คุณโทรหาเว็บเซิร์ฟเวอร์ที่ใช้ ESP ที่มี URL จบลงด้วย? ON = 1 และปิด = 1 ตามลำดับให้เป็น 1 ค่าการกำหนดค่า (ปกติ GPIO เพื่อกระตุ้น)
ค่าปกติ GPIO แต่สามารถเป็นตัวอักษรใด ๆ ที่คุณสามารถจัดการได้อย่างเหมาะสมในรหัสเว็บ
โค้ดตัวอย่างการเขียนโปรแกรมเข้า ESP8266:
http://37.187.4.185/server.lua</div> <div class="show-more-end">