Last active
January 16, 2023 19:49
-
-
Save putnik/dd1e8b2f7e54fe71012188937f79c8a6 to your computer and use it in GitHub Desktop.
Picroft + ReSpeaker 4-Mic Array + WaveShare WM8960 Audio HAT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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