Month: September 2021

WiFiClientSecureAxTLS.h: No such file or directory

 I recommend to install the ESP8266 v.2.7.4 package version which is known to work well. You can do this in the Arduino Board manager > Search “esp8266” > select v.2.7.4 > install: -CH340 (ใช้ใน Arduino Compatible, NodeMCUV3, Wemos D1 mini)…

การใช้งานขา GPIO ESP8266 NodeMCU แบบ Digital

ESP8266 NodeMCU การใช้งานขา GPIO แบบ Digital ขา GPIO ของ ESP8266 สามารถสั่งงาน ควบคุมเอาต์พุต และอ่านค่าอินพุตแบบดิจิตอลได้ โดยขาที่เป็น Digital จะขึ้นต้นด้วยตัว D หรือเรียกเป็นตัวเลขได้ การจัดขาของ NodeMCU เป็นดังรูปด้านล่าง โดยขา D0-D10 เรียกใช้งานได้ตามชื่อที่เขียนบนบอร์ด หรืออ้างอิงเป็นตัวเลขก็ได้ เช่น D4 = 2 (GPIO2 เรียกแทนเลขสอง) NodeMCU GPIO มีการ map ขาดังนี้ ESP8266 NodeMCU Digital Writeตัวอย่างการใช้งานควบคุมเอาต์พุตที่ขาดิจิตอล…

ESP8266 NodeMCU Relay Module – Control AC Appliances

Using a relay with the ESP8266 is a great way to control AC household appliances remotely. This tutorial explains how to control a relay module with the ESP8266 NodeMCU. We’ll take a look at how a relay module works, how…

Interface DHT11 DHT22 w/ ESP8266 NodeMCU Using Web Server

Have you ever wanted to have sensors scattered all around your house and garden reporting their temperature regularly to a central server? Then, this IoT project might be the solid launching point for you! This project uses ESP8266 NodeMCU as…

Installing ESP8266 Board in Arduino IDE (Windows, Mac OS X, Linux)

The ESP8266 community created an add-on for the Arduino IDE that allows you to program the ESP8266 using the Arduino IDE and its programming language. This tutorial shows how to install the ESP8266 board in Arduino IDE whether you’re using…