You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, great repo your documentation detail is really good! I am planning to recreate part of your project on the Pi Zero 2 W, have you since then already tested it? Am really interested in the power consumption since I will be applying it in a low power scenario.
Sadly I haven't yet. The Pi Zero 2 is arm7 (like the RPI 3) while the Zero 1 is arm6 (RPI 1 and 2), so I suppose it should be possible to directly install google coral packages without the need to compile certain things like I had to do for arm6. However, you may have trouble with versions as the latest RPI OS will be ahead of the python version coral is using. I had this problem with Ubuntu, but I think I solved using docker.
Just a note to myself: I need to try it using the new RPI0 2.
The text was updated successfully, but these errors were encountered: