# Nybble Q 用户手册

## 入门

Nybbble Q 是一款开源的语音控制机器猫。它是一种新型机器猫，可供所有人学习和玩耍。

<figure><img src="https://3404504697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsH8LElvsjsHIa2uNVZzo%2Fuploads%2FhhU1eeu9Ug0Z9TJhCknQ%2F%E6%99%AE%E9%80%9A%E7%9C%BC%E7%9D%9B%E8%83%8C%E6%99%AF%E6%9B%B4%E4%BA%AE%E6%8A%A0%E5%9B%BE.png?alt=media&#x26;token=6ba0e1a2-07f1-4799-9d98-e7caafdf00e6" alt=""><figcaption></figcaption></figure>

小巧却强大的 Nybbble Q 具有以下出色特性：

* 响应语音指令，能以高度逼真的动作执行超过 35 种预设动作，如坐下、俯卧撑和洗脸等。你可以通过简单的语音指令在中英文之间切换。
* 它可以用你创建的技能来编程设置十多种自定义语音指令。语音指令可以是任何声音，因此不受语言限制。
* 支持 Petoi 编码积木（类似 Scratch 的积木式编程）、C++ 和 Python 编程。
* 提供免费的 C++ 和 Petoi 编码积木（类似 Scratch 的积木式编程）课程。
* 配备 BiBoard V1，这是一款高性能的 ESP32 开发板，支持用于机器人 / 人工智能 / 物联网应用的额外模块。

如果您有关于“为什么”或者“如何”等相关问题，请在我们的论坛上发帖，网址为 <https://www.petoi.com/forum> 或写信至  <support@petoi.com>。

一些[配套应用软件](https://docs.petoi.com/v/chinese/ji-shu-zhi-chi/pei-tao-ying-yong-ruan-jian)以及[常见问题解答](https://docs.petoi.com/v/chinese/ji-shu-zhi-chi/chang-jian-wen-ti-faq)供您参考。

您可以通过在 [www.petoi.com/store](https://bittle-x.petoi.com/www.petoi.com/store) 购物来支持我们。 我们的社交媒体（Instagram/Twitter/Facebook/GitHub）帐户&#x662F;**@PetoiCamp**。 通过标&#x8BB0;**#nybbleQ #petoi #opencat** 分享您的成果或心得，我们一定为您转发！

{% hint style="info" %}
最近更新: 11/12/2024
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://nybble-q-cn.petoi.com/nybbleq-yong-hu-shou-ce.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
