espressif/esp_board_manager

0.7.3

Latest
uploaded 3 hours ago
Board manager for Espressif

5 examples

  • display_lvgl
    This example demonstrates using esp_board_manager with LVGL, including display and touch input setup, and running the LVGL test UI.
    12.00 KB
  • play_embed_music
    This example plays a WAV file bundled with the firmware from flash, without using a microSD card or network.
    124.23 KB
  • play_sdcard_music
    This example plays a WAV file from the microSD card root. It demonstrates SD card mounting and audio DAC playback.
    10.76 KB
  • record_and_play
    This example runs real-time audio loopback, immediately playing microphone samples from the ADC through the DAC speaker.
    9.83 KB
  • record_to_sdcard
    This example records microphone audio as PCM in a WAV file and saves it to /sdcard/test_rec.wav.
    11.48 KB