All Projects → respeaker → Mic_hat

respeaker / Mic_hat

Licence: gpl-2.0
2 Mic Array for Raspberry Pi

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mic hat

Gassistpi
Google Assistant for Single Board Computers
Stars: ✭ 911 (+1220.29%)
Mutual labels:  google-assistant, raspberry-pi, raspberrypi
Raspberrypi exporter
Prometheus exporter for Raspberry Pi metrics
Stars: ✭ 18 (-73.91%)
Mutual labels:  raspberry-pi, raspberrypi
Signalbox
DCC Project
Stars: ✭ 17 (-75.36%)
Mutual labels:  raspberry-pi, raspberrypi
Rpi Vk Driver
VK driver for the Raspberry Pi (Broadcom Videocore IV)
Stars: ✭ 1,160 (+1581.16%)
Mutual labels:  raspberry-pi, raspberrypi
Freenos
FreeNOS (Free Niek's Operating System) is an experimental microkernel based operating system for learning purposes written in C++. You may use the code as you wish under the terms of the GPLv3.
Stars: ✭ 683 (+889.86%)
Mutual labels:  raspberry-pi, raspberrypi
Diy Ipmi
A DIY IPMI / IP KVM system utilizing the Raspberry Pi
Stars: ✭ 730 (+957.97%)
Mutual labels:  raspberry-pi, raspberrypi
Rpi Monitor
Real time monitoring for embedded devices
Stars: ✭ 883 (+1179.71%)
Mutual labels:  raspberry-pi, raspberrypi
Picluster
A Simplified Docker Swarm or Kubernetes Alternative to Container Scheduling and Orchestration
Stars: ✭ 390 (+465.22%)
Mutual labels:  raspberry-pi, raspberrypi
Pi Builder
Extensible tool to build Arch Linux ARM for Raspberry Pi on x86_64 host using Docker
Stars: ✭ 31 (-55.07%)
Mutual labels:  raspberry-pi, raspberrypi
Blinkt go examples
The beginning of Blinkt examples programs in Go
Stars: ✭ 37 (-46.38%)
Mutual labels:  raspberry-pi, raspberrypi
Padd
PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that is included with Pi-Hole. PADD provides in-depth information about your Pi-hole.
Stars: ✭ 1,011 (+1365.22%)
Mutual labels:  raspberry-pi, raspberrypi
Ustreamer
µStreamer - Lightweight and fast MJPG-HTTP streamer
Stars: ✭ 533 (+672.46%)
Mutual labels:  raspberry-pi, raspberrypi
Rppal
A Rust library that provides access to the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals.
Stars: ✭ 463 (+571.01%)
Mutual labels:  raspberry-pi, raspberrypi
Rpi Debian Builder
Build your own Debian image for Raspberry Pi
Stars: ✭ 6 (-91.3%)
Mutual labels:  raspberry-pi, raspberrypi
Pibooth
The pibooth project provides a Photo Booth application out-of-the-box for Raspberry Pi and opencv compatible devices
Stars: ✭ 398 (+476.81%)
Mutual labels:  raspberry-pi, raspberrypi
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-24.64%)
Mutual labels:  raspberry-pi, raspberrypi
Pisdr Image
🥧 The SDR Linux Distro for the Raspberry Pi and other SBC. Compatible out of the box with multiple SDR.
Stars: ✭ 346 (+401.45%)
Mutual labels:  raspberry-pi, raspberrypi
Balena Wpe
Fullscreen WebKit browser with hardware accelerated CSS, WebGL, and HTML5 video for the RaspberryPi 3.
Stars: ✭ 353 (+411.59%)
Mutual labels:  raspberry-pi, raspberrypi
Respeaker for raspberrypi
Examples to use ReSpeaker series Mic Arrays on Raspberry Pi
Stars: ✭ 27 (-60.87%)
Mutual labels:  raspberrypi, microphone
Piweatherrock
Displays local weather on a Raspberry Pi
Stars: ✭ 42 (-39.13%)
Mutual labels:  raspberry-pi, raspberrypi

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].