Skip to content

Instantly share code, notes, and snippets.

@donwardpeng
Last active October 22, 2021 13:10
Show Gist options
  • Save donwardpeng/405f77f66137f15cf76f9eeb43cfa3a0 to your computer and use it in GitHub Desktop.
Save donwardpeng/405f77f66137f15cf76f9eeb43cfa3a0 to your computer and use it in GitHub Desktop.
Jetbot Resources

Interested in the NVIDIA Jetbot Nano?

Are you interested in getting started with the NVIDIA Nano Jetbot? The sections below contain links and insights I have gained as I explored the Nano Development kit and Jetbots.

Start Here

The NVIDIA Jetbot has an excellent set of documentation and tutorials built up over time. It includes video series for those who do not like to read the boring manuals and detailed step-by-step instructions with diagrams on how to build a Jetbot.

Documentation can be found here.

Where can I buy a kit?

Great question - this is often the best way to get started quickly and 'hacking away' on some Machine Learning examples. Below are two highly-rated kits from Sparkfun for the Jetbot.

For those interested in third party perspectives and other cool things to develop with an NVIDIA Nano

The Jetson Hacks website has an amazing collection of all things NVIDIA Nano-related and great how-to videos.

For those who need a piece of paper :)

NVIDIA offers a Jetson Certification Course that validates your knowledge of the basics of the NVIDIA Jetson (the chipset that the NVIDIA Nano uses). Find it here.

Lastly - stuff that did not fit anywhere else but seems super neato

  • TensorRT - this optimization library from NVIDIA enables many image-based models to run significantly faster (3-4 times) and allows your Jetbot to process incoming camera images much quicker. The git repo for this project is here. Looking for a higher-level theory discussion on what TensorRT does - this is a great article.
  • Training your robot in a simulated world - one method to gather training data for your Jetbot is to train it in a simulated world. This article from NVIDIA's developer blog details how to use NVIDIA's Isaac Sim software to gather training data for your robot in a simulated world. Additionally, this tutorial shows you how to get started.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment