> For the complete documentation index, see [llms.txt](https://voltbro.gitbook.io/vbcores/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://voltbro.gitbook.io/vbcores/tutorials.md).

# Tutorials

- [Переделка датчика мотор-колеса](https://voltbro.gitbook.io/vbcores/tutorials/peredelka-datchika-motor-kolesa.md): Установка абсолютного магнитного датчика угла на колесо гироскутера
- [Стенд мотор-колеса](https://voltbro.gitbook.io/vbcores/tutorials/stend-motor-kolesa.md): Стенд для отладки мотор-колес и ПО для него
- [iPower Motor](https://voltbro.gitbook.io/vbcores/tutorials/ipower-motor.md)
- [AS5047p OEM](https://voltbro.gitbook.io/vbcores/tutorials/as5047p-oem.md): Абсолютный магнитный датчик угла
- [Cyphal CAN](https://voltbro.gitbook.io/vbcores/tutorials/cyphal-can.md)
- [Установка Ubuntu, ROS и Arduino](https://voltbro.gitbook.io/vbcores/tutorials/ustanovka-ubuntu-ros-i-arduino.md)
- [ROS\_LIB](https://voltbro.gitbook.io/vbcores/tutorials/ros_lib.md)
- [PyCyphal](https://voltbro.gitbook.io/vbcores/tutorials/pycyphal.md): Работа с Cyphal на Python
- [Yakut](https://voltbro.gitbook.io/vbcores/tutorials/yakut.md)
- [Стенд управления двигателями](https://voltbro.gitbook.io/vbcores/tutorials/stend-upravleniya-dvigatelyami.md)
- [STM32 CUBE IDE](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide.md)
- [Cube IDE для начинающих](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/cube-ide-dlya-nachinayushikh.md): Разбор функционала IDE с помощью простейшего проекта мигания светодиодами
- [Clock configuration](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/clock-configuration.md): Настройка "внутренних часов" контроллера
- [Таймеры - прерывания](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/taimery-preryvaniya.md): Базовая работа с таймерами, использование прерываний
- [Таймеры - ШИМ](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/taimery-shim.md): Работа с широтно-импульсной модуляцией
- [Отладка программ](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/otladka-programm.md): Введение в использование дебаггера и STM32CubeMonitor
- [Коммуникации - FDCAN](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/kommunikacii-fdcan.md): Использование FDCAN для общения между STM32 и Raspberry PI
- [Управление DC-мотором](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/upravlenie-dc-motorom.md)
- [Backup программы](https://voltbro.gitbook.io/vbcores/tutorials/stm32-cube-ide/backup-programmy.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://voltbro.gitbook.io/vbcores/tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
