Skip to content

PREREQUISITES

HARDWARE AND SOFTWARE REQUIREMENTS

ESP32 development board, please refer to the following projects for details:

We will build upon the code in this project for further development.

DEPENDENCY COMPONENTS

To enhance the computational efficiency of our framework, we first introduce the ESP-DSP library and ESP-DL library, which provide efficient implementations for digital signal processing and deep learning respectively.

Tip

Note that these two libraries seem to be developed by different teams, so many of their functions overlap.

- espressif__esp-dsp
- espressif__esp-dl
   - espressif__dl_fft
   - espressif__esp_new_jpeg

We can find and download these components from the ESP-REGISTRY into our project. In this project, I moved the downloaded components and their dependencies into the middleware folder and removed the configuration files to avoid version locking and network dependencies.