> For the complete documentation index, see [llms.txt](https://docs.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.petoi.com/~/changes/MnaoHQ6wOvffal3XIPZR/technical-support/useful-tools.md).

# Useful Tools

## Driver

### NyBoard Driver to access the USB uploader (adapter)

When you use a [USB uploader](https://docs.petoi.com/communication-modules/usb-downloader-ch340c) to upload the firmware for **NyBoard**, please download and install the driver first:

* Mac: <http://www.wch-ic.com/download/CH341SER_MAC_ZIP.html>
* Windows: <https://www.wch-ic.com/downloads/CH341SER_ZIP.html>
* Linux: <http://www.wch-ic.com/downloads/CH341SER_LINUX_ZIP.html>

For example, for Windows:

<figure><img src="/files/1WY9jDvLThFaXEsby89t" alt=""><figcaption></figcaption></figure>

### BiBoard Driver to access the serial port&#x20;

When you use a **USB Type-C**  interface data cable to upload the firmware for BiBoard or control the robot via the [**Petoi Desktop App**](https://docs.petoi.com/desktop-app/introduction), please download the driver as below:

{% embed url="<https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads>" %}

For example, for Windows:

<figure><img src="/files/ei1x3l8FVit5fkghFgiX" alt=""><figcaption></figcaption></figure>

#### Mac

You can download the Mac version and run the \*dmg file to install. You need to allow the permission settings during the installation.&#x20;

#### Win

For Windows, the installation steps are as follows:

<figure><img src="/files/8O94Xs3mIkmzLr3Mgy8R" alt=""><figcaption></figcaption></figure>

In the **Device Manager**, if you open the Other devices list, you may see a CP210X device with a triangle exclamation sign. Right-click it to find the "**update driver**" option, then select the unziped folder of your downloaded driver to install.

<figure><img src="/files/9PyWZUHylvK9be0KiBNh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AB4ElJy1AO6O0ZB3sSt6" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lGkF8q1Vt71FZFGoLR7R" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hXTIqQJAiuyDY2HD5iDU" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4pjr74XM8qcwKsGWlRgo" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/IaTJMJF0HoIbAZ9aISGY" alt=""><figcaption></figcaption></figure>


---

# 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://docs.petoi.com/~/changes/MnaoHQ6wOvffal3XIPZR/technical-support/useful-tools.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.
