gepee
Posts: 12
Joined: Sun Jul 20, 2014 6:49 pm

jasper ' s audio hello

Thu Aug 21, 2014 7:39 am

i mount jasper image file onto a sd card
git clone https://github.com/jasperproject/jasper-client.git jasper
Jasper requires various Python libraries that we can install in one line with:

sudo pip install --upgrade setuptools
sudo pip install -r jasper/client/requirements.txt
Run crontab -e, then add the following line, if it’s not there already:

@reboot /home/pi/jasper/boot/boot.sh;
Set permissions inside the home directory:

sudo chmod 777 -R *
Restart your Raspberry Pi
then i supposed to here hello but i didnt

justwilliambrown
Posts: 6
Joined: Wed Sep 24, 2014 3:49 am

Re: jasper ' s audio hello

Wed Sep 24, 2014 5:13 am

I know this sounds simplistic, but are your speakers plugged in? Are they turned on?
Raspberry Pi B

Love it to bits

Return to “Other projects”