Raspberry pi Zero Triple SD and Audio board

This is a public release of this design, created in KiCad. This board will plug on top of a Pi Zero and provide 3 SD cards (1x SDIO, 2x SPI) and an audio output DAC with headphone driver. This was originally designed for a prototype Audio player / streaming setup. This is a cutdown version omitting some power and misc components that are no longer required. The board could be re-routed to be smaller, however I feel releasing the tested version is a better idea....

May 20, 2017 · 1 min · Ben V. Brown

SD cards with STM32 over SPI

The time has come that I finally need to look into getting SD cards to work with the stm32. Looking online there seems to be a few really great resources for connecting to a SD card over spi from a smaller lower power however I could not find any guides for the STM32 line of chips. I am currently working using the HAL libraries as this allows for flexibility in working with different chips (in theory!...

November 4, 2016 · 10 min · Ben V. Brown