Skip to content

Commit

Permalink
Change warning about using 5V inputs to a caution message in Jetson B…
Browse files Browse the repository at this point in the history
…oard docs (#2074)

Co-authored-by: Naomi Pentrel <[email protected]>
  • Loading branch information
randhid and npentrel authored Oct 23, 2023
1 parent 6c5474a commit 4ba3d15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/board/jetson.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ If you have a CSI camera, follow [these instructions](/modular-resources/example

{{% /alert %}}

{{% alert title="CAUTION: Use 3.3V inputs and outputs" color="warning" %}}
{{% alert title="CAUTION: Use 3.3V inputs and outputs" color="caution" %}}

The jetson's GPIO pins are rated for inputs and outputs at 3.3V. Signals from encoders and sensors at even 5V can cause damage to a pin. We recommend connecting hardware that can operate and send signals at 3.3V or lower. For details, see pages 1-3 of the [Jetson Nano Developer Kit 40-Pin Expansion Header GPIO Usage Considerations Applications Note](https://developer.nvidia.com/jetson-nano-developer-kit-40-pin-expansion-header-gpio-usage-considerations-applications-note)
The GPIO pins on Jetson boards are rated 3.3V signals. 5V signals from encoders and sensors can cause damage to a pin. We recommend selecting hardware that can operate 3.3V signals or lower. For details, see your boards specification. For the Jetson Nano, see pages 1-3 of the [Jetson Nano Developer Kit 40-Pin Expansion Header GPIO Usage Considerations Applications Note](https://developer.nvidia.com/jetson-nano-developer-kit-40-pin-expansion-header-gpio-usage-considerations-applications-note).

{{% /alert %}}

Expand Down
7 changes: 7 additions & 0 deletions docs/installation/prepare/jetson-agx-orin-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ If you want to use a different carrier board to incorporate your Orin into your

{{% /alert %}}

{{% alert title="CAUTION: Use 3.3V inputs and outputs" color="caution" %}}

The GPIO pins on Jetson boards are rated 3.3V signals. 5V signals from encoders and sensors can cause damage to a pin. We recommend selecting hardware that can operate 3.3V signals or lower.
For details, see your boards specification.

{{% /alert %}}

## Hardware Requirements

You need the following hardware, tools, and software to install `viam-server` on a Jetson AGX Orin with the Jetson AGX Orin Developer Kit:
Expand Down
6 changes: 6 additions & 0 deletions docs/installation/prepare/jetson-nano-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ If you want to use a different carrier board to incorporate your Nano into your

{{% /alert %}}

{{% alert title="CAUTION: Use 3.3V inputs and outputs" color="caution" %}}

The GPIO pins on Jetson boards are rated 3.3V signals. 5V signals from encoders and sensors can cause damage to a pin. We recommend selecting hardware that can operate 3.3V signals or lower. For details, see pages 1-3 of the [Jetson Nano Developer Kit 40-Pin Expansion Header GPIO Usage Considerations Applications Note](https://developer.nvidia.com/jetson-nano-developer-kit-40-pin-expansion-header-gpio-usage-considerations-applications-note).

{{% /alert %}}

## Hardware Requirements

You need the following hardware, tools, and software to install `viam-server` on a Jetson Nano or Jetson Orin Nano:
Expand Down

0 comments on commit 4ba3d15

Please sign in to comment.