Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 366 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 366 Bytes

jetbot

AI robot based on NVIDIA Jetson Nano.

Install Adafruit Libraries

# pip should be installed
$ sudo apt-get install python-pip

## install Adafruit libraries
$ pip install Adafruit-MotorHAT
$ pip install Adafruit-SSD1306

Install software

$ git clone https://github.com/tinhnn/jetbot
$ cd jetbot
$ sudo python3 setup.py install