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
ESP32 WIFI Client Mode - Single AP with Optional Manual IP Configuration WiFi STA (Station) mode refers to the operating mode of a WiFi-enabled device, such as a microcontroller or IoT de... Continue Reading
ESP32 WIFI Scan The ESP32 Wi-Fi scan functionality allows you to detect and retrieve information about the available Wi-Fi network... Continue Reading
ESP32 OTA using PlatformIO Overview Over-the-Air (OTA) programming allows for updating the ESP32 microcontroller wirelessly, eliminating the n... Continue Reading
Installing the ESP32 Board in Arduino IDE The ESP32 community created an add-on for the Arduino IDE that allows you to program the ESP32 using the Arduino ID... Continue Reading
How to install CH340 Driver Sometimes, you might encounter difficulties when trying to establish a connection between your development board an... Continue Reading
I2C Communication Protocol OVERVIEW I2C (Inter Integrated Circuit) is a low-speed serial data protocol, commonly used to transfer data betwee... Continue Reading