espressif/esp_board_manager

0.5.12

Latest
uploaded 11 hours ago
Board manager for Espressif

5 examples

  • display_lvgl
    This example demonstrates how to use the `esp_board_manager` with LVGL on supported development boards.
    10.85 KB
  • play_embed_music
    This example plays a WAV file from flash without 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 playback and SD card initialization.
    8.69 KB
  • record_and_play
    This example demonstrates real-time audio loopback by capturing audio from the mic and playing it through the speaker for a specified duration.
    8.46 KB
  • record_to_sdcard
    This example captures audio from the microphone, encodes it as PCM in a WAV container, and saves it to a microSD card.
    9.44 KB