Does the Google Assistant SDK also work on a "Pi 2 Model B" (ARM Cortex-A7, a 32bit processor), or is a "Pi 3 Model B" ( ARM Cortex-A53, 64bit processor) essential to get the SDK up and running ?
Asked
Active
Viewed 1,926 times
5
-
It should, did you have any error when trying? – proppy Apr 28 '17 at 17:09
-
It does, I got it working. Just follow the instructions! – CryoDrakon Apr 28 '17 at 21:46
-
Nice! Can you post an answer to your own question with your findings? – proppy May 01 '17 at 18:24
-
I just finished setting it up on my RPi 2 using a usb camera with built in mic (don't have a USB mic yet)... seems to work fine. It gives a warning when it first starts but does not affect it after... – JeeZues Apr 29 '17 at 01:18
2 Answers
1
It's working properly on a Raspberry Pi 2. I'm using it with my Logitech c920's mic.

ProZsolt
- 122
- 1
- 7
0
I am running the Voice Kit that was in the MagPi Magazine on a Raspberry PI Zero W, so it should run fine on almost all the Pi's https://aiyprojects.withgoogle.com/voice/

George Bafaloukas
- 769
- 4
- 7
-
-
Indeed the latest update breaks the compatibility with other pi's other than the pi 3. However, I read in the docs that you could compile and run for 'other platforms', no idea what will and what won't work though – George Bafaloukas Jun 23 '17 at 08:43