This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I am trying to get this setup to run.
I connected:
LRC to GPIO19 / Pin 35 / LRCK
BCLK to GPIO18 / Pin 12 / BCK
DIN to GPIO21 / Pin 40 / DOUT
The raspberry and the I2S module share the same ground and 5V.
I tried following these tutorials:
https://learn.adafruit.com/adafruit-max98357-i2s-class-d-mono-amp/raspberry-pi-usage
https://learn.pimoroni.com/tutorial/phat/raspberry-pi-phat-dac-install
My /boot/config.txt :
dtparam=i2c_arm=on
dtparam=i2s=on
dtoverlay=hifiberry-dac
also tried it with and without
dtoverlay=i2s-mmap
and of course audio is commented out like this:
#dtparam=audio=on
and had different configs in /etc/asound.conf
All I get is "White noise" or plain silence... Can anyone help me with this please? :)
EDIT:
aplay-l output:
Card 0: sndrpihifiberry [snd_rpi_hifiberry_dac], Device 0: HifiBerry DAC HiFi pcm5102a-hifi-0 []
Sub-Device: 0/1
Sub-Device #0: subdevice #0
dmesg | grep hifi output:
[ 7.241340] snd-rpi-simple soc:sound: pcm5102a-hifi <-> 3f203000.i2s mapping ok
Thank you very much in advance!
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/raspberry_p...