ricardodeazambuja / Maple-Syrup-Pi-Camera

Low power smart camera (3D printed) based on the Raspberry Pi Zero W and Google Coral EdgeTPU
Apache License 2.0
68 stars 5 forks source link

Try it with the new RPI0 2! #1

Open ricardodeazambuja opened 2 years ago

ricardodeazambuja commented 2 years ago

Just a note to myself: I need to try it using the new RPI0 2.

jannik-el commented 9 months ago

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.

ricardodeazambuja commented 9 months ago

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.