การ Fix IP ให้ NodeMCU
การ Fix IP ให้ NodeMCU ทดสอบ Fix IP ดังนี้ IP Address: 192.168.1.50 Subnet mask: 255.255.255.0 Gateway: 192.168.1.1 =================================================== #include <ESP8266WiFi.h> const char* ssid = “ชื่อwifi“; …
การ Fix IP ให้ NodeMCU ทดสอบ Fix IP ดังนี้ IP Address: 192.168.1.50 Subnet mask: 255.255.255.0 Gateway: 192.168.1.1 =================================================== #include <ESP8266WiFi.h> const char* ssid = “ชื่อwifi“; …
แสดงหมายเลข IP Addreee และ Mac Address ============================================== #include <ESP8266WiFi.h> const char* ssid = “ชื่อwifi“; const char* password = “รหสัผ่านwifi“; void setup() { Serial.begin(115200); delay(10); // We start by…
ขั้นตอน 1. คลิกที่เมนู File > Example > ESP8266 > คลิกเลือก Blink 2. ตัวอย่างโค้ด ——————————————————————————————————— /* ESP8266 Blink by Simon Peter Blink the blue LED on the ESP-01 module This example…