An open API service indexing awesome lists of open source software.

https://github.com/utensor/utensor-arduino-demo


https://github.com/utensor/utensor-arduino-demo

Last synced: 8 months ago
JSON representation

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`
![board-support](images/board_support.png)
- Switch to the target board
![board-select](images/select_board.png)
- Click on `Verify`