change M5GO Bottom battery to 500mAh

This commit is contained in:
shaoxiang
2019-08-09 11:59:31 +08:00
parent e1e1ca6232
commit 86d1c8f59e
19 changed files with 66 additions and 19 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
## Description
**M5GO BOTTOM** is apparently the bottom part of M5GO which is a upgrade of basic bottoms, with a larger battery, LOGO-compatilble holes, MICPHONE, LED Bar , two more CONNEXT PORTand more.
**M5GO BOTTOM** is apparently the bottom part of M5GO which is a upgrade of basic bottoms, with a larger battery(500mAh), LOGO-compatilble holes, MICPHONE, LED Bar , two more CONNEXT PORTand more.
**M5GO BOTTOM** is the same Bottom of [M5GO Lite](https://docs.m5stack.com/#/en/core/m5go_lite), [M5GO IoT Kit](https://docs.m5stack.com/#/en/core/m5go) and [M5Fire](https://docs.m5stack.com/#/en/core/fire).
+3 -3
View File
@@ -19,13 +19,13 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds
<img src="assets/img/product_pics/core/basic/basic_11.png">
**Notice:
**Notice:**
1)Basic kit have no IMU sensor inside
2)GPIO0, GPIO12, GPIO13, GPIO15, GPIO34, pins that related to I2S are not extended out
3)GPIO34-39 are input-only**
3)GPIO34-39 are input-only
**Notice: **
**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.
+1 -1
View File
@@ -51,7 +51,7 @@ Other than 3 functional panels, this development kit comes with more stuff like
*For more information on M5Stack series development board, please check the **Gray Kit***
**Notice: **
**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.
+5 -1
View File
@@ -219,9 +219,13 @@ The GPIO 16 / 17 in Fire is connected to the PSRAM by default, so when you conne
<td>Speaker</td>
<td>1W-0928</td>
</tr>
<tr>
<td>MEMS</td>
<td>BMM150 + SH200Q/MPU6886</td>
</tr>
<tr>
<td>Battery</td>
<td>600mAh @ 3.7V</td>
<td>500mAh @ 3.7V</td>
</tr>
<tr>
<td>Operating Temperature </td>
+1 -1
View File
@@ -23,7 +23,7 @@ Supported development platforms and program languages: Arduino, Blockly language
<img src="assets/img/product_pics/core/gray/gray_11.png">
**Notice: **
**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.
+6 -2
View File
@@ -16,7 +16,7 @@ Every M5stack development kit can be programmed through Arduino IDE, WebIDE UIFl
This M5GO kit is specifically designed for STEM education. The pack includes 1 M5GO conroller + 6 M5units + plenty of accessories. Having all those goods, together with the Blockly program platform, allows the school students to explore the engineering world , making their own IoT product and implement brilliant ideas into real life.
**Notice: **
**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.
@@ -204,9 +204,13 @@ The newly-produced M5Core replaces the screen with better display performance an
<td>Speaker</td>
<td>1W-0928</td>
</tr>
<tr>
<td>MEMS</td>
<td>BMM150 + MPU6886</td>
</tr>
<tr>
<td>Battery</td>
<td>600mAh @ 3.7V</td>
<td>500mAh @ 3.7V</td>
</tr>
<tr>
<td>Operating Temperature </td>
+6 -2
View File
@@ -17,7 +17,7 @@
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: **
**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.
@@ -205,9 +205,13 @@ The newly-produced M5Core replaces the screen with better display performance an
<td>Speaker</td>
<td>1W-0928</td>
</tr>
<tr>
<td>MEMS</td>
<td>BMM150 + MPU6886</td>
</tr>
<tr>
<td>Battery</td>
<td>600mAh @ 3.7V</td>
<td>500mAh @ 3.7V</td>
</tr>
<tr>
<td>Operating Temperature </td>
@@ -138,6 +138,10 @@ Connect the device to your computer via a USB Type-C cable, open `Windows Device
### (2) Connect to AP
#### Notice
The information content of the configured WIFI is not allowed to use Chinese and special symbols.
- Now the device is in Wi-Fi AP mode, use your phone to connect this AP. The AP name would start with "M5Stack-".
- After connected to the AP, your phone and the device has established a Wi-Fi connection.
- Then you will need to visit this address `192.168.4.1` on your phone browser. Here you will enter the Wi-Fi config page.
@@ -38,6 +38,10 @@
### Step1. Set up WIFI
#### Notice
The information content of the configured WIFI is not allowed to use Chinese and special symbols.
- If you got M5Stick for the very first time, once it powered on, by default, it will enter the configuration page. The LED screen will display an **AP name(SSID)** and a **webpage address(192.168.4.1)**.
- You will need to use your phone to connect that AP.
@@ -59,6 +59,10 @@ After flash the UIFlow firmware, press and hold the `Power` button (bottom left
#### (2) Connect to AP
#### Notice
The information content of the configured WIFI is not allowed to use Chinese and special symbols.
- Now the device is in Wi-Fi AP mode, use your phone to connect this AP. The AP name would start with "M5-".
- After connected to the AP, your phone and the device has established a Wi-Fi connection.
- Once it connected, you will need to visit this address (192.168.4.1) on your phone browser. Here you will enter the Wi-Fi config page.
@@ -7,6 +7,10 @@
?>**Please click the anchor point below to view the corresponding Wi-Fi configuration tutorial according to the device type. The following content is only applicable to the M5Core device that has programmed the UIFlow firmware. If your device does not have the UIFlow firmware installed,[Please click here to view the firmware burning Tutorial](zh_CN/related_documents/M5Burner)**
## Notice
The information content of the configured WIFI is not allowed to use Chinese and special symbols.
## Text Tutorial
**[For M5Core](#For-M5Core)**
+1 -1
View File
@@ -8,7 +8,7 @@
## 描述
**M5GO BOTTOM** 是一款 M5Core 增强型通用底座.它是 [M5GO Lite](https://docs.m5stack.com/#/zh_CN/core/m5go_lite)、[M5GO IoT Kit](https://docs.m5stack.com/#/zh_CN/core/m5go)、[M5Fire](https://docs.m5stack.com/#/zh_CN/core/fire)底座的单独零售版,其硬件内容完全一致.相比基础型而言,增强型底座配备了更大容量的锂电池,集成麦克风,LED 灯条,并拓展出两个 GROVE 接口等.
**M5GO BOTTOM** 是一款 M5Core 增强型通用底座.它是 [M5GO Lite](https://docs.m5stack.com/#/zh_CN/core/m5go_lite)、[M5GO IoT Kit](https://docs.m5stack.com/#/zh_CN/core/m5go)、[M5Fire](https://docs.m5stack.com/#/zh_CN/core/fire)底座的单独零售版,其硬件内容完全一致.相比基础型而言,增强型底座配备了更大容量的锂电池(500mAh),集成麦克风,LED 灯条,并拓展出两个 GROVE 接口等.
## 管脚映射
+2 -2
View File
@@ -225,11 +225,11 @@ Fire 中的 GPIO 16 / 17 默认与PSRAM连接,因此当你在连接或是堆
</tr>
<tr>
<td>MEMS</td>
<td>MPU9250</td>
<td>BMM150 + SH200Q/MPU6886</td>
</tr>
<tr>
<td>电池</td>
<td>600mAh @ 3.7V, inside vb</td>
<td>500mAh @ 3.7V, inside vb</td>
</tr>
<tr>
<td>工作温度</td>
+2 -2
View File
@@ -207,11 +207,11 @@
</tr>
<tr>
<td>MEMS</td>
<td>MPU9250</td>
<td>BMM150 + MPU6886</td>
</tr>
<tr>
<td>电池</td>
<td>600mAh @ 3.7V, inside vb</td>
<td>500mAh @ 3.7V, inside vb</td>
</tr>
<tr>
<td>工作温度</td>
+2 -2
View File
@@ -212,11 +212,11 @@
</tr>
<tr>
<td>MEMS</td>
<td>MPU9250</td>
<td>BMM150 + MPU6886</td>
</tr>
<tr>
<td>电池</td>
<td>600mAh @ 3.7V, inside vb</td>
<td>500mAh @ 3.7V, inside vb</td>
</tr>
<tr>
<td>工作温度</td>
@@ -78,7 +78,11 @@
#### (2) 连接 AP
打开手机或电脑的 Wi-Fi,然后连接屏幕上显示的 M5Core 的热点 `AP` ( 比如现在显示的 M5Stack-0d60 ),连接成功之后,打开浏览器输入网址 `192.168.4.1`,然后选择可联网的 Wi-Fi,输入密码。( 现在可以联网的 Wi-Fi 是 M5 )
#### 注意
配置的WIFI的信息内容不允许使用中文及特殊符号.
打开手机或电脑的 Wi-Fi,然后连接屏幕上显示的 M5Core 的热点 `AP` ( 比如现在显示的 M5Stack-0d60 ),连接成功之后,打开浏览器输入网址 `192.168.4.1`,然后选择可联网的 Wi-Fi,输入密码。
<img src="assets/img/getting_started_pics/m5stack_core/get_started_with_uiflow/core_home_page_05.png">
@@ -38,6 +38,10 @@
### Step1. 设置WIFI
#### 注意
配置的WIFI的信息内容不允许使用中文及特殊符号.
首次开机时,会默认进入配置页面,stick的屏幕上显示了**热点的名称(SSID)**,以及**网络配置的地址(192.168.4.1**
这时候可以使用手机连接这个热点,待连接成功后,使用浏览器输入网络配置地址,进入WIFI配置页面,输入个人WIFI的信息,点击保存,等待连接成功
@@ -54,6 +54,10 @@ M5StickC 将会开启 Wi-Fi 热点,并显示热点 ( AP ) 名字,如下图
#### (2) 连接到 AP
#### 注意
配置的WIFI的信息内容不允许使用中文及特殊符号.
打开您手机或电脑的 Wi-Fi 设置,然后连接显示在 M5StickC 屏幕上的热点 ( 比如, 我这里显示的热点名字是 M5-80f0 ),成功连接之后, 打开浏览器访问网址 `192.168.4.1`, 然后选择可联网的 Wi-Fi,并输入 Wi-Fi 密码。 ( 现在, 我这里的 Wi-Fi 是 M5 。 )
<img src="assets/img/getting_started_pics/m5stickc/qs_uiflow/qs_uiflow_04.png">
@@ -7,6 +7,13 @@
?>**请根据设备类型点击下方锚点查看相应的Wi-Fi配置教程,以下内容仅适用于烧录了UIFlow固件的M5Core设备,若您的设备还未安装UIFlow固件,[请点击此处查看固件烧录教程](zh_CN/related_documents/M5Burner)**
## 注意
配置的WIFI的信息内容不允许使用中文及特殊符号.
## 文本教程
**[For M5Core](#M5Core配置)**