Powering an NVIDIA Jetson Nano 2GB using a mobile power source - HU-ICT-LAB/RobotWars GitHub Wiki

This page contains information on methods of powering an NVIDIA Jetson Nano 2GB using a mobile power source. This is necessary as a cabled connection to a stationary power source would strongly inhibit the S1's functionalities. However, this page also contains the basic information needed in order to select a correct power supply.

Sections

Powering Nvidia Jetson

The specifications for powering an NVIDIA Jetson are as follows:

  • Voltage: 5V +- 5%
  • Current: 3A
  • Type: USB-C

The developer kit’s total power usage is the sum of carrier board, module, and peripheral power usage. There are two software-defined power modes for the Jetson module. The power mode can be switched with the UI interface at the top right of the desktop view. The two module power modes are:

  • 10W: default mode for more performance.
  • 5W: suggested for less energy use.

It is also possible to define a custom power mode. Follow the tutorial on the official "NVIDIA Jetson Linux Driver Package Software Features" docs

The Jetson Nano 2GB cannot be powered via the Micro-USB connector. Furthermore, if the voltage drops below 4.25V, the system will shut down.

Previously used hardware

During the project of 2021 we used the following hardware for powering the Jetson Nano

Voltage: 5V Current: Max 3.1A Capacitance: 20.000 mAh

*Stationary Power Supply (PSAA 15W-050L6)

Voltage: 5VDC Current: 3A Performance: 15 W

Sources

Power Management for Jetson Nano and Jetson TX1 Devices. (2021, August 3). Docs.Nvidia.Com/Jetson. Retrieved 26 January 2022, from https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/power_management_nano.html#wwpID0E02K0HA.

Related issues

Issues: #45