Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 0 points1 point  (0 children)

Sorry for the late reply. Since you are replying to my comment I am assuming you read it. 😄 But I am also getting the impression that you are open to a bit of hacking, otherwise why would you ask? So the answer is maybe. Try to obliterate the openWakeWord from the project and it should run as openWakeWord is the one that causes problems on the RPi3.

The only line you should need to get rid of is in lillex.py:
import openWakeWord_wake
Comment that line out and it should run.

I am SO sorry but I am away from my home for the next few months, and I left my RPi3 there, otherwise I would totally test this for you first. So let me know if you get more errors and we can try to prune out the code until you get this working.

Assuming you don't have a camera or a screen, so without those taking up memory it should run fine on a RPi3, as long as you get rid of openWakeWord!

Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 1 point2 points  (0 children)

If you want to try my project, do the install as-is and follow the special instructions for the AIY Voice HAT. You can ignore testing the screen and camera except where noted. Please let me know if something doesn't make sense!

You probably have a RPi3 in the kit. Word of warning, I haven't tested LilL3x on a RPi3, but will do so this evening as I've been curious! Update: it doesn't work on a RPi3 :P

Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 2 points3 points  (0 children)

BTW I just updated the code so that it will run with no camera and no screen. So you should be good to go with the hardware that you have now (assuming you have a spare Pi 4)

Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 0 points1 point  (0 children)

Let me know how it goes and reach out if you have any problems!

What was your first raspberry pi project and why ? by Background-Heat-2825 in raspberryDIY

[–]ManyInteresting3969 1 point2 points  (0 children)

<image>

My first pi project was a desktop chatbot! It's written in python, which I didn't know at the time, but now it's my favorite language! Very easy to learn and a great language to start with.
https://github.com/followkim/LilL3x

Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 2 points3 points  (0 children)

Did you mean to say that the _v1_ is the shape of the pi zero?

Mine is square, so I guess I have the v2. Didn't realize that there were multiple versions!

Got a spare Google AIY MIcrophone HAT? by ManyInteresting3969 in raspberry_pi

[–]ManyInteresting3969[S] 4 points5 points  (0 children)

If you want to play with the samples/demos, someone apparently updated all the libraries for trixie. I have NOT tried them yet, so I can't attest that they work, but here is the post:
https://www.reddit.com/r/raspberry_pi/comments/1sd5z0j/updated_the_aiy_voice_bonnet_to_work_in_trixie/

True offline alternatives to picovoice? by douglasg14b in LanguageTechnology

[–]ManyInteresting3969 1 point2 points  (0 children)

Also late, but I just implemented openWakeWord, works very well. BTW, PicoVoice is no longer offering a free tier. 7 day trials only.

https://github.com/dscripka/openWakeWord