News & Releases

NVIDIA Jetson Orin Nano 2 Packs 78 TOPS Into a 15-Watt Board

NVIDIA Jetson Orin Nano 2 Packs 78 TOPS Into a 15-Watt Board

A delivery drone hovering over a Quezon City subdivision gets roughly 200 milliseconds to decide whether the blob below it is a parked car or a kid on a bike. Send that frame to a cloud GPU and the answer lands after the drone has already flown past. Closing that gap is the entire reason NVIDIA keeps shrinking its Jetson line, and the newest module aims straight at it.

What NVIDIA put on the module

The Jetson Orin Nano 2 is rated at 78 trillion operations per second (TOPS), paired with 8 GB of memory and an 8-core Arm CPU. NVIDIA says that is double the inference throughput of the outgoing Orin Nano Super in the same physical footprint, so a carrier board you already designed pin headers for should still mate to it. Run it in the 15-watt mode and it draws about 40 percent less power than its predecessor for the same workload. On a battery-powered rover that reads as extra minutes of runtime, not just a nicer datasheet line.

Where the extra headroom came from

Nothing exotic: reworked Tensor Cores and higher memory bandwidth. Bandwidth is usually what starves a vision model long before the compute units run out of work, so widening that path buys more real-world frames per second than a raw TOPS number suggests. The module keeps the existing Jetson software stack, which matters more than the silicon for most of us. Your CUDA libraries, your camera pipeline, your GPIO wiring on the carrier board all carry over.

The gotcha: 78 TOPS will not run a frontier language model, and NVIDIA is not pretending otherwise. This board targets small models. It supports NVIDIA Cosmos and Nemotron alongside Gemma 4 and Qwen 3, the compact vision-language models that now handle perception and reasoning jobs that needed a rack two years ago.

What it means for your next build

Availability is the catch. The module and developer kit arrive in the first half of 2027, with pricing still unannounced, so nobody is soldering one into a thesis robot this semester. Carrier boards and reference designs are already in progress at Seeed Studio, Advantech, AAEON, Connect Tech, Auvidea and ADLINK, which usually signals a healthy supply of third-party hardware at launch.

If you are planning a capstone around on-device vision, the practical move is to prototype the pipeline now on whatever Jetson or Raspberry Pi you can get your hands on, keep the model small, and treat the Orin Nano 2 as the drop-in upgrade later. Read the full announcement on Hackster, then check the module specs on the NVIDIA Jetson modules page before you commit to a carrier board layout.

Frequently Asked Questions

How much AI performance does the Jetson Orin Nano 2 actually deliver?

NVIDIA rates it at 78 TOPS with 8 GB of memory and an 8-core Arm CPU, which is roughly double the inference throughput of the Orin Nano Super. In 15-watt mode it draws about 40 percent less power than the previous module for equivalent work.

Will it fit the carrier board I already have, and when can I buy one?

It keeps the same form factor as the Orin Nano Super, so existing carrier boards and pin headers should mate. The module and developer kit are slated for the first half of 2027 and pricing has not been announced. Seeed Studio, Connect Tech, ADLINK, Advantech, AAEON and Auvidea are already building hardware around it.

What will I learn if I build a project around this board?

You pick up the parts of embedded AI that transfer everywhere: quantizing a vision model so it fits in 8 GB, wiring a MIPI or USB camera into a working inference pipeline, budgeting watts against frames per second, and driving motors or servos from the module’s GPIO through a carrier board. Those skills move straight onto any Jetson, Raspberry Pi or ESP32-based robot you build afterward.

This article was inspired by reporting from Hackster. Find the parts and modules to build it at Circuitrocks.

// written by Ann Arandia

Ann Arandia covers community projects and maker events for the Circuitrocks blog. She writes about local workshops, kid-friendly electronics, and the Philippine maker scene — the people, the meet-ups, the projects that come out of them.