espressif/esp_board_manager

0.5.11

Latest
uploaded 1 day ago
Board manager for Espressif

4 examples

  • play_embed_music
    This example plays a WAV file from flash without external storage, showcasing audio DAC initialization and playback.
    123.04 KB
  • play_sdcard_music
    This example plays a WAV file from the microSD card, demonstrating audio playback using `esp_board_manager`.
    8.67 KB
  • record_and_play
    This example runs real-time audio loopback, capturing from the ADC and playing back through the DAC for a fixed duration.
    8.18 KB
  • record_to_sdcard
    This example captures audio from a microphone, encodes it as PCM in a WAV container, and saves it to an SD card.
    9.42 KB