update atom

This commit is contained in:
vany5921
2020-03-31 15:07:57 +08:00
parent c140dbf047
commit eef8fa652b
7 changed files with 178 additions and 58 deletions
+4 -4
View File
@@ -353,11 +353,11 @@ For more information about Pin assignment and Pin Remapping, Please refer to [ES
</tbody>
</table>
## 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
+2 -2
View File
@@ -20,10 +20,10 @@ If still fails, you can try to manually enter WIFI Configuration mode. Press and
<img src="assets/img/product_pics/core/minicore/atom/configure_wifi.jpg" width="60%" height="60%">
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).
<img src="assets/img/product_pics/core/minicore/atom/apikey.png" width="50%" height="50%"><img src="assets/img/product_pics/core/minicore/atom/serialtool.png" width="50%" height="50%">
+4 -4
View File
@@ -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
><img src="/image/base/1.png" width="15%"> &nbsp;&nbsp;<img src="/image/base/2.png" width="60%">
@@ -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
><img src="/image/base/3.png" width="10%"> &nbsp;&nbsp; <img src="/image/base/4.png" width="12%">
@@ -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
<img src="/image/base/configure_wifi.jpg" width="60%" height="60%"><img src="/image/base/4.png" width="12%">
@@ -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).
><img src="assets/img/product_pics/core/minicore/atom/apikey.png" width="50%"><img src="assets/img/product_pics/core/minicore/atom/serialtool.png" width="50%">
+77 -19
View File
@@ -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 @@
- 微型控制器
- 可穿戴设备
## 规格参数
<table>
<tr style="font-weight:bold">
<td>主控资源</td>
<td>参数</td>
</tr>
<tr>
<td>ESP32-D0WDQ6</td>
<td>240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth</td>
</tr>
<tr>
<td>Flash</td>
<td>4MB</td>
</tr>
<tr>
<td>输入电压</td>
<td>5V @ 500mA</td>
</tr>
<tr>
<td>主机接口</td>
<td>TypeC x 1, GROVE(I2C+I/0+UART) x 1</td>
</tr>
<tr>
<td>PIN接口</td>
<td>G19, G21G22G23G25, G33</td>
</tr>
<tr>
<td>RGB LED</td>
<td>WS2812B x 1</td>
</tr>
<tr>
<td>IR</td>
<td>Infrared transmission x 1</td>
</tr>
<tr>
<td>按键</td>
<td>自定义按键 x 1</td>
</tr>
<tr>
<td>2.4G天线</td>
<td>Proant 440</td>
</tr>
<tr>
<td>工作温度</td>
<td>32°F to 104°F ( 0°C to 40°C )</td>
</tr>
<tr>
<td>主机尺寸</td>
<td>24 x 24 x 10 mm</td>
</tr>
<tr>
<td>重量</td>
<td>12g</td>
</tr>
<tr>
<td>外壳材质</td>
<td>Plastic ( PC )</td>
</tr>
</table>
## EasyLoader
>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动)M5StickC/V/T/ATOM系列可免驱动使用)**
@@ -70,6 +126,12 @@
<img src="assets/img/product_pics/core/minicore/atom/atom_lite_04.webp" width="30%" height="30%">
## 相关链接
- **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)
<img src="assets/img/product_pics/core/minicore/atom/atom_lite_example.png" width="50%" height="50%">
<script>
+80 -22
View File
@@ -12,22 +12,16 @@
<mark>注意:RGB LED的亮度限制为20,因此请不要将其设置过高的亮度数值,以免损坏LED和亚克力屏幕。</mark>
## 产品特性
## 产品特性
- USB Type-C
- 基于ESP32开发
- 4 MByte flash
- MPU6886(SCL/SDA: 21/25)
- 1* 复位按键
- 1* 可编程按键
- 5*5 RGB Led Matrix
- 1* 红外Led
- GPIO *6 杜邦接口
- GROVE/4P PH2.0接口
- 2.4G天线:Proant 440
- 机身小巧
- 内置3轴陀螺仪和3轴加速计
- 可编程按键
- RGB LED点阵屏
- 红外发射功能
- 可扩展的引脚与接口
- 开发平台: [Arduino](http://www.arduino.cc)、[UIFlow](http://flow.m5stack.com)
- 尺寸:24 * 24 * 14mm
- 重量:14g
## 包含
@@ -40,6 +34,71 @@
- 微型控制器
- 可穿戴设备
## 规格参数
<table>
<tr style="font-weight:bold">
<td>主控资源</td>
<td>参数</td>
</tr>
<tr>
<td>ESP32-D0WDQ6</td>
<td>240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth</td>
</tr>
<tr>
<td>Flash</td>
<td>4MB</td>
</tr>
<tr>
<td>输入电压</td>
<td>5V @ 500mA</td>
</tr>
<tr>
<td>主机接口</td>
<td>TypeC x 1, GROVE(I2C+I/0+UART) x 1</td>
</tr>
<tr>
<td>PIN接口</td>
<td>G19, G21G22G23G25, G33</td>
</tr>
<tr>
<td>RGB LED </td>
<td>WS2812B x 25</td>
</tr>
<tr>
<td>陀螺仪加速计</td>
<td>MPU6886</td>
</tr>
<tr>
<td>IR</td>
<td>Infrared transmission x 1</td>
</tr>
<tr>
<td>按键</td>
<td>自定义按键 x 1</td>
</tr>
<tr>
<td>2.4G天线</td>
<td>Proant 440</td>
</tr>
<tr>
<td>工作温度</td>
<td>32°F to 104°F ( 0°C to 40°C )</td>
</tr>
<tr>
<td>主机尺寸</td>
<td>24 x 24 x 14 mm</td>
</tr>
<tr>
<td>重量</td>
<td>14g</td>
</tr>
<tr>
<td>外壳材质</td>
<td>Plastic ( PC )</td>
</tr>
</table>
## EasyLoader
>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动)M5StickC/V/T/ATOM系列可免驱动使用)**
@@ -66,8 +125,7 @@
</div>
</div>
## 外设的管脚映射
## 管脚映射
<table>
<tr><td>RGB Led</td><td>G27</td></tr>
@@ -77,6 +135,13 @@
<tr><td>SDA</td><td>G25</td></tr>
</table>
## 相关链接
- **Datasheet**
- [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_cn.pdf)
- [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
- [WS2812B-2020](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/WS2812B-2020_ZH_cn_V1.3.pdf)
## 案例程序
@@ -89,13 +154,6 @@
点击[这里](https://docs.m5stack.com/#/zh_CN/quick_start/atom/atom_quick_start)查看UIFlow相关示例
## 相关链接
- **数据手册**
- [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_cn.pdf)
- [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
- [WS2812B-2020](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/WS2812B-2020_ZH_cn_V1.3.pdf)
<script>
+5 -3
View File
@@ -36,6 +36,7 @@ M5Stack Basic 由两个可分离部分堆叠组成. 顶部放置了电路板,
- 1x 使用手册
- 1x 贴纸
## 应用
- 物联网控制器
@@ -114,7 +115,6 @@ M5Stack Basic 由两个可分离部分堆叠组成. 顶部放置了电路板,
</table>
## EasyLoader
>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动)M5StickC/V/T/ATOM系列可免驱动使用)**
@@ -308,8 +308,10 @@ TF 卡最大支持 16GB
## 案例程序
- **Arduino**
- [Factory Test](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)
### Arduino IDE
点击[这里](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)获得Arduino示例
## 相关视频
+6 -4
View File
@@ -22,7 +22,7 @@
- 基于ESP32开发
- 大容量flash
- 内置6轴陀螺仪加速计与3轴磁力计
- 内置3轴陀螺仪、3轴加速计与3轴磁力计
- 内置扬声器,按键,LCD屏幕,电源/复位按键
- TF卡插槽(支持最大16GB)
- 内置锂电池
@@ -86,7 +86,7 @@
<td>PIN (G1G2G3G16, G17, G18, G19, G21, G22, G23, G25, G26, G35, G36)</td>
</tr>
<tr>
<td>传感器</td>
<td>陀螺仪加速计磁力计</td>
<td>MPU6886+BMM150</td>
</tr>
<tr>
@@ -337,8 +337,10 @@ BMM150 I2C 地址为 0x10
</div>
## 案例程序
- **Arduino**
- [Factory Test](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)
### Arduino
点击[这里](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)获得Arduino示例
## 相关视频