Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Latest commit

 

History

History

pi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Raspberry PI images

L.I.S.A. on Raspberry PI 2 or 3

All you need is a 8Go SD Card, download the image here and install it on your SD Card.

Everything is already configured with all available plugins, the only things that is not configured is the speech recognition because it will depends on your hardware.

SSH access

By default SSH access is enabled, you can connect with the user pi and the password mylisabox

Setup voice recognition (Software)

Voice recognition work in 2 phases thanks to the sonus module:

  • First offline recognition of the hotwords "Hey lisa", nothing to do here it should work
  • Then the next part use Google Speech API to recognize the voice command, Google API need a config file to work. This file should be under /var/www/lisa-box/config/speech/LISA-gfile.json, to create this file please follow those steps and copy/paste/rename the file in the correct place.

Setup voice recognition (Hardware)

Matrix board

If you use the Matrix Board, you'll need to install more dependencies.

  • Run apt-get install matrix-creator-init matrix-creator-malos
  • Edit the file /etc/init.d/lisa and uncomment the line export AUDIODEV=mic_channel8

Other microphone

If you use another microphone, you need to add the correct value under the file /etc/init.d/lisa, uncomment the line export AUDIODEV=mic_channel8 and change the value according to your microphone