Skip to content

Latest commit

 

History

History
 
 

README.md

BSP: ESP32-S2-Kaluga-Kit

HW Reference HOW TO USE API EXAMPLES Component Registry maintenance-status

Overview

The ESP32-S2-Kaluga-1 kit v1.3 is a development kit by Espressif that is mainly created to demonstrate the ESP32-S2’s human-computer interaction functionalities and provide the users with the tools for development of human-computer interaction applications based on the ESP32-S2.

This Board support package consists of:

  • Smart RGB LED
  • LVGL graphics library
  • ES8311 mono audio codec
  • Touch pad configuration
  • Buttons configuration
  • Camera driver

Capabilities and dependencies

Available Capability Controller/Codec Component Version
✔️ 📟 DISPLAY st7789 idf >=5.4
✔️ ⚫ LVGL_PORT espressif/esp_lvgl_port ^2
☝️ TOUCH
✔️ 🔘 BUTTONS espressif/button ^4
✔️ 🎵 AUDIO espressif/esp_codec_dev ~1.3.1
✔️ 🔈 AUDIO_SPEAKER es8311
✔️ 🎤 AUDIO_MIC es8311
✔️ 💡 LED idf >=5.4
💾 SDCARD
🎮 IMU
✔️ 📷 CAMERA espressif/esp32-camera ^2.0.14

Compatible BSP Examples

Example Description Try with ESP Launchpad
Audio Example Play and record WAV file Flash Example
Display Example Show an image on the screen with a simple startup animation (LVGL) Flash Example
Camera Example Stream camera output to display (LVGL) Flash Example
LVGL Benchmark Example Run LVGL benchmark tests -
LVGL Demos Example Run the LVGL demo player - all LVGL examples are included (LVGL) Flash Example