Grablo Help Grablo Help
  • User Manual
  • Tips
  • News
  • Go to
    • Grablo Home
    • Grablo App
  • 한국어
Grablo Help Grablo Help
문의하기
Grablo Help Grablo Help
  • User Manual
  • Tips
  • News
  • Go to
    • Grablo Home
    • Grablo App
  • 한국어
loading
  1. Home
  2. Tips
  3. Hardware
  4. Jetson Nano
  5. GPIO
Updated on August 11, 2025

Tips

  • Folder icon closed Folder open iconBasics
    • Bits and Bytes
    • Digital Input/Output
    • Digital/Analog Signals
    • Calculating LED Resistor Values
    • Pull-up/down Resistors
    • 3.3V ↔ 5V Conversion
    • Serial Communication (UART)
    • DC Motor, Servo Motor, Stepper Motor
    • Multi Thread
    • Relay
  • Folder icon closed Folder open iconHardware
    • Raspberry Pi
      • GPIO
      • Installing Operating System
      • How to Change 1-Wire Pin
      • How to Find I2C Device Addresses
      • Raspberry Pi vs Arduino
      • Serial (UART) Port
      • Using Desktop Environment with VNC
    • Beagle Bone
      • GPIO
      • Installing Operating System
    • Jetson Nano
      • GPIO
      • Installing Operating System
    • GPIO Expander
      • FT232H/FT2232H/FT4232H
      • MCP2221A
      • NUMATO USB-GPIO
  • Folder icon closed Folder open iconLinux
    • Linux Directory Structure
    • Configuring Linux Auto Login
    • Installing Linux on Windows (Virtual Machine)
    • Installing Linux on macOS (Virtual Machine)
    • Installing SSH Server
    • Finding Your Controller’s IP Address
    • Connecting via SSH
    • Transferring Files Between PC and Controller
    • Fixing “User is not in the sudoers file” Error
  • Folder icon closed Folder open iconAudio/Video
    • Fixing Audio Stuttering and Latency Issues
    • Playing Audio Through Bluetooth Speakers
    • Selecting Instruments from SoundFont Files
    • Fixing “Failed to create new vlc instance” Error
  • Folder icon closed Folder open iconDatabase
    • Setting Up Firebase Database
  • Folder icon closed Folder open iconIoT
    • Setting Up Google Cloud TTS/STT
    • Setting Up OpenAI TTS/STT
    • Setting Up ElevenLabs TTS
    • Setting Up Telegram Bot
    • Getting Data from WeatherAPI.com

GPIO

Estimated reading: 2 minutes 58 views

The GPIO of Jetson Nano is configured as follows:


Power, GND

Power and GND for supplying power to external devices.

Pin NumberFunction
13.3V
25V
45V
6GND
9GND
14GND
173.3V
20GND
25GND
30GND
34GND
39GND


Digital I/O

Pins available for digital input or output. Some pins are also used as PWM and SPI pins, so they cannot be used for digital I/O when those functions are enabled.

Pin NumberGPIO Number
7216
1150
1279
1314
15194
16232
1815
1916
2117
2213
2318
2419
2620
29149
31200
32168
3338
3576
3651
3712
3877
4078
When using with Grablo, you must use the GPIO number, not the pin number.



PWM

Pins for PWM output. It provides 2 PWM outputs, and you need to enable PWM in the Jetson-IO settings to use them.

Pin NumberFunction
32PWM0
33PWM2


I2C

Pins for I2C communication.

Pin NumberFunction
3I2C1 SDA
5I2C1 SCK
I2C0 is used internally for camera interface and other purposes, so it cannot be connected to external I2C devices.


SPI

Pins for SPI communication. It provides 2 SPI ports, and you need to enable SPI in the Jetson-IO settings to use them.

Pin NumberFunction
19SPI0 MOSI
21SPI0 MISO
23SPI0 SCLK
24SPI0 CS0
26SPI0 CS1
37SPI1 MOSI
22SPI1 MISO
13SPI1 SCLK
18SPI1 CS0
16SPI1 CS1


UART

Pins for UART communication.

Pin NumberFunction
8UART TX
10UART RX
The UART port name is /dev/ttyTHS1.


Configuring Jetson-IO

Enter the following command in the terminal:

sudo /opt/nvidia/jetson-io/jetson-io.py


Use the keyboard arrow keys and Enter key to select [Configure Jetson 40pin header].



Select [Configure header pins manually].


Select the function you want to enable and press Enter to show a * mark. When you’re done selecting, choose [Back].


Select [Save pin changes].


Select [Save and reboot to reconfigure pins] to reboot.

찾으시는 내용이 없나요? 문의하기

문의하기

공유하기

GPIO

Or copy link

Clipboard Icon
콘탠츠

ㅤ

Grablo Inc.
support@grablo.co

Site Links

  • Grablo Home
  • Grablo App

이 사이트의 모든 컨텐츠는 저작권법에 보호받는 저작물로서, 무단으로 복제, 배포하는 경우에는 저작권법에 의하여 처벌을 받을 수 있습니다. Copyright 2024 grablo.co. All Rights Reserved.