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 للسماح التطبيق العثور عليه فقط، فإنه يظهر لك كل من الملكية الفكرية الخاصة بك مثل ESP8266 مع التنبيه في حالة أن البرامج المتكاملة ليسا على نفس الشبكة المحلية، يمكنك إضافة العديد من الأزرار (أوامر) كما يحلو لك.
يمكنك استخدام زر 1 و 2 أزرار الأوامر، 1 زر الأزرار، وهناك أشخاص الذين يحتاجون إلى قيادة وبرنامج ESP فقط لا عدة أشياء (؟ GPIO = 1). الأوامر على زر هما عندما يكون لديك تتابع وكنت تريد التحكم عند تشغيله وعند الخروج، فإن المتغير لتكوين يكون ON، OFF (كلمتين مفصولة بفواصل) خلق زرين واحد مع كلمة ON و آخر مع كلمة OFF، لذلك يمكنك استدعاء ملقم ويب يستخدم في ESP مع URL انتهت؟ ON = 1 و OFF = 1 على التوالي، يجري 1 قيمة تكوين (عادة GPIO لتحفيز).
القيمة هي عادة GPIO، ولكن يمكن أن يكون أي حرف يمكنك التعامل بشكل مناسب في التعليمات البرمجية على شبكة الإنترنت.
نموذج التعليمات البرمجية للبرنامج في ESP8266:
http://37.187.4.185/server.lua</div> <div class="show-more-end">