This repository contains all the necessary files to detect people and cats using ESP32S3 microcontrollers. Once detected, it transmits the information to a local mesh network and then notifies a main node by lighting up an LED.
To use this, follow these steps:
- Flash
animaldetectionsample.inoto one ESP32S3 microcontroller. - Flash
persondetectionsample.inoto another ESP32S3 microcontroller. - Flash
mainnode.inoto any ESP8266 board.
You can adjust various parameters in the code such as the hostname, password, and port based on your convenience.