No description
  • Rust 99.3%
  • C 0.5%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-05 09:43:02 +02:00
firmware Added (non-functional) display frame 2026-09-05 09:43:02 +02:00
.gitignore Initial 2026-09-04 21:30:49 +02:00
README.md Initial 2026-09-04 21:30:49 +02:00

esp32-c5-music

MP3 player firmware for an ESP32-C5-WROOM-1 N8R8 (8 MB flash, 8 MB PSRAM): files are read from an SD card over SPI, decoded on-chip, and streamed out of the I2S peripheral to an external amplifier.

The firmware lives in firmware/ — start with its README. The layout leaves room for host/ and pcb/ siblings later, mirroring the sibling project rp2350-lights.