In this tutorial we are going to learn how to configure the system time on the ESP32 and how to obtain the current time, using the Arduino core.
ESP32 Ticker: Light Sensor readings
How to periodically obtain measurements from an ambient light sensor, using the ESP32 and the Ticker library.
ESP32: Parsing URL variables
How to parse variables from an URL using the PathVariableHandlers library, the ESP32 and the Arduino core.
ESP32: Ticker library
How to get started with the Ticker library, using the ESP32 and the Arduino core
ESP32: WebSerial console over Soft AP
In this tutorial we will learn how to setup a web based Serial Monitor, working over a network hosted by the ESP32.
ESP32: Ambient Light Sensor
How to connect an Ambient Light Sensor and an ESP32.
ESP32 WiFi Manager: extra features
This post covers some additional features of the WiFi Manager library, using the ESP32 and the Arduino core.
ESP32: WiFi Manager
How to setup a WiFi Manager portal on the ESP32, using the Arduino core and the WiFiManager library.
Python MediaPipe: Face Landmarks estimation
How to use MediaPipe and Python to perform face landmarks estimation.
Python OpenCV: Splitting video into frames
How to split a video into frames, using Python and OpenCV