> For the complete documentation index, see [llms.txt](https://docs.monogoto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monogoto.io/getting-started/general-device-configurations/physical-ai/nvidia-jetson-orin-nano/simcom-sim8230g-and-nvidia-jetson.md).

# SIMCom SIM8230G & NVIDIA Jetson

Connect the **SIMCom SIM8230G** to the NVIDIA Jetson Orin Nano using a Monogoto SIM and the Monogoto Connectivity SDK. The modem is automatically detected and can be configured as either the primary or backup WAN connection.

![](/files/laQ4HwUbwXidSHzm3hCo)

### Prerequisites

* NVIDIA Jetson Orin Nano Super Developer Kit
* M.2-to-USB adapter
* SIMCom SIM8230G RedCap module
* Monogoto cellular SIM
* LTE/5G antenna

### Access the Jetson

Connect a monitor, keyboard, and mouse to the NVIDIA Jetson Orin Nano.

After the Ubuntu desktop loads, open the Terminal application from the desktop

<figure><img src="/files/CoDYWGrivWqOZg8yC3qb" alt=""><figcaption></figcaption></figure>

### Remote access using SSH

Alternatively, connect to the Jetson remotely from a computer on the same local network

```bash
ssh <user>@<JETSON_IP>         # e.g. ssh jetson@192.168.10.x
```

### Install the Monogoto Connectivity SDK

Run the following command on the Jetson:

```bash
curl -fsSL https://gitlab.com/monogoto-labs/jetson-sdk/-/raw/main/jetson_tool.sh | sudo bash
```

### Verify the SDK Installation

The installation enables the dashboard and connectivity monitoring services. Run the following command to verify the SDK installation and view the available network interfaces:

```bash
monogoto-connect status
```

### Connect the SIM8230G USB Adapter

* [ ] Insert the Monogoto SIM into the adapter.
* [ ] Install the SIMCom SIM8230G RedCap module in the M.2-to-USB adapter.
* [ ] Connect the LTE/5G antenna.
* [ ] Connect the USB adapter to the NVIDIA Jetson.

### Configure the Cellular Connection

Replace `<APN>` with the APN assigned to the SIM’s Things Group in the Monogoto Hub.

Run the following command the first time you connect a new physical module

```bash
sudo monogoto-connect up --apn data.mono
```

### Open the dashboard

From a computer connected to the same local network, open

```bash
http://<JETSON_IP>:8181
```

<figure><img src="/files/TTp0O6JlR3Ai074UX85u" alt=""><figcaption></figcaption></figure>

## Useful Links

* [Jetson Orin Nano developer kit - Datasheet](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M0mPxGpottOEfcucXOR%2Fuploads%2FJxwP3yW1y6aoPFvOZ1rP%2Fjetson-orin-datasheet-nano-developer-kit.pdf?alt=media\&token=48d59983-aa39-424d-b697-ee8312362e91)
* [Jetson Orin Nano Developer Kit - User Guide](https://docs.nvidia.com/jetson/orin-nano-devkit/user-guide/latest/quick_start.html)
* [Jetson Orin Nano Developer Kit - Developer Guide](https://docs.nvidia.com/jetson/archives/r34.1/DeveloperGuide/index.html)
* [JetPack SDK Downloads and Notes](https://developer.nvidia.com/embedded/jetpack/downloads)
* [Jetson Orin Nano Super Developer Kit](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/nano-super-developer-kit/)
* [Adapter designed for Jetson Orin Nano](https://www.waveshare.com/product/sim8202g-m2-5g-for-jetson-nano.htm#none;)
