# Connecting devices to TRIK and working with them

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

The TRIK controller allows you to build a robotic model without limiting yourself in the choice of "equipment" for it.

It allows you to connect digital and analog sensors, external devices via i2c and UART protocols, has two video ports and a USB connector.

There are 6 ports for servo motors and 4 ports for power motors.

This section contains information on how to connect sensors, motors, cameras to the TRIK controller - it describes the process of testing the connected devices, their configuration, and effective use together with the TRIK Studio programming environment.

{% content-ref url="work-with-devices" %}
[work-with-devices](https://help.trikset.com/en/trik/work-with-devices)
{% endcontent-ref %}

{% content-ref url="work-with-devices/testing-connected-devices" %}
[testing-connected-devices](https://help.trikset.com/en/trik/work-with-devices/testing-connected-devices)
{% endcontent-ref %}

{% content-ref url="work-with-devices/usb-camera" %}
[usb-camera](https://help.trikset.com/en/trik/work-with-devices/usb-camera)
{% endcontent-ref %}

{% content-ref url="work-with-devices/capture-images-on-camera" %}
[capture-images-on-camera](https://help.trikset.com/en/trik/work-with-devices/capture-images-on-camera)
{% endcontent-ref %}


---

# 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/trik/work-with-devices.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.
