Host AI'SPECTOR on your own device

Host AI'SPECTOR on your own device

For a visual guide, check out the tutorial on our Youtube channel:

Jetson Nano

Make sure you have installed JetPack 4.6 on your Jetson Nano and have an Internet connection.

You can perform the following steps either directly on the device (using its terminal) or by connecting remotely via SSH.

  1. Connect to your Jetson Nano

To log in remotely, use the following SSH command from your computer:

ssh <username>@<device_IP_address>

Replace username and device IP address with the appropriate values for your setup.

  1. Install docker compose

Once logged in (whether directly or via SSH), run the following command:

sudo apt-get install docker-compose
  1. Go to the Live Testing section and click Add device.

Add device

  1. Select Personal as the device source and click Next.

Select device source

  1. Choose Jetson Nano as the device type and click Next.

Select device type

  1. Select the appropriate hardware and click Next.

Select hardware

  1. Choose the AI'SPECTOR service type and click Next.

Select service type

  1. Provide the device name and the URL through which the device will be accessible.

Fill in device details

  1. Once the device is added, you need to connect it to ONESTEP AI. Clicking on the newly added device’s tile will display the steps necessary to complete the installation.

  1. Run the script on your Jetson or via SSH

  1. Click Copy token and go to the device

Jetson Orin NX

Make sure you have installed JetPack 6.0 on your Jetson Orin NX and have an Internet connection.

You can perform the following steps either directly on the device (using its terminal) or by connecting remotely via SSH.

  1. Connect to your Jetson Orin NX

To log in remotely, use the following SSH command from your computer:

ssh <username>@<device_IP_address>

Replace username and device IP address with the appropriate values for your setup.

  1. Install docker compose

Once logged in (whether directly or via SSH), run the following command:

sudo apt-get install docker-compose-v2
  1. Go to the Live Testing section and click Add device.

Add device

  1. Select Personal as the device source and click Next.

Select device source

  1. Choose Jetson Orin NX as the device type and click Next.

Select device type

  1. Select the appropriate hardware and click Next.

Select hardware

  1. Choose the AI'SPECTOR service type and click Next.

Select service type

  1. Provide the device name and the URL through which the device will be accessible.

Fill in device details

  1. Once the device is added, you need to connect it to ONESTEP AI. Clicking on the newly added device’s tile will display the steps necessary to complete the installation.

  1. Run the script on your Jetson or via SSH

  2. Click Copy token and go to the device