espressif/esp_board_manager

0.5.15

Latest
uploaded 7 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.84 KB
  • play_embed_music
    This example plays a WAV file from firmware flash, demonstrating DAC initialization and audio playback without external storage.
    123.03 KB
  • play_sdcard_music
    This example plays a WAV file from the microSD card root and demonstrates `esp_board_manager` initialization for Audio DAC and FAT/SD card.
    8.79 KB
  • record_and_play
    This example runs real-time audio loopback, capturing samples from the ADC and immediately playing them on the DAC.
    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_rec.wav.
    9.60 KB