commit | 8d9fd07114d8a4e801e3edc1803a152dc4d4149a | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Tue Apr 06 00:32:41 2021 +0100 |
committer | Scott Main <smain@google.com> | Tue Apr 06 01:29:09 2021 +0100 |
tree | 99e0786c004d516153feff98245c8c5f4ad8b8db | |
parent | 6c09311987bf6e92933c5daefb991e6251d1d3f1 [diff] |
convert feeding game to use voice input Change-Id: I5df6a7997871ecd0054b02e80fca7167cdc3266e
This repository provides several Python modules that are required for the Edge ML Club projects, including starter script files for those projects.
TODO: Update the RPI image URL and git clone URL below with final version.
Download this Raspberry Pi image and flash it onto your SD card. If you're not familiar with flashing, follow these steps:
Plug in a microSD card to a desktop/laptop computer (you might need an SD card adapter).
On the same computer, install the Raspberry Pi Imager.
Open the Raspberry Pi Imager, click Choose OS, then scroll down and click Use custom.
In the window that appears, select the ZIP file you downloaded in the first step above (the filename starts with “codenext”).
Back in the Raspberry Pi Imager, click Choose SD Card, and select your microSD card.
Now click Write to begin flashing the card.
When flashing is complete, insert the SD card into your Raspberry Pi and power it on.
Connect a USB camera and Coral USB Accelerator to the blue USB ports on your Raspberry Pi. (The blue ports are USB 3.0, the others are 2.0.)
On the Raspberry Pi, download this Git repository by opening the Terminal application and running this command:
git clone https://coral.googlesource.com/codenext-raspimon
Enter the directory and download some required files:
cd codenext-raspimon make download
Now run the test.py
script to be sure the camera and accelerator are working:
python3 test.py