Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 908 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 908 Bytes

Build Instructions

On Arduino IDE on MacOS

Install the library

  • Go to the Arduino library directory, for example:
/Users/<username>/Documents/Arduino/libraries/
  • Clone the uTensor C++ runtime:
# using https
$ git clone https://github.com/uTensor/uTensor.git
# or using ssh
$ git clone [email protected]:uTensor/uTensor.git
  • Checkout the right banch
$ cd uTensor
$ git checkout f/arduino

Building the example

  • Clone the example
$ 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
  • Switch to the target board board-select
  • Click on Verify