# Connecting a LEGO NXT Controller to TRIK Studio

{% hint style="info" %}
This article is automatically translated from Russian by Google Translator.
{% endhint %}

The LEGO NXT controller can be connected to the TRIK Studio using:

1. [USB](/en/nxt/connect-to-studio.md#usb).
2. [Bluetooth](/en/nxt/connect-to-studio.md#bluetooth).

In each of the two options, you must first select the LEGO NXT platform in the TRIK Studio settings under "Robots".

![](/files/-MVnHbkItzwrhiZt2wnc)

## USB connection

[Download](https://le-www-live-s.legocdn.com/downloads/NXT/NXT_Installer_2.1.0_Global_WIN.zip) drivers from the manufacturer's official website: [education.lego.com](https://education.lego.com/en-us/downloads/retiredproducts/nxt/software) and install it to you system. Only drivers is necessary to work with TRIK Studio.

![](/files/-MVuIwzxE-i6tSGUOw_8)

1\. In the TRIK Studio settings under "Robots" select "Interpretation (USB)" in the "Robot Model" window.

![](/files/-MVnHgMX9MS4hQ1n6lWV)

2\. Connect the LEGO NXT controller to your computer via USB.\
3\. Click the Connect button on the toolbar.

![](/files/-MVnHkE6KIRM_VJBuEO7)

4\. A message should appear in the output window indicating a successful connection. After that, the robot is ready to work.

![](/files/-MVnHnjhgQOvJIbWDpHR)

## Bluetooth connection

The robot connects to your computer via Bluetooth as a normal Bluetooth device. No special robot drivers are required for connection.&#x20;

{% hint style="warning" %}
**Warning!** The connection process depends on the operating system and the drivers of the specific Bluetooth adapter.
{% endhint %}

Below are instructions on how to set up a connection for Windows 10 using the drivers built into the OS.

1\. Open "Start" → "Settings" → "Devices".&#x20;

![](/files/-MVnHtc9NhFbyZ6_vmBw)

2\. In the window that appears, select "Add Bluetooth or other devices".

![](/files/-MVnI2UhkRdaXdyZf358)

3\. Select "Bluetooth".

![](/files/-MVnIdQz7C-4VSWTTb1b)

4\. In the window that appears, select the "NXT" device.

![](/files/-MVnI7Pf0G5f8iKbLTRF)

5\. The robot should display the Bluetooth connection password at this time. You can leave the default password and press the orange button.

![](/files/-MVpiERZj-8Cc8SoGHLV)

{% hint style="info" %}
The default password is 1234.
{% endhint %}

6\. After you press the orange button on the robot, a password window should appear on your computer. Enter the password and click "Connect".

![](/files/-MVnIkuvp0ugKZqCzL2T)

7\. Click "Done".

![](/files/-MVnKJKgi2ouOPl77TYW)

8\. From the "Bluetooth or other devices" menu, open "Devices and Printers".

![](/files/-MVnKPC2sRldMY1hfsVN)

9\. In the list that opens, find the "NXT" device and double-click the icon.

![](/files/-MVnKTHCoUCdYdRh3aC2)

10\. In the window that appears, go to the "Services" tab and remember the number of the COM port.

![](/files/-MVnKZKY0B4Wy6Dao-vj)

11\. In TRIK Studio in the settings on the "Robots" tab, put a marker next to the LEGO NXT platform and the "Interpret (Bluetooth)" robot model.

In the Bluetooth settings, specify the port from the previous step.

![](/files/-MVnKdRKU9L6L-aFQSnk)

12\. Click OK.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.trikset.com/en/nxt/connect-to-studio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
