This repository fork from mic_hat and is made to be suitable for 4Mics Pi HAT.
- Setup google-assistant-library
- Use
raspi-configto enable SPI. - Install
spidevandgpiozero(pip install spidev gpiozero) - Run
python google_assistant.py
- Create a Python 3 Virtualenv with
python3.7 -m venv --system-site-packages env - Activate that env.
source env/bin/activate sudo apt-get install python-rpi.gpio python3-rpi.gpiopip install -r requirements.txt
`python pixels_demo.py
See this link for help.