Skip to content

uTensor/utensor-arduino-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •