0

Miniamp and SPI interface

Hi,

I've been trying to set up a Raspberry Pi Zero 2 with a MiniAmp and an SPI based RFID reader (think Phoniebox). I can make each work fine individually, but not at the same time and I can't figure out why. As far as I can tell from the documentation the GPIO's should not be overlapping.

I have enabled the MiniAmp with the following entry in /boot/config.txt. This works, and the amp outputs audio.

dtoverlay=hifiberry-dac

Next I enable SPI, but as soon as I do that the volume goes to 0.

dtparam=spi=on

Alternatively I've tried only using one CS line, but the result is the same.

dtoverlay=spi0-1cs

The manual mentions GPIO16 and GPIO26 being used to mute/power-off, but I haven't used those GPIO's for any purpose. I'm not sure what to debug next, can you hellp me out?

Br,

Martin

2 comments

Please sign in to leave a comment.