From 0d90a5657b2474d8adf9ab4bf0832b1a7abaa6db Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Wed, 11 Sep 2019 18:09:51 +0800 Subject: [PATCH] change node base description --- docs/en/base/node_base.md | 2 +- docs/en/unit/esp32cam.md | 6 +-- docs/en/unit/m5camera.md | 6 +-- docs/en/unit/m5camera_f.md | 6 +-- docs/en/unit/m5camera_x.md | 6 +-- docs/zh_CN/hat/hat-joystick.md | 75 ++++++++++++++++++++++++++++++++++ docs/zh_CN/unit/esp32cam.md | 6 +-- docs/zh_CN/unit/m5camera.md | 6 +-- docs/zh_CN/unit/m5camera_f.md | 6 +-- docs/zh_CN/unit/m5camera_x.md | 6 +-- 10 files changed, 84 insertions(+), 41 deletions(-) create mode 100644 docs/zh_CN/hat/hat-joystick.md diff --git a/docs/en/base/node_base.md b/docs/en/base/node_base.md index e8c5f9d3..d974c0d5 100644 --- a/docs/en/base/node_base.md +++ b/docs/en/base/node_base.md @@ -8,7 +8,7 @@ ## Description -**Node**, like its namesake, is a smart node with full-featured functions in a IoT application scenarios. It can be program as a intelligent speaker like Echo. Node provides more hardware resources: built-in high-fidelity audio codec chip,MIC, DHT12, IR emitter ... +**Node**, like its namesake, is a smart node with full-featured functions in a IoT application scenarios. Together with M5Stack Core, it can be programmed as an intelligent speaker like Echo. Node provides more hardware resources: built-in high-fidelity audio codec chip,MIC, DHT12, IR emitter ... ESP32 provides an Audio Develope Platform called ESP-ADF. ESP-ADF supports development of audio applications for the Espressif Systems ESP32 chip in the most comprehensive way. With ESP-ADF, you can easily add features, develop audio applications from simple to complex: diff --git a/docs/en/unit/esp32cam.md b/docs/en/unit/esp32cam.md index 641a54e5..cf8a48a4 100644 --- a/docs/en/unit/esp32cam.md +++ b/docs/en/unit/esp32cam.md @@ -155,11 +155,7 @@ The hardware also comes with some reserved weld pad, just in case you want put t 2. We have several patterns of camera board, the following figures shows the main differece - **view** click [here](https://shimo.im/sheets/gP96C8YTdyjGgKQC). - - - - + ## Related Link diff --git a/docs/en/unit/m5camera.md b/docs/en/unit/m5camera.md index cc25ab7d..45e5fc0d 100644 --- a/docs/en/unit/m5camera.md +++ b/docs/en/unit/m5camera.md @@ -181,11 +181,7 @@ The hardware also comes with some reserved weld pad, just in case you want put t 2. We have several patterns of camera board, the following figures shows the main differece - **view** click [here](https://shimo.im/sheets/gP96C8YTdyjGgKQC). - - - - + ## Related Link diff --git a/docs/en/unit/m5camera_f.md b/docs/en/unit/m5camera_f.md index 84949687..d94e28af 100644 --- a/docs/en/unit/m5camera_f.md +++ b/docs/en/unit/m5camera_f.md @@ -164,11 +164,7 @@ The hardware also comes with some reserved weld pad, just in case you want put t 2. We have several patterns of camera board, the following figures shows the main differece - **view** click [here](https://shimo.im/sheets/gP96C8YTdyjGgKQC). - - - - + ## Related Link diff --git a/docs/en/unit/m5camera_x.md b/docs/en/unit/m5camera_x.md index dbdade20..c8c382ab 100644 --- a/docs/en/unit/m5camera_x.md +++ b/docs/en/unit/m5camera_x.md @@ -161,11 +161,7 @@ The hardware also comes with some reserved weld pad, just in case you want put t 2. We have several patterns of camera board, the following figures shows the main differece - **view** click [here](https://shimo.im/sheets/gP96C8YTdyjGgKQC). - - - - + ## Related Link diff --git a/docs/zh_CN/hat/hat-joystick.md b/docs/zh_CN/hat/hat-joystick.md new file mode 100644 index 00000000..93370148 --- /dev/null +++ b/docs/zh_CN/hat/hat-joystick.md @@ -0,0 +1,75 @@ +# Joystick HAT {docsify-ignore-all} + + + +*** + +:memo:**[描述](#描述)**      :electric_plug:**[原理图](#原理图)**      :octocat:**[Code](#Code)**      **[EasyLoader](#EasyLoader)**       🛒**[购买链接](https://m5stack.com/products/m5stickc-neofalsh-hat)** + + +## 描述 + +**Joystick HAT** 是一款专为M5SticKC设计的摇杆模块.内嵌STM32F030F4主控芯片,采用I2C通信协议与主机M5StickC进行数据传输. + +这个拥有迷你体积的遥杆模块支持进行全方位的角度偏移与中心按压,并输出角度偏移数据以及开关数字信号. + +采用HAT系列统一的插接式设计与M5StickC可靠连接,用最精简的方式,获得更多人机交互输入体验. + + + + + +## 产品特性 + +- 内嵌STM32F030F4 +- 通信协议:I2C(地址:0x不知道) +- 支持全方位偏移/中心按键 + +## 重量尺寸 + +- 单品尺寸:58mm x 23.5mm x 1mm +- 单品重量:2g + +## 包含 + +- 1x Joystick HAT + +## 应用 + +- 游戏控制器 +- 无线摇杆设备 + + +## 原理图 + + + +## EasyLoader + + + + + +>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.**(目前EasyLoader仅适用于Windows操作系统)** + +>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**) + + +## Code + +- **[Arduino](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/neoflash-hat/Arduino)** + + +## 管脚映射 + + + + +
M5StickCGPIO0GPIO263.3VGND
Joystick HATSCLSDA3.3VGND
+ + +## 相关视频 + + \ No newline at end of file diff --git a/docs/zh_CN/unit/esp32cam.md b/docs/zh_CN/unit/esp32cam.md index 0e1759a3..863b3bd1 100644 --- a/docs/zh_CN/unit/esp32cam.md +++ b/docs/zh_CN/unit/esp32cam.md @@ -153,11 +153,7 @@ 2. 以下是M5相机系列几款产品的主要参数区别. - **点击** [查看详情](https://shimo.im/sheets/gP96C8YTdyjGgKQC/e2041)。 - - **点击** [下载表格](https://github.com/m5stack/M5-Schematic/blob/master/Units/m5camera/M5%20Camera%20Detailed%20Comparison.xlsx)。 - - + ## 相关链接 diff --git a/docs/zh_CN/unit/m5camera.md b/docs/zh_CN/unit/m5camera.md index 903337e6..7a99018a 100644 --- a/docs/zh_CN/unit/m5camera.md +++ b/docs/zh_CN/unit/m5camera.md @@ -168,11 +168,7 @@ Model A 和 Model B,它们有着不同的电路设计、可以通过背面贴 2. 以下是M5相机系列几款产品的主要参数区别. - **点击** [查看详情](https://shimo.im/sheets/gP96C8YTdyjGgKQC). - - **点击** [下载表格](https://github.com/m5stack/M5-Schematic/blob/master/Units/m5camera/M5%20Camera%20Detailed%20Comparison.xlsx). - - + ## 相关链接 diff --git a/docs/zh_CN/unit/m5camera_f.md b/docs/zh_CN/unit/m5camera_f.md index a7c1160f..83368079 100644 --- a/docs/zh_CN/unit/m5camera_f.md +++ b/docs/zh_CN/unit/m5camera_f.md @@ -167,11 +167,7 @@ 2. 以下是M5相机系列几款产品的主要参数区别. - **点击** [查看详情](https://shimo.im/sheets/gP96C8YTdyjGgKQC). - - **点击** [下载表格](https://github.com/m5stack/M5-Schematic/blob/master/Units/m5camera/M5%20Camera%20Detailed%20Comparison.xlsx). - - + ## 相关链接 diff --git a/docs/zh_CN/unit/m5camera_x.md b/docs/zh_CN/unit/m5camera_x.md index b24c1391..a89e8140 100644 --- a/docs/zh_CN/unit/m5camera_x.md +++ b/docs/zh_CN/unit/m5camera_x.md @@ -152,11 +152,7 @@ 2. 以下是M5相机系列几款产品的主要参数区别. - **点击** [查看详情](https://shimo.im/sheets/gP96C8YTdyjGgKQC). - - **点击** [下载表格](https://github.com/m5stack/M5-Schematic/blob/master/Units/m5camera/M5%20Camera%20Detailed%20Comparison.xlsx). - - + ## 相关链接