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

# BiBoard

- [BiBoard V0 快速上手指南](https://docs.petoi.com/chinese/biboard/kuai-su-shang-shou-zhi-nan.md)
- [例程介绍](https://docs.petoi.com/chinese/biboard/li-cheng.md)
- [1. GPIO例程](https://docs.petoi.com/chinese/biboard/li-cheng/gpio-li-cheng.md): 操作BiBoard的GPIO
- [2. 串口](https://docs.petoi.com/chinese/biboard/li-cheng/chuan-kou.md)
- [3. 模拟-数字转换器](https://docs.petoi.com/chinese/biboard/li-cheng/mo-ni-shu-zi-zhuan-huan-qi.md): BiBoard（ESP32）可变增益ADC的应用
- [4. 数字-模拟转换器](https://docs.petoi.com/chinese/biboard/li-cheng/shu-zi-mo-ni-zhuan-huan-qi.md): DAC的用法
- [5. EEPROM（电擦除存储器）](https://docs.petoi.com/chinese/biboard/li-cheng/5.-eeprom-dian-ca-chu-cun-chu-qi.md)
- [6. 陀螺仪IMU（MPU6050）](https://docs.petoi.com/chinese/biboard/li-cheng/6.-tuo-luo-yi-imumpu6050.md)
- [7. 红外遥控](https://docs.petoi.com/chinese/biboard/li-cheng/7.-hong-wai-yao-kong.md)
- [8. PWM](https://docs.petoi.com/chinese/biboard/li-cheng/8.-pwm.md)
- [9. 舵机（施工）](https://docs.petoi.com/chinese/biboard/li-cheng/9.-duo-ji-shi-gong.md)
- [10. 经典蓝牙串口SPP](https://docs.petoi.com/chinese/biboard/li-cheng/10.-jing-dian-lan-ya-chuan-kou-spp.md)
- [11. 蓝牙低功耗（BLE）串口透传](https://docs.petoi.com/chinese/biboard/li-cheng/11.-lan-ya-di-gong-hao-ble-chuan-kou-tou-chuan.md)
- [12. 文件系统SPIFFS](https://docs.petoi.com/chinese/biboard/li-cheng/12.-wen-jian-xi-tong-spiffs.md): ESP32 文件系统SPIFFS配置指南
- [13. Arduino IDE增加硬件分区配置选项](https://docs.petoi.com/chinese/biboard/li-cheng/13.arduino-ide-zeng-jia-ying-jian-fen-qu-pei-zhi-xuan-xiang.md)
- [14. 播放MP3](https://docs.petoi.com/chinese/biboard/li-cheng/14.-bo-fang-mp3.md)
- [15. WiFi和OTA的使用](https://docs.petoi.com/chinese/biboard/li-cheng/15.wifi-he-ota-de-shi-yong.md): ESP32的Arduino例程提供了OTA（On The Air upgrade，在线升级）的功能。
- [BiBoard V1 用户指南](https://docs.petoi.com/chinese/biboard/biboard-v1-yong-hu-zhi-nan.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://docs.petoi.com/chinese/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.
