Made An Audio Recorder/Player From Scratch !

Опубликовано: 03 Август 2026
на канале: Therram
9,034
121

Demo of STM32F103C8 audio recorder/player made from scratch ! (SPI/DMA/SD/R-2R)

This is my university project. Writing/reading audio @ 44100Hz 8-bit resolution and saving recording as .WAV, storage: SD card via SPI (that was the most challenging part).

Took a few months of hard work and dedication but I learned a ton from this project !

Half a year I did not know anything about STM32 and knew very little about programming controllers in general (except Arduino) and hey... now I finished building my crude .wav player/recorder completely from scratch ! Feeling excited and overwhelmed, there's really no limits of what you can do as far as controllers go...

Project files and code: https://github.com/lukasnee/stm32-aud...