# KittenClock時鐘模組

KittenClock時鐘模組可以獲取現時時間，並且在斷電後仍能靠板上電池計時。模組上亦有積木插孔，方便將模組結合到各類應用案例。

![](https://kittenbothk.readthedocs.io/en/latest/_images/kittenclock9.png)

### 產品參數

* 工作電壓：3V\~5V
* 類型: I2C 模組
* 接口：I2C

### 接線教學

將感應器接到Robotbit Edu的I2C接口，將綠色線接DA，藍色線接CL，紅色線接V，黑色線接G。

![](https://kittenbothk.readthedocs.io/en/latest/_images/kittenclock_wiring1.png)

### MakeCode 編程教學

![](https://kittenbothk.readthedocs.io/en/latest/_images/mcbanner12.png)

#### 在擴展頁直接搜尋Robotbit (Robotbit已經過微軟認證，可以直接搜尋)

![](https://kittenbothk.readthedocs.io/en/latest/_images/robotbit_search.gif)

#### 感應器Plus插件：<https://github.com/kittenbothk/pxt-SensorPlus>

#### [詳細方法](/programmingplatforms/makecode/kittenbotandmakecode.md)

#### KittenClock積木塊：

![](https://kittenbothk.readthedocs.io/en/latest/_images/kittenclock4.png)

#### KittenClock編程

```
首次使用模組或更換電池後，需利用"設定時間" 積木效正模組時間, 較正後模組便會一直運行; 故日常使用不需每次都拉出"設定時間" 的積木。
```

{% embed url="<https://makecode.microbit.org/_TM8LRq0VwDDq>" %}

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

#### 插件版本與更新

插件可能會不定時推出更新，改進功能。亦有時候我們可能需要轉用舊版插件才可使用某些功能。

詳情請參考: [Makecode插件版本更換](/programmingplatforms/makecode/makecodeextupdate.md)

### 未來板KittenBlock編程教學

![](https://kittenbothk.readthedocs.io/en/latest/_images/kbbanner6.png)

#### 在硬件欄選擇『未來板』

![](https://kittenbothk.readthedocs.io/en/latest/_images/turbidity_kb1.png)

#### KittenClock積木塊：

![](https://kittenbothk.readthedocs.io/en/latest/_images/kittenclock5.png)

#### KittenClock編程

```
首次使用模組或更換電池後，需利用"設定時間" 積木效正模組時間, 較正後模組便會一直運行; 故日常使用不需每次都拉出"設定時間" 的積木。
```

![](https://kittenbothk.readthedocs.io/en/latest/_images/kittenclock_code_kb.png)

### 示範短片

#### Micro:bit

{% embed url="<https://www.youtube.com/watch?v=mO0ABHGqSdo>" %}


---

# 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://sharinghub.kittenbot.hk/functional_modules/kittenclock.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.
