From eef8fa652bf540493f48c667115c17b610a13781 Mon Sep 17 00:00:00 2001
From: vany5921 <908744431@qq.com>
Date: Tue, 31 Mar 2020 15:07:57 +0800
Subject: [PATCH] update atom
---
docs/en/core/basic.md | 8 +-
docs/en/quick_start/atom/atom_quick_start.md | 4 +-
docs/en/uiflow/introduction.md | 8 +-
docs/zh_CN/core/atom_lite.md | 96 +++++++++++++----
docs/zh_CN/core/atom_matrix.md | 102 +++++++++++++++----
docs/zh_CN/core/basic.md | 8 +-
docs/zh_CN/core/gray.md | 10 +-
7 files changed, 178 insertions(+), 58 deletions(-)
diff --git a/docs/en/core/basic.md b/docs/en/core/basic.md
index 16e5921b..fcb904da 100644
--- a/docs/en/core/basic.md
+++ b/docs/en/core/basic.md
@@ -353,11 +353,11 @@ For more information about Pin assignment and Pin Remapping, Please refer to [ES
-
-
## Example
-- **Arduino**
- - [Example Code](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)
+
+### Arduino IDE
+
+点击[这里](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)获得Arduino示例
## Video
diff --git a/docs/en/quick_start/atom/atom_quick_start.md b/docs/en/quick_start/atom/atom_quick_start.md
index 28edd1a8..0706e76d 100644
--- a/docs/en/quick_start/atom/atom_quick_start.md
+++ b/docs/en/quick_start/atom/atom_quick_start.md
@@ -20,10 +20,10 @@ If still fails, you can try to manually enter WIFI Configuration mode. Press and
-In WIFI configuration mode, the device will work as WIFI hotspot, such as M5Stack-XXXX. Connect to this WIFI, open the browser and enter to 192.168.4.1(web configuration page). (Pls record the letters M5FLOW-XXXXXXXX, which will be needed in next step). Enter SSID and password to connect to the network. LEDs would change from breathing red-light to breathing green-light, it indicates that both WIFI and UIFlow server is connected well.
+In WIFI configuration mode, the device will work as WIFI hotspot, such as M5Stack-XXXX. Connect to this WIFI, open the browser and enter to 192.168.4.1(WIFI setup page). (Pls record the letters M5FLOW-XXXXXXXX, which will be needed in next step). Enter SSID and password to connect to the network. LEDs would change from breathing red-light to breathing green-light, it indicates that both WIFI and UIFlow server is connected well.
-3 . Refer to [this page](https://docs.m5stack.com/#/en/uiflow/introduction) to configure APIKey of UIFlow ,APIKey can be seen through web configuration page or serial terminal such as [Putty](https://www.putty.org/)(Windows) or [Serial](https://apps.apple.com/cn/app/serial/id877615577?mt=12)(Mac).
+3 . Refer to [this page](https://docs.m5stack.com/#/en/uiflow/introduction) to configure APIKey of UIFlow ,APIKey can be seen through WIFI setup page or serial terminal such as [Putty](https://www.putty.org/)(Windows) or [Serial](https://apps.apple.com/cn/app/serial/id877615577?mt=12)(Mac).

diff --git a/docs/en/uiflow/introduction.md b/docs/en/uiflow/introduction.md
index 7b3984b0..45c13056 100644
--- a/docs/en/uiflow/introduction.md
+++ b/docs/en/uiflow/introduction.md
@@ -48,7 +48,7 @@
>1.Single press the red start button on the side of the M5GO, When the logo appears press the button-A quickly to enter the WiFi setup menu.Select change wi-fi connect and then connect to the M5GO's access point with your computer or mobile device (The access point will look something like "M5Stack-xxxx")
->2.Once you have connected to your M5GO's access point you can enter the wifi settings page by scanning the QR code or by entering __192.168.4.1__ into your browser. Then you have arrived at the page choose your home wifi network from the list, enter your password and click configure
+>2.Once you have connected to your M5GO's access point you can enter the WIFI setup page by scanning the QR code or by entering __192.168.4.1__ into your browser. Then you have arrived at the page choose your home wifi network from the list, enter your password and click configure
>
@@ -59,7 +59,7 @@
>1.Single press the power button,then connect to the StickC's access point with your computer or mobile device (The access point will look something like "M5Stack-xxxx")
->2.Once you have connected to your StickC's access point you can enter the wifi settings page by entering __192.168.4.1__ into your browser. Then you have arrived at the page choose your home wifi network from the list, enter your password and click configure
+>2.Once you have connected to your StickC's access point you can enter the WIFI setup page by entering __192.168.4.1__ into your browser. Then you have arrived at the page choose your home wifi network from the list, enter your password and click configure
>
@@ -69,7 +69,7 @@
>1.After the device is powered on, press and hold the middle button, and release it when the LED turns to yellow breathing light, and the yellow light will always on,then connect to the Atom's access point with your computer or mobile device (The access point will look something like "M5Stack-xxxx")
->2.Once you have connected to your Atom's access point you can enter the wifi settings page by entering __192.168.4.1__ into your browser. Then you have arrived at the page choose your home wifi network from the list, enter your password and click configure
+>2.Once you have connected to your Atom's access point you can enter the WIFI setup page by entering __192.168.4.1__ into your browser. Then you have arrived at the page choose your home wifi network from the list, enter your password and click configure

@@ -91,7 +91,7 @@
>After power on, wait for the LED indicator to turn red to green (this indicates that atom has successfully connected to the network), and directly visit [flow.m5stack. com](http://flow.m5stack.com/) in the computer browser to enter the UIFlow programming page
->The apikey of atom can be viewed through the web configuration page(Refer to the previous step - Setup WIFI) or through the serial terminal such as [Putty](https://www.putty.org/)(Windows) or [Serial](https://apps.apple.com/cn/app/serial/id877615577?mt=12)(Mac).
+>The apikey of atom can be viewed through the WIFI setup page(Refer to the previous step - Setup WIFI) or through the serial terminal such as [Putty](https://www.putty.org/)(Windows) or [Serial](https://apps.apple.com/cn/app/serial/id877615577?mt=12)(Mac).
>
diff --git a/docs/zh_CN/core/atom_lite.md b/docs/zh_CN/core/atom_lite.md
index dbd5784d..f2508a0c 100644
--- a/docs/zh_CN/core/atom_lite.md
+++ b/docs/zh_CN/core/atom_lite.md
@@ -6,23 +6,17 @@
## 描述
-**ATOM Lite** 是M5Stack开发套件系列中一款非常小巧的开发板,其大小只有24 * 24mm,提供更多GPIO供用户自定义,非常适合做嵌入式的智能硬件开发。主控采用了ESP32-PICO-D4方案,集成Wi-Fi和蓝牙模块,内置3D天线,拥有4MB的SPI闪存,提供Infra-Red、Neo Led、按键和PH2.0接口。板载Type-C接口可以快速实现程序上传下载,背面具有一个M2螺丝孔用于固定。
+**ATOM Lite** 是M5Stack开发套件系列中一款非常小巧的开发板,其大小只有24 * 24mm,提供更多GPIO供用户自定义,非常适合做嵌入式的智能硬件开发。主控采用了ESP32-PICO-D4方案,集成Wi-Fi和蓝牙模块,内置3D天线,拥有4MB的SPI闪存,提供Infra-Red、RGB Led、按键和GROVE/PH2.0接口。板载Type-C接口可以快速实现程序上传下载,背面具有一个M2螺丝孔用于固定。
## 产品特性
-- USB Type-C
- 基于ESP32开发
-- 4 MByte flash
-- 复位按键*1
-- 可编程按键*1
-- Neo Led*1
-- 红外led*1
-- GPIO *6 杜邦接口
-- GROVE/4P PH2.0接口
-- 2.4G天线:Proant 440
-- 开发平台: [Arduino](http://www.arduino.cc) [UIFlow](http://flow.m5stack.com)
-- 尺寸:24 * 24 * 10mm
-- 重量:12g
+- 机身小巧
+- 内置红外发射功能
+- 带有可编程按键
+- RGB LED指示灯
+- 可扩展的引脚与接口
+- 开发平台: [Arduino](http://www.arduino.cc)、[UIFlow](http://flow.m5stack.com)
## 包含
@@ -34,6 +28,68 @@
- 微型控制器
- 可穿戴设备
+
+## 规格参数
+
+
| 主控资源 | +参数 | +
| ESP32-D0WDQ6 | +240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth | +
| Flash | +4MB | +
| 输入电压 | +5V @ 500mA | +
| 主机接口 | +TypeC x 1, GROVE(I2C+I/0+UART) x 1 | +
| PIN接口 | +G19, G21,G22,G23,G25, G33 | +
| RGB LED | +WS2812B x 1 | +
| IR | +Infrared transmission x 1 | +
| 按键 | +自定义按键 x 1 | +
| 2.4G天线 | +Proant 440 | +
| 工作温度 | +32°F to 104°F ( 0°C to 40°C ) | +
| 主机尺寸 | +24 x 24 x 10 mm | +
| 重量 | +12g | +
| 外壳材质 | +Plastic ( PC ) | +
+## 相关链接
+
+- **Datasheet**
+ - [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_cn.pdf)
+ - [WS2812B-2020](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/WS2812B-2020_ZH_cn_V1.3.pdf)
+
## 案例程序
### 1. Arduino IDE
@@ -78,13 +140,9 @@
### 2. UIFlow
-点击[这里](https://docs.m5stack.com/#/zh_CN/quick_start/atom/atom_quick_start)查看UIFlow相关示例
+点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/Atom/Atom%20Lite)查看UIFlow相关示例
-## 相关链接
-
-- **数据手册**
- - [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_cn.pdf)
- - [WS2812B-2020](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/WS2812B-2020_ZH_cn_V1.3.pdf)
+