ESP32 Set Up Wi-Fi Connection Using Bluetooth
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…
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…
Mounting an ESP32-CAM into a pan and tilt platform with a mobile phone touch interface to control and view the video stream. This servo part of this project was much harder to…
Retro-fitting a toy radio control car with an ESP32-CAM to enable Wi-Fi control and video streaming on a mobile phone This tutorial is fairly advanced and more of an experiment…
Learn how to re-program a Sonoff Basic to use on your WiFi network and control a device that is connected to mains electricity. The Sonoff Basic is a WiFi enabled switch that can…
Setting up a simple app on a phone to alert a message when a face is recognised using the ESP-WHO library. Blynk is a cloud platform and mobile phone app that allows you to…
Using the ESP-WHO library to record faces with names and then display the name when a face is recognised. This project uses the ArduinoWebsockets library for two way communication…
Using the TTGO T-Camera module with PIR sensor to display a warning and photograph anyone who opens the fridge This project uses a PIR movement sensor to wake the on-board ESP32…
A Sketch for the basic outline for any ESP32 project using the Arduino IDE that needs to send text or a file to a server on the internet Like many things with this hobby,…