Skip to content

Instantly share code, notes, and snippets.

@putnik
Last active January 16, 2023 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save putnik/dd1e8b2f7e54fe71012188937f79c8a6 to your computer and use it in GitHub Desktop.
Save putnik/dd1e8b2f7e54fe71012188937f79c8a6 to your computer and use it in GitHub Desktop.
Picroft + ReSpeaker 4-Mic Array + WaveShare WM8960 Audio HAT
### General
sudo apt update
sudo apt upgrade
sudo apt-get install libatlas-base-dev vim
mycroft-pip install --upgrade pip
curl https://sh.rustup.rs -sSf | sh
### Audio hat
git clone https://github.com/waveshare/WM8960-Audio-HAT.git
cd WM8960-Audio-HAT
sudo ./install.sh
### ReSpeaker
# https://github.com/respeaker/seeed-voicecard
git clone https://github.com/respeaker/seeed-voicecard
cd seeed-voicecard
sudo ./install.sh 4mic
sudo reboot
# see https://github.com/marvin-w/respeaker-skill
# https://www.j1nx.nl/ict-matters/mycroft-ai/respeaker-4-mic-array-hat-mycroft-a-i-skill/
mycroft-msm install https://github.com/j1nx/respeaker-4mic-hat-skill.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment