top of page
รูปภาพนักเขียนณรงคฺ์ ประสารศักดิ์

Node32s > File > Examples > WiFi > SimpleWiFiServer

1. Arduino IDE คลิกเมนู File > Examples > WiFi > SimpleWiFiServer

2. ปรับโค้ด 7 บรรทัด ดังนี้

30: const char* ssid = "@lamloeiWLAN";

31: const char* password = "@lamloeiWLAN";

38: pinMode(2, OUTPUT); // set the LED pin mode

89: client.print("Click <a href=\"/H\">here</a> to turn the LED on pin 2 on.<br>");

90: client.print("Click <a href=\"/L\">here</a> to turn the LED on pin 2 off.<br>");

105: digitalWrite(2, LOW); // GET /H turns the LED on

108: digitalWrite(2, HIGH); // GET /L turns the LED off


3. คลิกเมนู Sketch > Upload เพื่ออัปโหลดเข้าพอร์ต Node32s


4. คลิกเมนู Tools > Serial Monitor (หรือกดคีย์ Ctrl+Shift+M) เพื่อแสดง IP Address ของ Node32s


5. เปิดเบราเซอร์ไปที่ 192.168.1.102 ให้ลอง Click here จะสังเกตเห็นว่า ไฟบนบอร์ดติด หรือดับ ตามลำดับ


ดู 16 ครั้ง0 ความคิดเห็น

Comments


bottom of page