Before starting this project, it is important to install the JetBot software and set up the base environment. The official Yahboom JetBot kit provides the required software image and setup instructions. You can find the full guide here: https://www.hackster.io/yahboom/yahboom-jetbot-2gb-ai-vision-robot-car-ros-starter-kit-9b84dc.
After installation, it is recommended to follow the guide “Running YOLOv12 on Jetson Nano 4GB: A Comprehensive Guide.” In that tutorial, we explored the basics of setting up the Jetson Nano and running the YOLOv12 model for object detection. Building on that foundation, you can simply replace YOLOv12 with YOLOv8 — the remaining instructions are very similar .https://www.hackster.io/pattshibang/running-yolov12-on-jetson-nano-4gb-a-comprehensive-guide-f9042e
What is the project about?
JetBot Mini Sees the World is a robotics project that equips the NVIDIA Jetson Nano–powered JetBot Mini with real‑time computer vision using YOLOv8. By running inference in Jupyter Notebook (cloud), the robot can detect and classify objects in its environment. This capability represents the first step toward autonomy.
Why was it created?
The project was designed to explore how edge AI can be applied to robotics. Vision is a fundamental requirement for autonomous systems, and YOLOv8 provides a lightweight yet powerful model that can run efficiently on Jetson Nano. The goal is to demonstrate how a simple robot kit can be transformed into an intelligent platform for learning and innovation.
How does it work?
- The JetBot Mini’s camera(or Webcam) captures a live video stream.
- YOLOv8 processes each frame, identifying objects with bounding boxes and confidence scores.
- Results are displayed in real time through Jupyter Notebook on PC.
- The robot gains the ability to “see” its surroundings, preparing for later integration with motor control.








Comments