> For the complete documentation index, see [llms.txt](https://bittle.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bittle.petoi.com/zhong-wen/4-lian-xian/biboard-v1.md).

# BiBoard V1

BiBoard V1（适用于Bittle X V2）请检查此页面以确定您的BiBoard版本。

虽然 BiBoard V1 只有 12 个舵机引脚，但关节索引号的配置顺序与 NyBoard 相同。 关节舵机与引脚的连接如下图所示：

<figure><img src="/files/5Ovxt7yJFsgjvkkRYwsf" alt=""><figcaption></figcaption></figure>

## BiBoard V1 接线说明

接线时请确保黑色地线（或颜色最暗的电线——地线）靠近主板，并确保所有舵机都正确地连接到主板上的正确的引脚针上，且方向正确。

{% embed url="<https://www.bilibili.com/video/BV1Z19xY1Egt/?share_source=copy_web&vd_source=5b53358e3ed9e3e64243f5234203f423&t=0>" %}


---

# 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://bittle.petoi.com/zhong-wen/4-lian-xian/biboard-v1.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.
