espressif/esp_board_manager

0.7.2

Latest
uploaded 2 hours ago
Board manager for Espressif

5 examples

  • display_lvgl
    This example demonstrates using the `esp_board_manager` with LVGL, initializing board resources and running the test UI.
    11.99 KB
  • play_embed_music
    This example plays a WAV file from flash memory without using external storage, demonstrating audio DAC initialization.
    124.20 KB
  • play_sdcard_music
    This example plays a WAV file from the microSD card root and demonstrates audio playback using ESP-IDF.
    10.74 KB
  • record_and_play
    This example runs real-time audio loopback, capturing from a mic and playing on a speaker simultaneously.
    9.80 KB
  • record_to_sdcard
    This example captures audio from the microphone, encodes it as PCM in a WAV container, and saves to the SD card.
    11.45 KB