Skip to content

bookshelfie/4mics_hat

 
 

Repository files navigation

4MICs HAT for Raspberry Pi

Introduction

This repository fork from mic_hat and is made to be suitable for 4Mics Pi HAT.

Requirements

Setup

  1. Setup google-assistant-library
  2. Use raspi-config to enable SPI.
  3. Install spidev and gpiozero (pip install spidev gpiozero)
  4. Run python google_assistant.py

Installation Instructions

  1. Create a Python 3 Virtualenv with python3.7 -m venv --system-site-packages env
  2. Activate that env. source env/bin/activate
  3. sudo apt-get install python-rpi.gpio python3-rpi.gpio
  4. pip install -r requirements.txt

Run

`python pixels_demo.py

Help

See this link for help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%