> 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/bluetooth-connection/biboard.md).

# BiBoard

## Connection steps

1. Power on the mainboard via the battery (plug in the battery to the mainboard, and long-press the battery button > 3 seconds); after powering on, the mainboard's <mark style="color:blue;">blue</mark> LED and <mark style="color:yellow;">yellow</mark> LED should be on.
2. For **Windows**, Open the Bluetooth & other devices  setting page, and turn on the Bluetooth button as follows:<br>

   <figure><img src="/files/8MZtWsB9dTUiyKDkM1JD" alt=""><figcaption></figcaption></figure>
3. Add the BiBoard Bluetooth for the first time as follows:<br>

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

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

   Select the one with the name <mark style="color:blue;">**Bittle\*\*\_BLE**</mark>:

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

After paired successfully, it shows：

<figure><img src="/files/6RzyPljmoJIzhnYGYBLB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ctTm1v6PagAUUi9d3SB5" alt=""><figcaption><p>Windows 10</p></figcaption></figure>

{% hint style="info" %}
For **Windows 11**, after the initial Bluetooth pairing, the device might show “not connected” as follows. However, as long as the robot is not rebooted after the pairing, the associated COM port is still registered in the system. You can connect to the serial port within the Petoi application, such as the Desktop app and the Mind+.

<img src="/files/bjrePVb63RzI599B5gzB" alt="" data-size="original">
{% endhint %}

Check the **outgoing** serial port, which we will use later in the Mind+ or Petoi Desktop App in the **More Bluetooth options**:

<figure><img src="/files/F1nrQLCNbw0i57r0VHhz" alt=""><figcaption><p>More Bluetooth options</p></figcaption></figure>

<figure><img src="/files/83po78ykZFchNkU3lc6j" alt=""><figcaption><p>Bluetooth Settings</p></figcaption></figure>

{% hint style="info" %}
If you have already added the BiBoard Bluetooth before, after powering off and powering on the robot, you should remove both of the two devices in the list as follows:

![](/files/9XoHWT9LxZpv1tcJk5yF)\
Then re-do the ***Step 3***.
{% endhint %}

{% hint style="danger" %}
**Don't** add the one with the name Bittle\*\*\_SSP that auto-generates a PIN code:\
![](/files/GIaaoJy4fLj8TXaetLjV)\
Click the button ***Cancel*** to quit.
{% endhint %}

4. Test in Mind+:<br>

   <figure><img src="/files/YXoZprln9cvBUqzugyQX" 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/bluetooth-connection/biboard.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.
