更新basic 4M faces的图片

This commit is contained in:
LiHuashen
2019-04-18 15:58:34 +08:00
parent 89600d4e1a
commit 0d0604fe81
9 changed files with 27 additions and 19 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 518 KiB

After

Width:  |  Height:  |  Size: 373 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 303 KiB

+1 -1
View File
@@ -62,7 +62,7 @@ This is a [Bottom board](en/base/core_bottom) on the back of M5Core. It's design
</tr>
<tr>
<td>Flash</td>
<td>16MB (old model: 4MB)</td>
<td>4MB</td>
</tr>
<tr>
<td>Input</td>
+5 -1
View File
@@ -77,4 +77,8 @@ Burn the following example(example function: M5Core and serial terminal will pri
- *If you want to **download** the detailed defference with them, please click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/M5%20Core%20Detailed%20Comparison.xlsx).*
<img src="assets/img/product_pics/core/core_comparison_04.png">
<!-- <img src="assets/img/product_pics/core/core_comparison_04.png"> -->
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_table/core_comparison/core_main_comparison_04_en.png">
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_table/core_comparison/core_main_comparison_05_en.png">
+3 -3
View File
@@ -8,7 +8,7 @@
## Description
<mark>ADC</mark> is a unit having self-calibrating function and 16bit analog-to-digitial coverter. The resolution is double than insided ADC of esp32, that means you can detect smaller amplitude voltage. The unit communicates with M5Core with I2C (I2C address is 0x48). It has provided two modes: continuously conversion and single conversion.
**<mark>ADC</mark>** is a unit having self-calibrating function and 16bit analog-to-digitial coverter. The resolution is double than insided ADC of esp32, that means you can detect smaller amplitude voltage. The unit communicates with M5Core with I2C (I2C address is 0x48). It has provided two modes: continuously conversion and single conversion.
## Feature
@@ -16,7 +16,7 @@
- Bult in programmable gain amplifier, thereby collecting analog signals with smaller amplitudes
- Gain = 1, 2, 4, OR 8
- Detect 0~12V voltage Input
<!-- - GROVE interface, support [UIFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc) -->
- GROVE interface, support [UIFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
- Two Lego installation holes
## APPLICATION
@@ -87,6 +87,6 @@ ads.Measure_Differential();
### PinMap
<table>
<tr><td>M5Core(GROVE A)</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
<tr><td>M5Core ( GROVE A )</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
<tr><td>ADC Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
</table>
+1 -1
View File
@@ -63,7 +63,7 @@
|項目|詳細|
|:---|:---|
|ESP32| 240MHz x 2コア, 600 DMIPS, 520KB SRAM, Wi-Fi, デュアルモードBluetooth|
|Flash| 16MB (旧: 4MB) |
|Flash| 4MB |
|電源入力| 5V @ 500mA |
|インターフェース| USB Type-C x 1, Grove(I2C+I/0+UART) x 1|
|画面| 2 inch, 320x240 Colorful TFT LCD, ILI9341 |
+1 -1
View File
@@ -68,7 +68,7 @@
</tr>
<tr>
<td>Flash闪存</td>
<td>16MB (旧: 4MB)</td>
<td>4MB</td>
</tr>
<tr>
<td>输入电压</td>
+5 -1
View File
@@ -74,4 +74,8 @@ M5Core 和 FACE 底板,再加上 Calculator 键盘之后,烧录您的固件
- *如果想**下载**详细的资源对比,请点击[这里](https://github.com/m5stack/M5-Schematic/blob/master/Core/M5%20Core%20Detailed%20Comparison.xlsx)。*
<img src="assets/img/product_pics/core/core_comparison_04_zh_CN.png">
<!-- <img src="assets/img/product_pics/core/core_comparison_04_zh_CN.png"> -->
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_table/core_comparison/core_main_comparison_04_zh_CN.png">
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_table/core_comparison/core_main_comparison_05_zh_CN.png">
+11 -11
View File
@@ -1,4 +1,4 @@
# ADC - 模数转换Unit {docsify-ignore-all}
# Unit ADC {docsify-ignore-all}
<img src="assets/img/product_pics/unit/M5GO_Unit_adc.png" width="30%" height="30%"> <img src="assets/img/product_pics/unit/unit_adc_grove_a.png" width="30%" height="30%">
@@ -8,16 +8,16 @@
## 描述
**<mark>ADC</mark>** 是带自校准功能的 16 位模拟数字转换 unit,相比ESP32芯片自带的ADC(12位)功能分辨率高了不少,意味着您可以测量更小幅值的电压等模拟量,也就是能测量更细微一倍的模拟量,比如采集心电电压做心电监护项目、做血压监测项目、高精度电压监控项目等等。unit集成的ADC芯片**ADS1100**通过I2C接口与M5的主控通讯(I2C地址为0x48),可以设置成单周期转换和连续转换方式。
**<mark>ADC</mark>** 是带自校准功能的 16 位模拟数字转换 unit,相比ESP32芯片自带的ADC(12位)功能分辨率高了不少,意味着您可以测量更小幅值的电压等模拟量,也就是能测量更细微一倍的模拟量,比如采集心电电压做心电监护项目、做血压监测项目、高精度电压监控项目等等。unit集成的ADC芯片 **ADS1100** 通过 I2C 接口与M5的主控通讯(I2C地址为0x48),可以设置成单周期转换和连续转换方式。
## 特性
- ADC16位分辨率,可以设置每秒采样8、16、32、128次以进行A/D转换
- ADC16 位分辨率,可以设置每秒采样 8、16、32、128 次以进行 A/D 转换
- 内置可编程放大器,从而可以采集幅值更小的模拟信号
- 放大倍数:1, 2, 4, 或 8
- 能测量0~12V的电压输入
<!-- - GROVE接口,支持[UIFlow](http://flow.m5stack.com)编程,[Arduino](http://www.arduino.cc)编程 -->
- Unit内置两个Lego插件孔,方便与Lego件结合
- 能测量 0~12V 的电压输入
- GROVE 接口,支持 [UIFlow](http://flow.m5stack.com) 编程,[Arduino](http://www.arduino.cc) 编程
- Unit 内置两个 Lego 插件孔,方便与 Lego 件结合
## 包含
@@ -26,9 +26,9 @@
## 应用
- 心电信号采集
- 血压测量
- 测力计
- 心电信号采集
- 血压测量
- 测力计
## 相关链接
@@ -87,6 +87,6 @@ ads.Measure_Differential();
### 管脚映射
<table>
<tr><td>M5Core(GROVE接口A)</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
<tr><td>模数转换Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
<tr><td>M5Core ( GROVE 接口 A )</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
<tr><td>模数转换 Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
</table>