Field Guide · hardware

NVIDIA Jetson is a family of single-board computers with a powerful onboard GPU, aimed at on-device AI and computer vision.1

Overview

Where a general-purpose board leans on its CPU, a Jetson pairs an ARM CPU with an NVIDIA GPU so that machine-learning inference can run locally — useful for robotics, cameras, and other edge devices that cannot rely on the cloud. Jetsons run Linux (NVIDIA’s JetPack distribution).

Where it fits

A Jetson is more expensive and more power-hungry than a Raspberry Pi, so it is the SBC you reach for specifically when you need GPU compute at the edge rather than a general-purpose board. For lighter, always-on roles a Pi is usually the better fit.

Sources

  1. Nvidia Jetson — Wikipedia, on the Jetson family and its edge-AI focus. 

See also