Using Respeaker 4-Mic Array for Raspberry Pi v1.2 on Rasperry Pi 3

I try to get a Respeaker 4-Mic Array for Raspberry Pi v1.2 01/11/2021 running on a

  • Rasperry Pi 3
  • Raspbian GNU/Linux 10 (buster)
  • Kernel 5.10.103-v7+

I started from the provided image: https://files.seeedstudio.com/linux/Raspberry%20Pi%204%20reSpeaker/2021-05-07-raspios-buster-armhf-lite-respeaker.img.xz

But the mic did not work out of the box, so I uninstalled and installed from https://github.com/respeaker/seeed-voicecard with no luck.

I did apt-get updates / upgrades and added dtoverlay=seeed-voicecard to /boot/config.txt
to assure the card is powered. But the card does not shuw up using arecord -L
(and trying to record audio does not work).

Setting the leds using the demo provided by https://github.com/respeaker/pixel_ring works like a charm.

Migth the Respeaker be broken?

(As new user, I’m only allowed to add two links, so I used the code formatting as workaround…)

You can refer to the content of this post. I hope this is helpful to you.

1 Like

Followed the description step by step, using HinTaks repository up to step 4 (excluding), recieved no error messages but arecord -L returns:

null
    Discard all samples (playback) or generate zero samples (capture)
jack
    JACK Audio Connection Kit
pulse
    PulseAudio Sound Server
playback
ac108
default
output
usbstream:CARD=b1
    bcm2835 HDMI 1
    USB Stream Output
usbstream:CARD=Headphones
    bcm2835 Headphones
    USB Stream Output

Have you confirmed that you have re-burned the 64-bit system?
image

1 Like