mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
....
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 230 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 408 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 416 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 108 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 296 KiB |
@@ -92,7 +92,7 @@ If you want the complete schematic, please click [here](https://github.com/m5sta
|
||||
|
||||
- [M5Stick Watch](https://github.com/eggfly/StickWatch)
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/kw5ut5MAkZw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe height=498 width=510 src='https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Blog/Twitch201901/M5Stick%20Watch.mp4' frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
* **UIFlow**
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
- [M5Stick Factory Test](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest)
|
||||
- [M5Stick Watch](https://github.com/eggfly/StickWatch)
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/kw5ut5MAkZw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe height=498 width=510 src='https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Blog/Twitch201901/M5Stick%20Watch.mp4' frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
- **UIFlow**
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ M5Stick有两个版本,白色外壳是无 MPU9250 的版本,灰色外壳是
|
||||
|
||||
- [M5Stick 手表](https://github.com/eggfly/StickWatch)
|
||||
|
||||
<iframe height=498 width=510 src='https://player.youku.com/embed/XNDAzMjE0ODY0NA==' frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe height=498 width=510 src='https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Blog/Twitch201901/M5Stick%20Watch.mp4' frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
* **UIFlow**
|
||||
|
||||
|
||||
+35
-24
@@ -1,33 +1,36 @@
|
||||
# M5StickC {docsify-ignore-all}
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickc/m5stickc_01.png" alt="gray_02" width="350" height="350">
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickc/m5stickc_05.png" alt="gray_02" width="350" height="350">
|
||||
|
||||
* * *
|
||||
|
||||
: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:**[相关视频](#相关视频)**
|
||||
:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.7807425e3JNPRr&id=588710395351)** :clapper:**[相关视频](#相关视频)**
|
||||
|
||||
<!-- :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.12.7807425e3JNPRr&id=588710395351)** :clapper:**[相关视频](#相关视频)** -->
|
||||
|
||||
## 描述
|
||||
|
||||
<mark>**M5StickC**</mark> 是一个包含 0.96 寸 **TFT 彩屏**(80 x 160 分辨率)、LED 灯、按键、**麦克风**、红外发射管、六轴姿态传感器 (SH200Q)和 80mAH 的电池的小型 ESP32 开发板。M5StickC 内的 ESP32 模组还内置了 4MB 的flash。你通常可以将它戴在手腕上。
|
||||
<mark>**M5StickC**</mark> 是一个包含 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)
|
||||
- 编程板可穿戴
|
||||
- 支持可编程操作: Arduino, UIFlow (Blockly, MicroPython)
|
||||
|
||||
## 管脚映射
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickc/m5stickc_01.png" alt="gray_02" width="250" height="250">
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickc/m5stickc_01.png" alt="gray_02" width=50% height=50%><img src="assets/img/product_pics/core/minicore/m5stickc/m5stickc_06.png" alt="gray_02" width=30% height=30%>
|
||||
|
||||
**红色 LED & 按键 BUTTON A & 按键 BUTTON B & 红外发射管 IR**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 芯片</td><td>GPIO9</td><td>GPIO10</td><td>GPIO37</td><td>GPIO39</td></tr>
|
||||
<tr><td>红色 LED</td><td>LED 管脚</td><td> </td><td> </td><td> </td></tr>
|
||||
<tr><td>红外发射管 IR</td><td> </td><td>发射管引脚<</td><td> </td><td>/td></tr>
|
||||
<tr><td>红外发射管 IR</td><td> </td><td>发射管引脚</td><td> </td><td> </td></tr>
|
||||
<tr><td>按键 BUTTON A</td><td> </td><td> </td><td>按键管脚</td><td> </td></tr>
|
||||
<tr><td>按键 BUTTON B</td><td> </td><td> </td><td> </td><td>按键管脚</td></tr>
|
||||
|
||||
@@ -35,8 +38,12 @@
|
||||
|
||||
**TFT 屏幕**
|
||||
|
||||
*驱动芯片:ST7735S*
|
||||
|
||||
*分辨率:80 * 160*
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32芯片</td><td>GPIO15</td><td>GPIO13</td><td>GPIO23</td><td>GPIO18</td><td>GPIO5</td></tr>
|
||||
<tr><td>ESP32 芯片</td><td>GPIO15</td><td>GPIO13</td><td>GPIO23</td><td>GPIO18</td><td>GPIO5</td></tr>
|
||||
<tr><td>TFT 屏幕</td><td>TFT_MOSI</td><td>TFT_CLK</td><td>TFT_DC</td><td>TFT_RST</td><td>TFT_CS</td></tr>
|
||||
</table>
|
||||
|
||||
@@ -47,22 +54,24 @@
|
||||
<tr><td>GROVE 接口</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
**麦克风 MIC**
|
||||
**麦克风 MIC (SPM1423)**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 芯片</td><td>GPIO0</td><td>GPIO34</td></tr>
|
||||
<tr><td>麦克风 MIC</td><td>SCL</td><td>SDA</td></tr>
|
||||
</table>
|
||||
|
||||
**六轴姿态传感器 SH200Q**
|
||||
**六轴姿态传感器 (SH200Q)**
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 芯片</td><td>GPIO22</td><td>GPIO21</td>
|
||||
<tr><td>六轴姿态传感器 SH200Q</td><td>SCL</td><td>SDA</td>
|
||||
<tr><td>六轴姿态传感器</td><td>SCL</td><td>SDA</td>
|
||||
</table>
|
||||
|
||||
**M5StickC 顶部拓展的 IO 口**
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/m5stickc/m5stickc_04.png" alt="gray_02" width=100% height=100%>
|
||||
|
||||
<!-- **<mark>注意:</mark>**
|
||||
|
||||
*我们有Core有几个版本,下图是它们主要区别的比较。*
|
||||
@@ -77,23 +86,23 @@
|
||||
|
||||
## 包含
|
||||
|
||||
- 1x M5Stick 内置 80mAh-Battery
|
||||
- 1x Type-C USB 线
|
||||
- 1x M5StickC 内置 80mAh-Battery
|
||||
|
||||
**灰色版本:**
|
||||
- 一些配件: `WATCH BELT`, `WALL` and `BRICK`
|
||||
|
||||
## 原理图
|
||||
<!-- ## 原理图
|
||||
|
||||
<img src="assets/img/product_pics/core/minicore/m5stick/m5stick_sch.png" width="500" height="500">
|
||||
|
||||
完整原理图请点击[这里](https://github.com/m5stack/M5-Schematic/tree/master/Core/m5stick)。
|
||||
完整原理图请点击[这里](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)
|
||||
- **数据手册**
|
||||
|
||||
## 例程
|
||||
- [ESP32](https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_cn.pdf) - [ST7735S](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf) - [SH200Q](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
|
||||
|
||||
- [SPM1423](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf) - [SPM1423](https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf)
|
||||
|
||||
<!-- ## 例程
|
||||
|
||||
* **Arduino**
|
||||
|
||||
@@ -101,14 +110,16 @@
|
||||
|
||||
- [M5Stick 手表](https://github.com/eggfly/StickWatch)
|
||||
|
||||
<iframe height=498 width=510 src='https://player.youku.com/embed/XNDAzMjE0ODY0NA==' frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
|
||||
* **UIFlow**
|
||||
|
||||
- [白色方块游戏](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/UIFlow)
|
||||
- [白色方块游戏](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/UIFlow) -->
|
||||
|
||||
<!-- <img src="assets/img/product_pics/core/minicore/m5stickc/m5stickc_07.png" alt="gray_02" width=50% height=50%> -->
|
||||
|
||||
## 相关视频
|
||||
|
||||
- **m5stick 的案例 - 控制空调**
|
||||
- **M5StickC 的案例 - 计数器**
|
||||
|
||||
<iframe width="560" height="315" src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Blog/Twitch201901/M5Stick%20controll%20AC.mp4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="560" height="315" src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Blog/Twitch201903/StickC%20Watch.mp4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
Reference in New Issue
Block a user