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…
12.If Statement (Conditional Statement)
The if() statement is the most basic of all programming control structures. It allows you to make something happen or not, depending…
11.ESP32 CAM – Pinout
In this post, we’ll be taking a closer look at the ESP32-CAM hardware, and more specifically, the ESP32-CAM pinout. ESP32-CAM…
10.ESP32 Pinout Reference
One of the advantages of the ESP32 is that it has a lot more GPIOs than the ESP8266. You won’t…
9.ESP8266 Pinout | Pins and Their Functions of ESP8266 SoC
Espressif’s ESP8266 is a Wi-Fi SoC. It has all the bells and whistles for Wi-Fi Network connectivity as well as…
8.Arduino UNO Pinout, Specifications, Board Layout, Pin Description
Introduction Perhaps the most popular board in the Arduino line-up is the Arduino UNO. There are other boards like the…
7.Arduino Mega Pinout | Arduino Mega 2560 Layout, Specifications
Arduino Mega Pinout | Arduino Mega 2560 Layout, Specifications While Arduino Nano is a breadboard friendly version of Arduino UNO…
6.How to Install the Arduino IDE Software on Windows 10
In this article. I will show you how to install the Arduino IDE software on Windows 10. Arduino IDE is software for progaming…
5.Intro to Arduino
An Arduino is an open-source microcontroller development board. In plain English, you can use the Arduino to read sensors and…