Light Sensor (Photoresistor) With Arduino UNO R3 Discovering the process of reading a photoresistor becomes an exciting endeavor when utilizing Arduino's Analog Input. Continue Reading
How to use ESP-01S with ESP8285 MCU The ESP-01s 2023 version, featuring the latest ESP8285 MCU. This new iteration maintains full compatibility with t... Continue Reading
SW-420 Vibration Sensor Arduino Tutorial In this tutorial, we will delve into the SW-420 Vibration sensor, discussing its functionality and how to interface it with an Arduino board. Continue Reading
Playing Music With A Speaker In UNO R3 Project In just a few minutes, you can build your own Arduino speaker capable of playing music using the Arduino platform. Continue Reading
DS3231 Real Time Clock Tutorial with Arduino UNO R3 The DS3231 is an affordable and highly accurate Real-Time Clock (RTC) that accurately tracks hours, minutes, seconds, day, month, and year information. Continue Reading
Interfacing DHT11 and DHT22 Sensors with Arduino UNO R3 DHT22 uses a capacitive humidity sensor and a thermistor to measure the surrounding air and spits out a digital signal on the data pin. Continue Reading
Using the Real-Time Clock DS1302 module with Arduino UNO R3 The DS1302 is a cost-effective solution for timekeeping applications. It provides timekeeping functionality at an affordable price point. Continue Reading
ESP32-S3 Sync RTC time with NTP server We are excited to provide a free public NTP server for your convenience. Our server is located in Sydney, Australi... Continue Reading
ESP32 RTC The ESP32 is a powerful and versatile microcontroller with an embedded RTC module. The RTC module enables tracking... Continue Reading
Persistent Data Storage on ESP32: Leveraging EEPROM and Preferences for Permanent Data Retention In ESP32, you have the ability to programmatically read and write data into the flash memory, similar to using a U... Continue Reading
ESP32 WIFI Soft Access Point ESP32 Soft AP refers to the Soft Access Point functionality provided by the ESP32 microcontroller. The Soft AP fea... Continue Reading
ESP32 WIFI Client Mode - Multiple Wirelss APs At times, it may be necessary to move your ESP32 device between different locations, such as using your home WiF... Continue Reading