espressif/esp_board_manager

0.5.13

Latest
uploaded 8 hours ago
Board manager for Espressif

5 examples

  • display_lvgl
    This example demonstrates using `esp_board_manager` with LVGL, initializing the board manager and running the LVGL test UI.
    10.85 KB
  • play_embed_music
    This example plays a WAV file from flash without using external storage, demonstrating audio DAC initialization and playback.
    123.04 KB
  • play_sdcard_music
    This example plays a WAV file from the microSD card root, demonstrating audio DAC and FAT/SD card integration.
    8.69 KB
  • record_and_play
    This example demonstrates real-time audio loopback, capturing from the mic and playing directly through the speaker for a set duration.
    8.46 KB
  • record_to_sdcard
    This example captures audio from the microphone, encodes it as PCM in a WAV container, and saves to /sdcard/test.wav.
    9.44 KB