13.ฝึก Arduino โดยไม่มีบอร์ดด้วย Wokwi
https://wokwi.com/ A recent article introduced three popular Arduino simulators for makers. One of them is the Wokwi Arduino Simulator, an online…
https://wokwi.com/ A recent article introduced three popular Arduino simulators for makers. One of them is the Wokwi Arduino Simulator, an online…
The if() statement is the most basic of all programming control structures. It allows you to make something happen or not, depending…
In this post, we’ll be taking a closer look at the ESP32-CAM hardware, and more specifically, the ESP32-CAM pinout. ESP32-CAM…
One of the advantages of the ESP32 is that it has a lot more GPIOs than the ESP8266. You won’t…
Espressif’s ESP8266 is a Wi-Fi SoC. It has all the bells and whistles for Wi-Fi Network connectivity as well as…
Introduction Perhaps the most popular board in the Arduino line-up is the Arduino UNO. There are other boards like the…
Arduino Mega Pinout | Arduino Mega 2560 Layout, Specifications While Arduino Nano is a breadboard friendly version of Arduino UNO…
In this article. I will show you how to install the Arduino IDE software on Windows 10. Arduino IDE is software for progaming…
An Arduino is an open-source microcontroller development board. In plain English, you can use the Arduino to read sensors and…
ไดโอดเปล่งแสง (Light Emitting Diode) นิยมเรียกสั้น ๆ ว่า แอลอีดี (LED) คืออุปกรณ์ไฟฟ้าที่จะเปล่งแสงออกมาเมื่อมีกระแสไฟฟ้าไหลผ่านตัวมัน แต่กระแสไฟฟ้าที่ไหลผ่านนั้น ก็จะต้องมีค่าไม่มากจนเกินไป ไม่เช่นนั้นหลอด LED ก็จะขาดและเสียหายได้ ตัวต้านทาน (Resistor) จึงเข้ามามีบทบาทเข้ามาเกี่ยวข้องในวงจรที่มี LED รวมทั้งวงจรอื่นทั่วไป ตัวต้านทานมีหน้าที่จำกัดปริมาณกระแสไฟฟ้าและแรงดันไฟฟ้าตกคร่อมอุปกรณ์อื่น ๆ ที่ต่อเข้ากับตัวมันในวงจร การคำนวณค่าความต้านทานจึงเป็นสิ่งที่จำเป็นเป็นอย่างมาก…