
JetBot — NVIDIA Jetson AI Rover
Guides and BOM only — orobot firmware does not yet support this hardware.
Sign up to ExploreAbout this program
JetBot — NVIDIA Jetson AI Rover
JetBot is an open-source AI robot platform built on the NVIDIA Jetson Nano. It combines a small two-wheeled chassis with a Jetson Nano compute module, a wide-angle camera, and the full NVIDIA JetPack SDK — enabling object following, collision avoidance, and road-following using convolutional neural networks trained with Jupyter notebooks.
JetBot is NVIDIA's official introductory robotics platform, making it one of the most well-documented and widely-built AI robots for beginners and educators.
Note: The original Jetson Nano is end-of-life / discontinued. New builders should target the Jetson Orin Nano instead — verify JetPack and software compatibility before purchasing, as some JetBot tutorials and libraries are written for the original Nano and may require updates.
What It Can Do
- Object following — tracks a sport ball or colored object using a CNN trained in-browser with Jupyter
- Collision avoidance — learns to navigate around obstacles via a head-mounted classifier
- Road following — stays on a track by regressing a steering angle from a front camera
- Teleoperation — browser gamepad control via the interactive widget interface
Related platforms
- JetRacer — NVIDIA's RC-car variant with steering servo for high-speed track following
- JetCar — community variant with larger chassis for heavier payloads
- Spot Micro Jetson — quadruped variant using Jetson Nano for onboard inference
Source
- Repo: https://github.com/NVIDIA-AI-IOT/jetbot
- License: MIT
- Docs: https://jetbot.org
- JetPack SDK: https://developer.nvidia.com/embedded/jetpack
Printing
This Print All set maps 1:1 to the upstream NVIDIA-AI-IOT/jetbot assets/ folder. A complete JetBot needs 4 printed parts: the chassis, the camera mount, and one caster base + one matching caster shroud.
| Part | Qty | Notes |
|---|---|---|
| chassis.stl | 1 | Main two-wheel body |
| camera_mount.stl | 1 | Wide-angle camera bracket |
| caster_base_60mm.stl or caster_base_65mm.stl | 1 | Pick one — match your caster ball size |
| caster_shroud_60mm.stl or caster_shroud_65mm.stl | 1 | Pick one — must match the caster base you chose |
Caster size — pick one matched pair (do not print all four). JetBot ships in two caster sizes: 60 mm and 65 mm. Choose the size that matches the caster ball/wheel in your kit, and print the base + shroud of the same size together. Mixing a 60 mm base with a 65 mm shroud will not fit. The list intentionally keeps both sizes so either kit works — a blind “Print All” would produce 2 unused parts.
There is no upstream-designated default size, so the choice depends on your hardware. If unsure, the 65 mm caster is the more common in recent JetBot kits.
🖨 Print Files (6)
camera_mount.stl
caster_base_60mm.stl
caster_base_65mm.stl
caster_shroud_60mm.stl
caster_shroud_65mm.stl
chassis.stl
Required Hardware
JetBot Parts
| Item | Qty | Notes | Source |
|---|---|---|---|
| NVIDIA Jetson Nano (4 GB or 2 GB) | 1 | Main compute; getting scarce — check price before buying | Amazon |
| JetBot chassis kit (Waveshare or SparkFun) | 1 | Includes motors, wheels, camera mount on most kits | Amazon |
| Wide-angle CSI camera (IMX219, 160°) | 1 | For AI inference; skip if your kit includes one | Amazon |
| Adafruit DC Motor FeatherWing | 1 | Or equivalent motor driver; skip if kit includes driver board | Adafruit |
| 2S 7.4 V LiPo battery pack | 1 | — | Amazon |
| microSD card (32 GB+) | 1 | For JetPack OS | Amazon |
| Wi-Fi USB adapter | 1 | Only for Jetson Nano 2 GB (no onboard Wi-Fi) | Amazon |
B