# Подключение контроллера LEGO EV3 к TRIK Studio

Контроллер LEGO EV3 может быть подключен к TRIK Studio с помощью:

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

В каждом из двух вариантов сначала необходимо в настройках TRIK Studio в разделе [«Роботы»](/studio/settings.md#robots) выбрать платформу LEGO EV3.

![](/files/-M53dAugsH_JUPNtngS7)

## Подключение по USB <a href="#usb" id="usb"></a>

1. Подключите USB-провод к контроллеру LEGO EV3 и к компьютеру с TRIK Studio.
2. Включите контроллер LEGO EV3.

После этого можно загружать программы на робота. Никаких дополнительных действий и драйверов не требуется.

## Подключение по Bluetooth <a href="#bluetooth" id="bluetooth"></a>

Процедура подключения робота LEGO EV3 по Bluetooth аналогична [подключению робота LEGO NXT](/nxt/connect-to-studio.md).


---

# 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/ev3/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.
