# 未來板Lite介紹

<figure><img src="/files/ajgrGVrJK53MOXge5axh" alt="" width="375"><figcaption></figcaption></figure>

未來板Lite是為信息科技科創編程教育而設計，采用塑料全包殼結構，提高安全性，特別適用於課堂環境。\
搭載高性能ESP32芯片，板載集成了彩屏、亮度傳感器、麥克風、蜂鳴器、加速度傳感器、電機驅動、彩燈、按鍵等功能。\
在Kittenblock圖形化編程平台中能夠快速上手，易於理解。\
和未來板相比，未來板Lite不需擴展板就能支持同時連接4個3PIN模塊、2個I2C模塊、2個串口模塊，以及2路電機。

### 產品特色

* 彩屏能夠自由顯示文字、圖片，適用於數據展示與分析  \
  教學無須再接擴展板，板載2個串口2個I2C接口能夠滿足多數高級模塊的組合式項目  \
  板載電池可充電，電量指示燈可教育精確地展示當前耗電情況  \
  同時支持圖形化編程與Python代碼編程  \
  連接電腦即可操作內部程序文件，不需編程IDE環境就可以直接進行Python代碼編程  \
  具有菜單功能，能夠存儲多個程序，並手動選擇運行  \
  不僅具有wifi與外網物聯網平台通訊能力，還具有2.4G內網組網功能，實現多台未來板Lite直接通訊  \
  標準樂高奇數孔尺寸，3面樂高孔，適合融入項目拼裝結構中

### 產品參數

| **尺寸**       | 56 x 56 x 21.5 mm                    |
| ------------ | ------------------------------------ |
| **MCU**      | ESP32-S3                             |
| **USB**      | Type-C                               |
| **充電電壓**     | 5V（Type-C USB）                       |
| **工作電壓**     | 3.3V 1A                              |
| **屏幕**       | 彩屏，160x128，TFT                       |
| **可編程按鍵**    | 3（A、M、B）                             |
| **RGB彩燈**    | 3粒ws2812彩燈                           |
| **電池容量**     | 750mAh                               |
| **DC電機接口**   | 2路，PH2.0 2PIN防反插接口                   |
| **IO接口**     | 4路，PH2.0 3PIN防反插接口                   |
| **I2C接口**    | 2路，PH2.0 4PIN防反插接口                   |
| **Serial接口** | 2路，PH2.0 4PIN防反插接口                   |
| **板載編程資源**   | 按鍵x3、彩屏、RGB彩燈x3、蜂鳴器、加速度傳感器、光敏傳感器、麥克風 |

###


---

# 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/mcu/futureboard_lite/intro.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.
