The ESP32-S2-Kaluga-1 kit v1.3 is a development kit by Espressif that is mainly created to:
This Board support package consists of:
Please refer to README.md in examples folder.
This example demonstrates capabilities of Audio and Display board of ESP32-S2-Kaluga-Kit.
Starts recording from microphone ~3.7 seconds. Recording check box on display will be checked for the recording time.
Switches between preloaded WAV file and recorded file. Selected file will be played with PLAY button.
Plays selected WAV file. Either preloaded file from SPIFFS or microphone recording. Playing check box on display will be checked for the playing time.
Every odd press turns on the RGB LED with random color. Every even press turns off the RGB LED.
Increases/decreases playback volume by 5/100. Current playback volume is depicted on display.
This example shows how you can obtain frames from camera a display them on LCD.
By default, the camera interface has following settings:
This very simple example continuously fetches image frames from camera and displays them on LCD using LVGL's canvas widget.
Kaluga kit with its camera module.
Copy to Clipboard
idf.py add-dependency "espressif/esp32_s2_kaluga_kit^2.2.3"
To create a project from this example, run:
Copy to Clipboard
idf.py create-project-from-example "espressif/esp32_s2_kaluga_kit^2.2.3:display_audio"
To create a project from this example, run:
Copy to Clipboard
idf.py create-project-from-example "espressif/esp32_s2_kaluga_kit^2.2.3:display_camera"
Copy to Clipboard
Copy to Clipboard