mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
change some product description
This commit is contained in:
@@ -1,5 +1,40 @@
|
||||
# Arduino IDE Development{docsify-ignore-all}
|
||||
|
||||
## USB Driver
|
||||
|
||||
> Before the program is burned, M5Core host (including BASIC / GRAY / M5GO / FIRE / FACES) users please download the corresponding CP210X driver package according to the operating system you are using, click the button below. After decompressing the compressed package, select the installation package corresponding to the operating system value for installation.
|
||||
|
||||
Note: M5StickC / V / T / ATOM series support can be used without driver, users can skip this driver installation step.
|
||||
|
||||
|
||||
*__Download CP2104 driver__
|
||||
|
||||
<div class="files_download">
|
||||
<p class="item">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_Windows.zip">
|
||||
<img src="/image/base/Windows_logo.png" width="50">
|
||||
<span class="item-title">Windows10</span>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p class="item">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_MacOS.zip">
|
||||
<img src="/image/base/MacOS_logo.png" width="50">
|
||||
<span class="item-title">MacOS</span>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p class="item">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_Linux.zip">
|
||||
<img src="/image/base/Linux_logo.png" width="50">
|
||||
<span class="item-title">Linux</span>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
><img src="/image/base/CP210X_install.gif " width="70%">
|
||||
|
||||
|
||||
## Arduino-IDE
|
||||
|
||||
|
||||
@@ -66,33 +101,6 @@
|
||||
|
||||
<img src="assets/img/related_documents/Arduino_IDE/Arduino_9.jpg">
|
||||
|
||||
## USB Driver
|
||||
|
||||
>1.Click on the CP210X driver for your operating system below to download.
|
||||
|
||||
<div class="link">
|
||||
|
||||
<h4><span>CP210X Driver:</span></h4>
|
||||
<p>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_Windows.zip" target="_blank" rel="noopener noreferrer"><img src="https://cdn.shopify.com/s/files/1/0056/7689/2250/files/windows_89cc6ea0-2a3c-4327-97e5-8f51f448c38b_icon.png?v=1557026574" alt="">Windows</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_MacOS.zip" target="_blank" rel="noopener noreferrer"><img src="https://cdn.shopify.com/s/files/1/0056/7689/2250/files/mac_large.png?v=1557026570" alt="">MacOS</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_Linux.zip" target="_blank" rel="noopener noreferrer"><img src="https://cdn.shopify.com/s/files/1/0056/7689/2250/files/linux_icon.png?v=1557026584" alt="">Linux</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
### For Windows
|
||||
|
||||
>Unzip the downloaded driver package, select the installer for your operating system, and double-click to install.
|
||||
|
||||
<img src="assets/img/related_documents/Arduino_IDE/CP210X_WIN.jpg">
|
||||
|
||||
|
||||
### For Mac
|
||||
|
||||
>Unzip the downloaded driver package, install the program, double-click the image file to start the installation..
|
||||
|
||||
<img src="assets/img/related_documents/Arduino_IDE/CP210X_MAC.png">
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
+32
-30
@@ -156,8 +156,7 @@ TF card Maximum size 16GB
|
||||
|
||||
**GROVE Port A & IP5306**
|
||||
|
||||
We've use the customized I2C version of IP5306, on power management.
|
||||
|
||||
We’ve use the customized I2C version of IP5306 in power management.
|
||||
Its I2C address is 0x75. Click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf) to check its datasheet.
|
||||
|
||||
<table>
|
||||
@@ -323,34 +322,37 @@ To complete schematic, click [here](https://github.com/m5stack/M5-Schematic/tree
|
||||
|
||||
## Version Change
|
||||
|
||||
<div class="table-wrapper">
|
||||
<table class="fl-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Release Date</th>
|
||||
<th>Product Change</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2018.4</td>
|
||||
<td>Initial public release</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.6</td>
|
||||
<td>MPU9250 changed to MPU6886+BMM150</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.7</td>
|
||||
<td>TN screen changed to IPS screen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>Battery capacity changed from 600mAh to 500mAh</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Release Date</th>
|
||||
<th>Product Change</th>
|
||||
<th>Note:</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2018.4</td>
|
||||
<td>Initial public release</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.6</td>
|
||||
<td>MPU9250 changed to MPU6886+BMM150</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.7</td>
|
||||
<td>TN screen changed to IPS screen</td>
|
||||
<td>before use . pls upgrade your M5Stack lib to the latest version (after 0.2.8) to solve screen reverse color problem.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>Battery capacity changed from 600mAh to 500mAh</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
|
||||
## Video
|
||||
|
||||
|
||||
+36
-38
@@ -6,13 +6,9 @@
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
**M5GO Lite** is a light pack of M5GO kit, instead of having 6 M5units, M5GO-Lite provides 1 ENV + accessories and the same M5 controller as M5GO. M5GO-Lite is also designed for STEM education. M5GO controller itself is already a full-feathered, highly integrated, upgraded development board provides plenty of hardware resources, such as LCD screen, speaker, Led bar, 16M flash, microphone and more. Light but not least.
|
||||
**M5GO Lite** is a light pack of M5GO kit, instead of having 6 M5units, M5GO-Lite provides 1 ENV + accessories and the same M5 controller as M5GO. M5GO-Lite is also designed for STEM education. M5GO controller itself is already a full-feathered, highly integrated, upgraded development board(which) provides plenty of hardware resources, such as LCD screen, speaker, Led bar, 16M flash, microphone and more. Light(Last) but not least.
|
||||
|
||||
All M5stack development board can be programmed through Arduino IDE, WebIDE UIFlow, Micropython, and Blockly, simplifying the development process for those requiring a joint hardware and software solution. Not only does M5stack have far-reaching IoT applications in industry, agriculture, and home, but it also empowers students to learn to code in STEM classrooms.
|
||||
|
||||
**Notice:**
|
||||
|
||||
The newly-produced M5Core replaces the screen with better display performance and higher viewing angle, so it has some compatibility problems with the old Arduino library. When using the old library for screen driving, it will produce reverse color display. You can open the Arduino. The library management option will upgrade your M5Stack library to the latest version (after 0.2.8) to solve this problem.
|
||||
all M5stack development board can be programmed by using Arduino IDE, WebIDE UIFlow, Micropython and Blockly. It greatly simplifies the development process for those projects which require a joint hardware and software solution. Not only does M5stack have far-reaching IoT applications in industry, agriculture, and home, but it also empowers students to learn to code in STEM classrooms.
|
||||
|
||||
## Product Features
|
||||
|
||||
@@ -158,9 +154,8 @@ TF card Maximum size 16GB
|
||||
|
||||
**GROVE Port A & IP5306**
|
||||
|
||||
We've use the customized I2C version of IP5306, on power management.
|
||||
|
||||
It's I2C address is 0x75. Click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf) to check its datasheet.
|
||||
We’ve use the customized I2C version of IP5306 in power management.
|
||||
Its I2C address is 0x75. Click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/IIC_IP5306_REG_V1.4.pdf) to check its datasheet.
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
@@ -317,34 +312,37 @@ For more information about Pin assignment and Pin Remapping, Please refer to [ES
|
||||
|
||||
## Version Change
|
||||
|
||||
<div class="table-wrapper">
|
||||
<table class="fl-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Release Date</th>
|
||||
<th>Product Change</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2018.4</td>
|
||||
<td>Initial public release</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.6</td>
|
||||
<td>MPU9250 changed to MPU6886+BMM150</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.7</td>
|
||||
<td>TN screen changed to IPS screen</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>Battery capacity changed from 600mAh to 500mAh</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Release Date</th>
|
||||
<th>Product Change</th>
|
||||
<th>Note:</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2018.4</td>
|
||||
<td>Initial public release</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.6</td>
|
||||
<td>MPU9250 changed to MPU6886+BMM150</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.7</td>
|
||||
<td>TN screen changed to IPS screen</td>
|
||||
<td>before use . pls upgrade your M5Stack lib to the latest version (after 0.2.8) to solve screen reverse color problem.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>Battery capacity changed from 600mAh to 500mAh</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
|
||||
## Example
|
||||
|
||||
@@ -358,7 +356,7 @@ But before compiling this program, please install `Adafruit BMP280 Library` and
|
||||
|
||||
For more infomation, Click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/m5go/m5go_lite/Arduino/ENV)
|
||||
|
||||
**More examples are [here](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**
|
||||
**More examples [here](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)**
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
|
||||
@@ -1,31 +1,38 @@
|
||||
# Arduino IDE 环境搭建{docsify-ignore-all}
|
||||
|
||||
## 驱动安装
|
||||
|
||||
## 安装串口驱动
|
||||
>程序烧录前,M5Core型主机(包含BASIC/GRAY/M5GO/FIRE/FACES)用户请根据您使用的操作系统,点击下方按钮下载相应的CP210X驱动程序压缩包.在解压压缩包后,选择对应操作系统位数的安装包进行安装。
|
||||
|
||||
>1.点击下方对应自己操作系统的CP210X驱动程序 进行下载.
|
||||
?>注意:M5StickC/V/T/ATOM系列支持可免驱动使用,用户可跳过该驱动安装步骤。
|
||||
|
||||
<div class="link">
|
||||
|
||||
<h4><span>CP210X Driver:</span></h4>
|
||||
<p>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_Windows.zip" target="_blank" rel="noopener noreferrer"><img src="https://cdn.shopify.com/s/files/1/0056/7689/2250/files/windows_89cc6ea0-2a3c-4327-97e5-8f51f448c38b_icon.png?v=1557026574" alt="">Windows</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_MacOS.zip" target="_blank" rel="noopener noreferrer"><img src="https://cdn.shopify.com/s/files/1/0056/7689/2250/files/mac_large.png?v=1557026570" alt="">MacOS</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_Linux.zip" target="_blank" rel="noopener noreferrer"><img src="https://cdn.shopify.com/s/files/1/0056/7689/2250/files/linux_icon.png?v=1557026584" alt="">Linux</a>
|
||||
</p>
|
||||
* __下载CP2104驱动程序__
|
||||
|
||||
<div class="files_download">
|
||||
<p class="item">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_Windows.zip">
|
||||
<img src="/image/base/Windows_logo.png" width="50">
|
||||
<span class="item-title">Windows10</span>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p class="item">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_MacOS.zip">
|
||||
<img src="/image/base/MacOS_logo.png" width="50">
|
||||
<span class="item-title">MacOS</span>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p class="item">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CP210x_VCP_Linux.zip">
|
||||
<img src="/image/base/Linux_logo.png" width="50">
|
||||
<span class="item-title">Linux</span>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
### For Windows
|
||||
|
||||
>将下载好的驱动压缩包解压,选择对应您操作系统的安装程序,双击安装.
|
||||
|
||||
<img src="assets/img/related_documents/Arduino_IDE/CP210X_WIN.jpg">
|
||||
|
||||
### For Mac
|
||||
|
||||
>将下载好的驱动压缩包解压,安装程序,双击镜像文件开始安装.
|
||||
|
||||
<img src="assets/img/related_documents/Arduino_IDE/CP210X_MAC.png">
|
||||
><img src="/image/base/CP210X_install.gif " width="70%">
|
||||
|
||||
|
||||
|
||||
|
||||
+31
-31
@@ -12,9 +12,6 @@
|
||||
|
||||
作为一款专为STEM教育而设计套件.M5GO想要做到的是使学生在获得知识的同时,收获乐趣,收获那份将自己的创意一步一步转换为现实的荣誉感.让学生可以自由的探索工程世界,制作自己的物联网产品,并将精彩的创意融入到现实生活中.
|
||||
|
||||
**注意:**
|
||||
|
||||
新生产的M5Core更换了显示效果与可视角更加优质的屏幕,因此与旧版的Arduino库产生了一些兼容性问题,使用旧版程序库进行屏幕驱动时会产生反色显示的现象,您可以打开Arduino的库管理选项将您的M5Stack库升级至最新版本(0.2.8以后)来解决这个问题.
|
||||
|
||||
## 产品特性
|
||||
|
||||
@@ -331,34 +328,37 @@ BMM150 I2C address 0x10
|
||||
|
||||
## 版本变更
|
||||
|
||||
<div class="table-wrapper">
|
||||
<table class="fl-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>上市日期</th>
|
||||
<th>产品变动</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2018.4</td>
|
||||
<td>首次发售</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.6</td>
|
||||
<td>MPU9250变更为MPU6886+BMM150</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.7</td>
|
||||
<td>TN屏幕变更为IPS屏幕</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>电池容量600mAh变更为500mAh</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table class="fl-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>上市日期</th>
|
||||
<th>产品变动</th>
|
||||
<th>备注:</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2018.4</td>
|
||||
<td>首次发售</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.6</td>
|
||||
<td>MPU9250变更为MPU6886+BMM150</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.7</td>
|
||||
<td>TN屏幕变更为IPS屏幕</td>
|
||||
<td>请将您的M5Stack库升级到最新版本(v0.2.8以上),以解决屏幕反色问题。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>电池容量600mAh变更为500mAh</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
|
||||
## 相关视频
|
||||
|
||||
|
||||
@@ -12,10 +12,6 @@
|
||||
|
||||
作为一款专为STEM教育而设计套件.M5GO 想要做到的是使学生在获得知识的同时,收获乐趣,收获那份将自己的创意一步一步转换为现实的荣誉感.让学生可以自由的探索工程世界,制作自己的物联网产品,并将精彩的创意融入到现实生活中.
|
||||
|
||||
**注意:**
|
||||
|
||||
新生产的M5Core更换了显示效果与可视角更加优质的屏幕,因此与旧版的Arduino库产生了一些兼容性问题,使用旧版程序库进行屏幕驱动时会产生反色显示的现象,您可以打开Arduino的库管理选项将您的M5Stack库升级至最新版本(0.2.8以后)来解决这个问题.
|
||||
|
||||
## 产品特性
|
||||
|
||||
- 基于ESP32开发
|
||||
@@ -328,34 +324,37 @@
|
||||
|
||||
## 版本变更
|
||||
|
||||
<div class="table-wrapper">
|
||||
<table class="fl-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>上市日期</th>
|
||||
<th>产品变动</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2018.4</td>
|
||||
<td>首次发售</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.6</td>
|
||||
<td>MPU9250变更为MPU6886+BMM150</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.7</td>
|
||||
<td>TN屏幕变更为IPS屏幕</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>电池容量600mAh变更为500mAh</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table class="fl-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>上市日期</th>
|
||||
<th>产品变动</th>
|
||||
<th>备注:</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2018.4</td>
|
||||
<td>首次发售</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.6</td>
|
||||
<td>MPU9250变更为MPU6886+BMM150</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.7</td>
|
||||
<td>TN屏幕变更为IPS屏幕</td>
|
||||
<td>请将您的M5Stack库升级到最新版本(v0.2.8以上),以解决屏幕反色问题。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2019.11</td>
|
||||
<td>电池容量600mAh变更为500mAh</td>
|
||||
<td>/</td>
|
||||
</tr>
|
||||
<tbody>
|
||||
</table>
|
||||
|
||||
## 案例程序
|
||||
|
||||
|
||||
Reference in New Issue
Block a user