espressif/esp_board_manager

0.7.0

Latest
uploaded 2 days ago
Board manager for Espressif

5 examples

  • display_lvgl
    This example demonstrates using the `esp_board_manager` with LVGL on development boards, initializing the board manager and running the LVGL test UI.
    11.99 KB
  • play_embed_music
    This example plays a WAV file from firmware flash without external storage, demonstrating device initialization and audio playback.
    124.20 KB
  • play_sdcard_music
    This example plays a WAV file from the microSD card, demonstrating audio playback using ESP-IDF components.
    10.47 KB
  • record_and_play
    This example demonstrates real-time audio loopback between a microphone and speaker using ESP32, showcasing simultaneous audio ADC and DAC operations.
    9.80 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.
    11.30 KB