espressif/esp_board_manager

0.5.14

Latest
uploaded 21 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 device initialization for audio DAC.
    123.04 KB
  • play_sdcard_music
    This example plays a WAV file from the microSD card, demonstrating audio playback using specific hardware initialization.
    8.69 KB
  • record_and_play
    This example demonstrates real-time audio loopback by capturing audio from a microphone and playing it through a speaker.
    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 /sdcard/test.wav.
    9.44 KB