Neutrino
Published © CC BY

Miss Minutes Voice Assistant Using Raspberry Pi Zero W

Building Mrs. Minutes (LOKI series) voice assistant using raspberry pi zero w and google assistant SDK.

IntermediateFull instructions provided2 days10,133
Miss Minutes Voice Assistant Using Raspberry Pi Zero W

Things used in this project

Hardware components

Raspberry Pi Zero
Raspberry Pi Zero
×1
usb sound card
×1
collar mic
×1
desktop speaker
×1
Phone Audio Connector, Jack
Phone Audio Connector, Jack
×1
heat inserts
×1

Software apps and online services

Fusion 360
Autodesk Fusion 360
cura
Raspbian
Raspberry Pi Raspbian

Hand tools and fabrication machines

Mastech MS8217 Autorange Digital Multimeter
Digilent Mastech MS8217 Autorange Digital Multimeter
Multitool, Screwdriver
Multitool, Screwdriver
Soldering iron (generic)
Soldering iron (generic)
Solder Wire, Lead Free
Solder Wire, Lead Free

Story

Read more

Custom parts and enclosures

Mr+minutes+body.stl

Mr+minutes+lid.stl

Code

Code snippet #5

Plain text
  type asym
  capture.pcm "mic"
  playback.pcm "speaker"
}
pcm.mic {
  type plug
  slave {
    pcm "plughw:[card ID]<card number="">,[device ID]<device number="">"
  }
}
pcm.speaker {
  type plug
  slave {
    pcm "hw:[card ID],[device ID]"<br><card number=""><device number="">  }
}</device></card></device></card>

Github

https://github.com/googlesamples/assistant-sdk-python

Credits

Neutrino

Neutrino

14 projects • 37 followers
Electrical Engineer and a programming hobbyist. I love to build exciting stuff!

Comments