Skip to content

respeaker/mic_hat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIC HAT for Raspberry Pi

To build voice enabled projects with Google Assistant, Amazon Alexa Voice service and etc.

Requirements

Setup

  1. Go to seeed-voicecard and install it
  2. Use raspi-config to enable SPI.
  3. Install spidev (pip install spidev).
  4. Run python pixels.py to test the pixels.

Build a Google Home like device with Google Assistant SDK

  1. Setup google-assistant-library
  2. Run python google_assistant.py --device_model_id 'respeaker-xyz'

Build an Echo like device with Alexa Voice Service

  1. pip install avs voice-engine
  2. Go to snowboy and install its python binding.
  3. python alexa.py