Skip to content

boxain/Bird-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device (ESP32-S3) Documentation

This document provides instructions for setting up and using the firmware for the ESP32-S3 device component of this AIoT project.

✨ Features

  • AI Model Deployment: Remotely deploy new AI models to the device.
  • AI Model Switching: Switch between multiple AI models stored on the device without reflashing.
  • Over-the-Air (OTA) Updates: Update the device's firmware remotely.

🛠️ Setup

1. ESP-IDF Environment

This project is built using esp-idf, the official development framework for Espressif's SoCs. You must have it installed and configured first.

2. Web Service

Before running the device, ensure the web service (backend/frontend) is running and you have created a user account. The device will need these credentials to connect.

3. Menuconfig Configuration

You must configure the project using idf.py menuconfig. Set the following parameters:

Component config --->
Partition Table --->
[*] Custom partition table CSV
(partitions.csv) Custom partition CSV file
(partitions.csv) Partition Table filename

Example Configuration --->
(your_username) ESP Server Username
(your_password) ESP Server Password

⚠️ Limitations

  • Hardware Support: This project currently only supports the ESP32-S3 series. The AI inference functionality relies on the esp-idf/dl component, and it has not been tested on other series like the ESP32-P4.
  • Model Support: Only Object Detection models are supported at the moment. Image Classification models are not yet implemented.
  • Custom Models: The detection postprocessor parameters are currently hardcoded for the default model. If you wish to use your own custom-trained model, you will need to modify these parameters. You can find them in: main/model/model_factory.cpp

🔌 Hardware

This project was developed and tested using the Freenove ESP32-S3 CAM board.

If you intend to use a different ESP32-S3 development board, pay close attention to the camera and SD card pin configurations. You will need to modify the corresponding pin definitions in main.cpp to match your hardware.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages