The ESP32-CAM is one of the most popular development modules, featuring built-in Wi-Fi and a camera. With its robust 32-bit processor, it’s widely used in countless projects by hobbyists around the ...
ESP32 development board with OV2640 camera. If you use other camera, edit sdkconfig.default. sudo apt update sudo apt install python3-pip python3-setuptools libimage-exiftool-perl jhead python3 -m pip ...
This ESP32 project is an exciting and interactive way to control LEDs using hand gestures. We will use an ESP32 board, Python, MediaPipe, and OpenCV to create a system that can detect specific hand ...
Atmospheric injection of volcanic ash during eruptions is a threat to aviation. Reliable forecast of airborne ash dispersal relies on empirical and numerical models. Key inputs into these models are ...
On June 18th, 2023, I finished the first version of what I believe is the world’s first, small-scale, AI-driven, cacao bean sorter. It situates a single cacao bean beneath a camera and then analyzes ...
Between October 2019 and September 2020 the icebreaker RV Polarstern 1 served as the logistical center of the Multidisciplinary drifting Observatory for the Study of Arctic Climate (MOSAiC) expedition ...
This is an implementation of MTCNN (Multitask Cascading Convolutional Networks) for the ESP32-S3 SoC (System on Chip) using TensorFlow Lite for Microcontrollers. The main goal is to detect faces in ...
Network Time Protocol (NTP) is one of the best ways to keep networked computers synchronized to the same time. It’s simple, lightweight, and not only allows computers to maintain a time standard ...