2.1 What Is reComputer Jetson

Seeed NVIDIA Jetson Family

reComputer Jetson is not a single device. It is Seeed Studio's edge AI product matrix built around NVIDIA Jetson SoMs. It combines the compute module, carrier board, thermal solution, storage, enclosure, power design, and software support into a platform that helps developers move from evaluation to deployment faster.

In One Sentence

If a Jetson module is the AI compute core, then reComputer is the practical edge AI device or development platform built around that core for real integration, deployment, and maintenance.

What a reComputer Usually Includes

LayerPurposeTypical Components
Jetson SoMProvides computeCPU, GPU, DLA, memory
Carrier BoardProvides interfaces and power deliveryUSB, CSI, GbE, CAN, M.2, GPIO
Storage / WirelessProvides system storage and connectivityNVMe SSD, Wi-Fi, Bluetooth, 4G/5G
Thermal / EnclosureProvides stable operationHeatsink, fan, enclosure, mounting features
BSP / SDKProvides the software foundationJetPack, Jetson Linux, CUDA, TensorRT

Understanding the reComputer Jetson Product Matrix

The most practical way to understand the Seeed Studio reComputer Jetson product matrix is to look at it from two dimensions:

  • device compute tier: this roughly maps to the underlying Jetson platform generation
  • application scenario: this determines the system form factor, interfaces, and deployment style

Device Compute Tiers

In Seeed Studio's naming scheme, J10 / J20 / J30 / J40 / J50 / J60 can be understood as broad compute tiers. One important detail is that a series prefix does not correspond to a single fixed performance number. Different module capacities, power modes, and JetPack generations can lead to different figures within the same tier.

Series PrefixTypical Jetson PlatformOfficial Compute ReferenceHow to Think About It
J10Jetson Nano0.5 TFLOPS (FP16)An early entry-level platform suitable for Linux, JetPack, and basic vision experiments
J20Jetson Xavier NX21 TOPSBetter suited than J10 for more complex vision and traditional edge AI workloads, and still relevant in many existing deployments
J30Jetson Orin Nanoup to 67 TOPSThe current entry to mid-range mainstream option for learning, basic multi-camera vision, and lightweight generative AI
J40Jetson Orin NXup to 157 TOPSA compact high-performance option better suited to robotics, multi-camera systems, and larger model inference
J50Jetson AGX Orinup to 275 TOPSDesigned for higher-end autonomous systems and multi-sensor fusion workloads
J60Jetson AGX Thorup to 2070 FP4 TFLOPSA next-generation platform for physical AI and robotics, with performance metrics that extend beyond traditional INT8 TOPS

The point of this table is not to memorize numbers. The more useful mental model is:

  • J10 / J20 are earlier-generation or installed-base platforms
  • J30 / J40 form the core of today's reComputer entry-level and mainstream deployment range
  • J50 / J60 move into higher-end robotics and more demanding edge AI workloads

For this tutorial, most readers should focus on J30 and J40. If your goal is to learn JetPack, OpenCV, YOLO, Docker, and basic ROS, J30 is often enough. If you already know you want to work on multi-sensor robots, more video streams, or larger generative AI models, J40 is usually the better fit.

Application-Oriented Product Families

FamilyPositioningKeywords
ClassicGeneral entry-level and standard deploymentEasy to start with, balanced interfaces, good for learning and PoCs
MiniMore flexible in size and power inputCompact, wide-voltage input, mobile-device friendly
IndustrialBuilt for industrial environmentsFanless, serial, CAN, dual Ethernet, PoE
SuperHigher-performance platforms based on Orin Nano / NXJetPack 6, 157 TOPS, 4x CSI, dual Ethernet
RoboticsBuilt for robot-body integration5G, GMSL2, dual Ethernet, multiple USB, CAN

One important conclusion follows from this: when choosing a reComputer platform, you should not only ask "Which Jetson should I buy?" You should also ask "What form factor and interface combination does my project actually need?"

Key Concepts for Beginners

  • reComputer is a platform family, not a single SKU.
  • The Jetson module determines the compute ceiling, while the carrier board and system design determine what you can connect, how the device is powered, and how well it can be deployed.
  • The same Jetson Orin NX can deliver a very different real-world experience in the Classic, Industrial, Super, and Robotics families.

Section Summary

Everything else in Chapter 2 can be understood through this idea:

reComputer = NVIDIA Jetson module + Seeed carrier board / system design + JetPack software stack

References