> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/functional_modules/sugar/sugarcam/commandprocessing/kittenblock.md).

# Sugar Cam功能教學: KittenBlock編程

### 在Kittenblock中使用編程教學

首先在KittenBlock中加載Sugar Cam插件。

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

首先需要將Sugar Cam和電腦連上同一個WiFi網絡。

在KittenBlock加入積木連接鏡頭，填入模組的IP地址和密碼，點擊積木，舞台就會出現鏡頭的實時畫面。

<div><figure><img src="/files/cDLALxypWMQM7SlFdt62" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TDOxlZ0epMRGFHTw3lEA" alt=""><figcaption></figcaption></figure></div>

Sugar Cam插件裏已經有基本積木，可以做到掃描二維碼、發送錄音等功能。

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

### 錄音功能

透過Kittenblock編程，Sugar Cam可以做到收發錄音的功能。

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

按下發送聲音，KittenBlock就會錄音發送到Sugar Cam。

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

按下獲取聲音，Sugar Cam就會錄音發送到KittenBlock。

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

### 發訊功能

可以透過串口指令在KittenBlock發訊到Micro:bit等的主控板。

<figure><img src="/files/7Y7vfIjIlJElYCajpEts" alt="" width="512"><figcaption></figcaption></figure>

<figure><img src="/files/Qyap0wnoqPpdvC4h1Nxq" alt="" width="563"><figcaption></figcaption></figure>

[參考程式](https://makecode.microbit.org/_iga5PiPba04p)


---

# 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://sharinghub.kittenbot.hk/functional_modules/sugar/sugarcam/commandprocessing/kittenblock.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.
