Analyze a Scene with an ESP32-CAM
Using the Microsoft Cloud Vision API with an ESP32-CAM to describe a scene with audio. This project uses the ‘describe’ API of the Microsoft Cognitive AI system to…
Using the Microsoft Cloud Vision API with an ESP32-CAM to describe a scene with audio. This project uses the ‘describe’ API of the Microsoft Cognitive AI system to…
Adding a sensor backpack to a toy robot and using it to control a 3D model displayed in a browser. This project uses a 3D printed ‘backpack’ containing an ESP32, a 9…
A 3D printed camera with an OLED display, saving to SD card and capacitive touch button controls. ButtonCam 3D Printed Model I designed the camera in Tinkercad. The front and back…
A 3D printable camera with a TFT screen and web viewing and deleting of stored photos For this tutorial I’ve used an ESP32 -CAM, a 1.8″ TFT screen, an 18650 USB…
An auto-balancing robot that can track your face and follow you around a room Elegoo kindly sent me a Tumbller self-balancing robot for my project. It’s easy to put together…
Various Telegram Bot projects for the ESP32 such as sending a photo at set intervals, inline stickers and inline articles for sensor readings. If you don’t have a Telegram…
Setting up an ESP32-CAM to send photos on request to Telegram This tutorial explains how to set up a Telegram Bot and use the Universal Arduino Telegram Bot Library with an ESP32…
Wi-Fi connection manager using Bluetooth serial, the Preferences library and an enum state machine. Sometimes you need to remotely connect to an ESP32 over Wi-Fi but you…
Open a door when a face is recognised using the ESP32-CAM This page contains code and other information for the the YouTube video found here: https://youtu.be/mu3-Sff0B9w The code…
Using the ESP-WHO library and a pan and tilt platform to track a moving face. With the Espressif ESP-FACE library it’s easy to detect a face and find its location in the…