Espressif frameworks and libraries
Besides all these third-party libraries, Espressif Systems empowers developers with many other frameworks and libraries. As a quick overview, here is a short list of those frameworks from Espressif:
- ESP-IoT-Solution: This framework brings different hardware drivers together as a working solution to minimize compatibility issues with ESP-IDF. It contains sensor drivers, display controller drivers and LVGL, input devices and buttons, audio output utilities, and more functionality for hassle-free development (https://github.com/espressif/esp-iot-solution).
- Audio Development Framework (ESP-ADF): This is the core framework for audio input/output and processing. It collects all the necessary components under the same roof to develop audio applications, such as music players/recorders, speech recognition applications, smart speakers, etc. (https://github.com/espressif/esp-adf).
- Image Processing Framework (ESP-WHO): This provides image...