diff --git a/docs/assets/img/product_pics/core/faces_kit/faces_kit.png b/docs/assets/img/product_pics/core/faces_kit/faces_kit.png index 619b743f..6696c4ae 100644 Binary files a/docs/assets/img/product_pics/core/faces_kit/faces_kit.png and b/docs/assets/img/product_pics/core/faces_kit/faces_kit.png differ diff --git a/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_04.png b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_04.png index 7740e922..ed3c1a91 100644 Binary files a/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_04.png and b/docs/assets/img/product_pics/core/minicore/m5stickc/m5stickc_04.png differ diff --git a/docs/en/core/basic.md b/docs/en/core/basic.md index dc9245eb..3d952a73 100644 --- a/docs/en/core/basic.md +++ b/docs/en/core/basic.md @@ -62,7 +62,7 @@ This is a [Bottom board](en/base/core_bottom) on the back of M5Core. It's design Flash - 16MB (old model: 4MB) + 4MB Input diff --git a/docs/en/core/face_kit.md b/docs/en/core/face_kit.md index 8f530252..9d552876 100644 --- a/docs/en/core/face_kit.md +++ b/docs/en/core/face_kit.md @@ -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).* - + + + + + diff --git a/docs/en/unit/adc.md b/docs/en/unit/adc.md index fac39a07..26aedc33 100644 --- a/docs/en/unit/adc.md +++ b/docs/en/unit/adc.md @@ -8,7 +8,7 @@ ## Description -ADC 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. +**ADC** 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) - Two Lego installation holes ## APPLICATION @@ -87,6 +87,6 @@ ads.Measure_Differential(); ### PinMap - +
M5Core(GROVE A)GPIO22GPIO215VGND
M5Core ( GROVE A )GPIO22GPIO215VGND
ADC UnitSCLSDA5VGND
\ No newline at end of file diff --git a/docs/ja/core/basic.md b/docs/ja/core/basic.md index 156e4e00..78d96efc 100644 --- a/docs/ja/core/basic.md +++ b/docs/ja/core/basic.md @@ -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 | diff --git a/docs/zh_CN/core/basic.md b/docs/zh_CN/core/basic.md index 2052aa7f..02b79245 100644 --- a/docs/zh_CN/core/basic.md +++ b/docs/zh_CN/core/basic.md @@ -68,7 +68,7 @@ Flash闪存 - 16MB (旧: 4MB) + 4MB 输入电压 diff --git a/docs/zh_CN/core/face_kit.md b/docs/zh_CN/core/face_kit.md index 7a67eda5..0bae6215 100644 --- a/docs/zh_CN/core/face_kit.md +++ b/docs/zh_CN/core/face_kit.md @@ -74,4 +74,8 @@ M5Core 和 FACE 底板,再加上 Calculator 键盘之后,烧录您的固件 - *如果想**下载**详细的资源对比,请点击[这里](https://github.com/m5stack/M5-Schematic/blob/master/Core/M5%20Core%20Detailed%20Comparison.xlsx)。* - + + + + + \ No newline at end of file diff --git a/docs/zh_CN/unit/adc.md b/docs/zh_CN/unit/adc.md index 4c4f51b2..c2c3c860 100644 --- a/docs/zh_CN/unit/adc.md +++ b/docs/zh_CN/unit/adc.md @@ -1,4 +1,4 @@ -# ADC - 模数转换Unit {docsify-ignore-all} +# Unit ADC {docsify-ignore-all} @@ -8,16 +8,16 @@ ## 描述 -**ADC** 是带自校准功能的 16 位模拟数字转换 unit,相比ESP32芯片自带的ADC(12位)功能分辨率高了不少,意味着您可以测量更小幅值的电压等模拟量,也就是能测量更细微一倍的模拟量,比如采集心电电压做心电监护项目、做血压监测项目、高精度电压监控项目等等。unit集成的ADC芯片**ADS1100**通过I2C接口与M5的主控通讯(I2C地址为0x48),可以设置成单周期转换和连续转换方式。 +**ADC** 是带自校准功能的 16 位模拟数字转换 unit,相比ESP32芯片自带的ADC(12位)功能分辨率高了不少,意味着您可以测量更小幅值的电压等模拟量,也就是能测量更细微一倍的模拟量,比如采集心电电压做心电监护项目、做血压监测项目、高精度电压监控项目等等。unit集成的ADC芯片 **ADS1100** 通过 I2C 接口与M5的主控通讯(I2C地址为0x48),可以设置成单周期转换和连续转换方式。 ## 特性 -- ADC有16位分辨率,可以设置每秒采样8、16、32、128次以进行A/D转换 +- ADC 有 16 位分辨率,可以设置每秒采样 8、16、32、128 次以进行 A/D 转换 - 内置可编程放大器,从而可以采集幅值更小的模拟信号 - 放大倍数:1, 2, 4, 或 8 -- 能测量0~12V的电压输入 - -- 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(); ### 管脚映射 - - + +
M5Core(GROVE接口A)GPIO22GPIO215VGND
模数转换UnitSCLSDA5VGND
M5Core ( GROVE 接口 A )GPIO22GPIO215VGND
模数转换 UnitSCLSDA5VGND
\ No newline at end of file