This is an old revision of the document!


Respeaker

respeaker1.jpg

respeaker2.jpg

For Pi Zero

Basic preparation

apt install build-essential git raspberrypi-kernel-headers

Install driver

For some reason this installs an ARM64 toolchain on a 32-bit Raspberry Pi Zero along with a ton of other stuff that seems unrelated.

git clone https://github.com/HinTak/seeed-voicecard
cd seeed-voicecard
sudo ./install.sh

Installation will take quite some time.

Setup

Disable internal sound devices and reduce memory consumption.

/boot/config.txt:

# Enable audio (loads snd_bcm2835)
#dtparam=audio=on

# Enable DRM VC4 V3D driver
#dtoverlay=vc4-kms-v3d
#max_framebuffers=2

# Local
gpu_mem=16

REBOOT



Resources

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information