diff --git a/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_01.png b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_01.png new file mode 100644 index 00000000..fdeec94c Binary files /dev/null and b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_01.png differ diff --git a/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_02.png b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_02.png new file mode 100644 index 00000000..8450e560 Binary files /dev/null and b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_02.png differ diff --git a/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_03.png b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_03.png new file mode 100644 index 00000000..3b63c54d Binary files /dev/null and b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_03.png differ diff --git a/docs/index.html b/docs/index.html index 6cd2cffe..3100e9ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,11 +16,6 @@
loading...
- - + diff --git a/docs/index.md b/docs/index.md index db58fca5..cb6e3170 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,29 +2,17 @@ *** - - - -
Core
- - - *( **[Quick Start](en/qs)**   **[Cores comparison](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores.md)**   **[IIC Address Table](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*   **M5Core** - - [![core_basic.png](https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_basic_01.png)](en/core/basic)         [![core_gray.png](https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_gray_01.png)](en/core/gray)         [![product_pic_fire.png](https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/core/core_fire_01.png)](en/core/fire)             *BASIC*                                   *GRAY*                                   *FIRE* @@ -209,8 +197,6 @@ Application - - *( **[IIC Address Table](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*   @@ -226,20 +212,25 @@ Accessory - -   - - [![grove_t_01.png](https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/accessory/grove_t_01.png)](en/accessory/converter/grove_t)         [![grove_t_01.png](https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/accessory/grove_cable_01.png)](en/accessory/cable/grove_cable)         [![usb_downloader_01.png](https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/tool/usb_downloader_01.png)](en/tool/usb_downloader)            *Grove-T*                          *Grove Cable*                      *USB Downloader* - +  +
+ + + +

Grove-T

+
\ No newline at end of file diff --git a/docs/zh_CN/core/m5stickc.md b/docs/zh_CN/core/m5stickc.md new file mode 100644 index 00000000..f94e8063 --- /dev/null +++ b/docs/zh_CN/core/m5stickc.md @@ -0,0 +1,110 @@ +# M5StickC {docsify-ignore-all} + +gray_02 + +* * * + +:memo:**[描述](#描述)**   :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)**   :octocat:**[例程](#例程)**   :electric_plug:**[原理图](#原理图)**   🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.257b425esTi92S&id=581055502939)**   :clapper:**[相关视频](#相关视频)** + +## 描述 + +**M5StickC** 是一个包含 0.96 寸 **TFT 彩屏**(80 x 160 分辨率)、LED 灯、按键、**麦克风**、红外发射管、六轴姿态传感器 (SH200Q)和 80mAH 的电池的小型 ESP32 开发板。M5StickC 内的 ESP32 模组还内置了 4MB 的flash。你通常可以将它戴在手腕上,也可以利用我们的配件将它固定到墙上。 + +M5Stick有两个版本,白色外壳是无 MPU9250 的版本,灰色外壳是有 MPU9250 的版本,附送一些配件(`WATCH BELT`, `WALL` 和 `BRICK`)。 + +## 特性 + +- 支持可编程操作: Arduino, UIFlow(Blockly, MicroPython) +- 编程板可穿戴 + +## 管脚映射 + +gray_02 + +**红色 LED & 按键 BUTTON A & 按键 BUTTON B & 红外发射管 IR** + + + + + + + +
ESP32 芯片GPIO9GPIO37GPIO39GPIO10
红色 LEDLED 管脚
按键 BUTTON A 按键管脚
按键 BUTTON B 按键管脚
红外发射管 IR 发射管引脚
+ +**TFT 屏幕** + + + + +
ESP32芯片GPIO15GPIO13GPIO23GPIO18GPIO5
TFT 屏幕CSDCRST
+ +**GROVE 接口** + + + + +
ESP32 芯片GPIO33GPIO325VGND
GROVE 接口SCLSDA5VGND
+ +**麦克风 MIC** + + + + +
ESP32 芯片GPIO0GPIO34
麦克风 MICSCLSDA
+ +**六轴姿态传感器 SH200Q** + + + + +
ESP32芯片GPIO22GPIO21
六轴姿态传感器 SH200QSCLSDA
+ +**注意:** + +*我们有Core有几个版本,下图是它们主要区别的比较。* + +- *如果想**查看**详细的资源对比,请点击[这里](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores_zh_CN.md)。* + +- *如果想**下载**详细的资源对比,请点击[这里](https://github.com/m5stack/M5-Schematic/blob/master/Core/M5%20Core%20Detailed%20Comparison.xlsx)。* + + + + + +## 包含 + +- 1x M5Stick 内置 80mAh-Battery +- 1x Type-C USB 线 + +**灰色版本:** +- 一些配件: `WATCH BELT`, `WALL` and `BRICK` + +## 原理图 + + + +完整原理图请点击[这里](https://github.com/m5stack/M5-Schematic/tree/master/Core/m5stick)。 + +## 相关链接 + +- **数据手册** - [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [MPU9250](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf) + +## 例程 + +* **Arduino** + + - [M5Stick 出厂测试例程](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest) + + - [M5Stick 手表](https://github.com/eggfly/StickWatch) + + + +* **UIFlow** + + - [白色方块游戏](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/UIFlow) + +## 相关视频 + +- **m5stick 的案例 - 控制空调** + +