https://github.com/utensor/utensor-arduino-demo
https://github.com/utensor/utensor-arduino-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/utensor/utensor-arduino-demo
- Owner: uTensor
- Created: 2019-05-15T17:56:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T04:10:13.000Z (almost 5 years ago)
- Last Synced: 2025-07-21T10:40:09.692Z (8 months ago)
- Language: C++
- Size: 1.15 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Instructions
On Arduino IDE on MacOS
## Install the library
- Go to the Arduino library directory, for example:
```
/Users//Documents/Arduino/libraries/
```
- Clone the uTensor C++ runtime:
```bash
# using https
$ git clone https://github.com/uTensor/uTensor.git
# or using ssh
$ git clone git@github.com:uTensor/uTensor.git
```
- Checkout the right banch
```bash
$ cd uTensor
$ git checkout f/arduino
```
## Building the example
- Clone the example
```bash
$ git clone https://github.com/uTensor/utensor-arduino-demo.git
```
- Open `DigitRecognition.ino` under `utensor-arduino-demo/DigitRecognition` with Arduino IDE.
- Install board support via `Boards Manager` (`Tools` -> `Boards Manager`)
- for example, you can install `Arduino Nano 33 BLE`

- Switch to the target board

- Click on `Verify`