ESP32 supports Wi-Fi, ethernet, PPPoS modem and other custom networking interfaces. Using esp_netif, you can search network interfaces.
Category:
ESP32 Firmware
This article illustrates an easy way to sync ESP32 NTP and DS3231 RTC time so that ESP32 can use the RTC chip seamlessly in an application.
The ESP-IDF contains functions for enabling Base64 encoding and decoding on ESP32. The encoding and decoding functions are actually built into the ESP32 ROM. The functions are accessible by using …