add atom rs485/232

This commit is contained in:
vany5921
2020-06-18 18:14:03 +08:00
parent d72abcf0e4
commit 0866d2df84
13 changed files with 351 additions and 59 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 79 KiB

+138
View File
@@ -0,0 +1,138 @@
# ATOM RS-232
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K046</div>
<div class="product_pic"><img src="assets/img/product_pics/atom_base/atomicRS232/atom232.webp"></div>
## Description
**ATOM RS-232** is a TTL-RS232 level-converter designed for use with the M5Atomic module. RS232 is a full-duplex communication protocol standard, which defines the electrical characteristics of the serial communication system. It is a widely used communication protocol in the field of industrial control. MAX232 chip is integrated in the module, which supports bidirectional conversion between TTL level and RS232 level. A DC/DC voltage regulator chip is integrated in the ATOM RS485, which can directly convert the 12V voltage of the RS232 hub to 5V to supply power for ATOM.
## Product Features
- Compatible ATOM Matrix/ATOM Lite
- Built-in DC/DC
- Full-duplex communication
## Include
- 1x ATOM RS-232
- 1x ATOM Lite
- 1x Hex Key
- 1x M2*8mm Hexagon socket cup head machine screw
- 1x 18cm TYPE-C Cable
## Applications
- RS232 Communication
- Industrial control node
## Specification
<table class="table-1">
<thead>
<tr>
<th>Specification</th>
<th>Parameter</th>
</tr>
</thead>
<tbody>
<tr>
<td>External port</td>
<td>VH-3.96 4P</td>
</tr>
<tr>
<td>level-conversion IC</td>
<td>MAX232</td>
</tr>
<tr>
<td>DC-DC</td>
<td>A0Z1282CI</td>
</tr>
<tr>
<td>net weight</td>
<td>26g</td>
</tr>
<tr>
<td>Gross weight</td>
<td>36g</td>
</tr>
<tr>
<td>Product Size</td>
<td>24*24*18mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>54*54*20mm</td>
</tr>
<tr>
<td>Case material</td>
<td>Plastic( PC )</td>
</tr>
</tbody>
</table>
## EasyLoader
>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver)
<div class="easyloader-box">
<div style="background-color:white;">
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
<div class="easyloader-btn">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/ATOM_BASE/EasyLoader_ATOM_RS232.exe">Windows</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/ATOM_BASE/EasyLoader_ATOM_RS232.dmg">MacOS</a>
<!-- <a>Linux</a>
<a>MacOS</a> -->
</div>
</div>
<div>
<video id="example_video" controls>
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/AtomBase/AtomicRS232.mp4" type="video/mp4">
</video>
<div class="easyloader-mask">
<a>
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
<p>Description:</p>
<p>Send and receive the message through RS485, LED is on, press the key to send the message</p>
</div>
</div>
</div>
## Related Link
- **Datasheet**
- [MAX232](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/atombase/AtomicRS232/MAX232.pdf)
- [AOZ1282CI](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/atombase/tail485/AOZ1282CI-datasheet.pdf)
### Pin Map
<table>
<tr><td>ATOM</td><td>GPIO22</td><td>GPIO19</td><td>5V</td><td>GND</td></tr>
<tr><td>ATOM RS-232</td><td>RX</td><td>TX</td><td>5V</td><td>GND</td></tr>
</table>
## Schematic
<img src="assets/img/product_pics/atom_base/atomicRS232/atomic_rs232_sch.webp">
## Example
### 1. Arduino IDE
[Click here to get Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/AtomicRS232/Arduino/AtomicRS232)
### 2. UIFlow
[Clicke here to get UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/AtomicRS232/UIFlow)
<script>
var purchase_link = '';
anchor_search(purchase_link);
scrollFunc();
</script>
+144
View File
@@ -0,0 +1,144 @@
# ATOM RS-485
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K045</div>
<div class="product_pic"><img src="assets/img/product_pics/atom_base/atomicRS485/atom485.webp"></div>
## Description
**ATOM RS-485** is a TTL-RS485 converter designed for use with M5Atomic. It's function is for TTL level and RS485 level-conversion. RS485 is a communication protocol standard, which is used to define the electrical characteristics of drivers and receivers of a serial communication system. It supports amulti-point system and is widely used in industry. When the applications equipment needs to communicate and be controlled through RS485, ATOM RS-485 is an excellent choice. A DC/DC voltage regulator chip is integrated in the ATOM RS-485, which can directly convert the 12V voltage of RS485 to 5V to supply power for M5ATOM, avoiding the trouble of using a separate power supply.
## Product Features
- Compatible ATOM Matrix/ATOM Lite
- SP3485EE
- Built-in DC/DC
- Multipoint communication
## Include
- 1x ATOM RS-485
- 1x ATOM Lite
- 1x Hex Key
- 1x M2*8mm Hexagon socket cup head machine screw
- 1x 18cm TYPE-C Cable
## Applications
- RS485 Multipoint communication
- Industrial control node
- RS485 to WiFi
## Specification
<table class="table-1">
<thead>
<tr>
<th>Specification</th>
<th>Parameter</th>
</tr>
</thead>
<tbody>
<tr>
<td>External port</td>
<td>VH-3.96 4P</td>
</tr>
<tr>
<td>Conversion level</td>
<td>5V<->12V</td>
</tr>
<tr>
<td>level-conversion IC</td>
<td>SP3485EE</td>
</tr>
<tr>
<td>DC-DC</td>
<td>A0Z1282CI</td>
</tr>
<tr>
<td>net weight</td>
<td>28g</td>
</tr>
<tr>
<td>Gross weight</td>
<td>38g</td>
</tr>
<tr>
<td>Product Size</td>
<td>24*48*18mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>54*54*20mm</td>
</tr>
<tr>
<td>Case material</td>
<td>Plastic ( PC )</td>
</tr>
</tbody>
</table>
## EasyLoader
>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver)
<div class="easyloader-box">
<div style="background-color:white;">
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
<div class="easyloader-btn">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/ATOM_BASE/EasyLoader_ATOM_RS485.exe">Windows</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/ATOM_BASE/EasyLoader_ATOM_RS485.dmg">MacOS</a>
<!-- <a>Linux</a>
<a>MacOS</a> -->
</div>
</div>
<div>
<video id="example_video" controls>
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/AtomBase/AtomicRS485.mp4" type="video/mp4">
</video>
<div class="easyloader-mask">
<a>
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
<p>Description:</p>
<p>Send and receive the message through RS485, LED is on, press the key to send the message</p>
</div>
</div>
</div>
## Related Link
- **Datasheet**
- [SP485EEN](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/SP485EEN_en.pdf)
- [AOZ1282CI](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/atombase/tail485/AOZ1282CI-datasheet.pdf)
### Pin Map
<table>
<tr><td>ATOM</td><td>GPIO22</td><td>GPIO19</td><td>5V</td><td>GND</td></tr>
<tr><td>ATOM RS-485</td><td>RX</td><td>TX</td><td>5V</td><td>GND</td></tr>
</table>
## Schematic
<img src="assets/img/product_pics/atom_base/atomicRS485/atomic_rs485_sch.webp">
## Example
### 1. Arduino IDE
[Click here to download Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/AtomicRS485/Arduino/AtomicRS485)
### 2. UIFlow
[Click here to download UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/AtomicRS485/UIFlow)
<script>
var purchase_link = '';
anchor_search(purchase_link);
scrollFunc();
</script>
+2
View File
@@ -32,6 +32,8 @@
{a:"/#/en/atom/atomic_qr", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atomic_qr_01.webp", p:"ATOM QR-CODE", sku:"K041" ,kw:"ATOM QR CODE SCAN"},
{a:"/#/en/atom/atomicgps", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atomicgps_01.webp", p:"ATOM GPS", sku:"K043" ,kw:"ATOM GPS TF"},
{a:"/#/en/atom/atomictf", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atomictf_01.webp", p:"ATOM TF-CARD", sku:"K044" ,kw:"ATOM TF"},
{a:"/#/en/atom/atomic232", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atom232.webp", p:"ATOM RS-232", sku:"K046" ,kw:"ATOM RS232"},
{a:"/#/en/atom/atomic485", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atom485.webp", p:"ATOM RS-485", sku:"K045" ,kw:"ATOM RS485"},
]
const module_list = [
+2
View File
@@ -33,6 +33,8 @@
{a:"/#/zh_CN/atom/atomic_qr", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atomic_qr_01.webp", p:"ATOM QR-CODE", sku:"K041" ,kw:"ATOM QR CODE SCAN"},
{a:"/#/zh_CN/atom/atomicgps", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atomicgps_01.webp", p:"ATOM GPS", sku:"K043" ,kw:"ATOM GPS TF"},
{a:"/#/zh_CN/atom/atomictf", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atomictf_01.webp", p:"ATOM TF-CARD", sku:"K044" ,kw:"ATOM TF "},
{a:"/#/zh_CN/atom/atomic232", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atom232.webp", p:"ATOM RS-232", sku:"K046" ,kw:"ATOM RS232"},
{a:"/#/zh_CN/atom/atomic485", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/atom_base/atom485.webp", p:"ATOM RS-485", sku:"K045" ,kw:"ATOM RS485 "},
]
const module_list = [
+34 -34
View File
@@ -1,26 +1,31 @@
# Atomic232
# ATOM RS-232
<div class="badge badge-pill badge-primary product_sku_tag">SKU:A002</div>
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K046</div>
<div class="product_pic"><img src="assets/img/product_pics/atom_base/atom232/atom232_01.webp"></div>
<div class="product_pic"><img src="assets/img/product_pics/atom_base/atomicRS232/atom232.webp"></div>
## 描述
**Atomic232** 是一款基于Atomic设计的TTL-RS232转换器,用于TTL电平与RS232电平转换。RS232是一种全双工通信协议标准,定义了串行通信系统的电气特性,在工业控制领域是一种应用广泛的通讯协议。采用MAX232芯片,支持TTL电平与RS232电平的双向转换。
**ATOM RS-232** 是一款基于Atomic设计的TTL-RS232电平转换。RS232是一种全双工通信协议标准,定义了串行通信系统的电气特性,在工业控制领域是一种应用广泛的通讯协议。模块采用MAX232芯片,支持TTL电平与RS232电平的双向转换,同时内置DC-DC降压稳压芯片,可以直接通过RS232的12V电平为ATOM供电
## 产品特性
- 适配ATOM Matrix/Lite
- 内置DC/DC
- 双向电平转换
- 适配ATOM Matrix/ATOM Lite
- 全双工通讯
- 内置DC-DC
## 包含
- 1x Atomic485
- 1x ATOM RS-232
- 1x ATOM Lite
- 1x M2内六角扳手
- 1x M2*8mm杯头机械牙螺丝
- 1x 18cm TYPE-C数据线
## 应用
- RS485多点通讯
- RS232通讯
- 工业控制节点
## 规格参数
@@ -37,32 +42,28 @@
<td>VH-3.96 4P</td>
</tr>
<tr>
<td>转换电平</td>
<td>5V<->12V</td>
<td>电平转换芯片</td>
<td>MAX232</td>
</tr>
<tr>
<td>电平转换IC</td>
<td>SP485EEN-L</td>
</tr>
<tr>
<td>稳压降压IC</td>
<td>AOZ1282CI</td>
<td>DC-DC</td>
<td>A0Z1282CI</td>
</tr>
<tr>
<td>净重</td>
<td>9g</td>
<td>26g</td>
</tr>
<tr>
<td>毛重</td>
<td>9g</td>
<td>36g</td>
</tr>
<tr>
<td>产品尺寸</td>
<td>54*96*10mm</td>
<td>24*24*18mm</td>
</tr>
<tr>
<td>包装尺寸</td>
<td>100*60*10mm</td>
<td>54*54*20mm</td>
</tr>
<tr>
<td>外壳材质</td>
@@ -79,21 +80,21 @@
<div style="background-color:white;">
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
<div class="easyloader-btn">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/ATOM_BASE/EasyLoader_TAIL485_ATOM_BASE.exe">Windows</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/ATOM_BASE/EasyLoader_TAIL485_ATOM_BASE.dmg">MacOS</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/ATOM_BASE/EasyLoader_ATOM_RS232.exe">Windows</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/ATOM_BASE/EasyLoader_ATOM_RS232.dmg">MacOS</a>
<!-- <a>Linux</a>
<a>MacOS</a> -->
</div>
</div>
<div>
<video id="example_video" controls>
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/AtomBase/Tail485.mp4" type="video/mp4">
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/AtomBase/AtomicRS232.mp4" type="video/mp4">
</video>
<div class="easyloader-mask">
<a>
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
<p>案例描述:</p>
<p>按下按键发送"hello",接收到消息led闪烁.</p>
<p>通过RS485收发到消息LED亮起,按下按键发送消息</p>
</div>
</div>
</div>
@@ -101,36 +102,35 @@
## 相关链接
- **Datasheet**
- [SP485EEN](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/SP485EEN_en.pdf)
- [MAX232](hhttps://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/atombase/AtomicRS232/MAX232.pdf)
- [AOZ1282CI](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/atombase/tail485/AOZ1282CI-datasheet.pdf)
### 管脚映射
<table>
<tr><td>ATOM</td><td>GPIO26(TX)</td><td>GPIO32(RX)</td><td>5V</td><td>GND</td></tr>
<tr><td>Atomic232</td><td>RX</td><td>TX</td><td>5V</td><td>GND</td></tr>
<tr><td>ATOM</td><td>GPIO22</td><td>GPIO19</td><td>5V</td><td>GND</td></tr>
<tr><td>ATOM RS-232</td><td>RX</td><td>TX</td><td>5V</td><td>GND</td></tr>
</table>
## 原理图
<img src="assets/img/product_pics/atom_base/tail485/tail485_08.webp">
<img src="assets/img/product_pics/atom_base/atomicRS232/atomic_rs232_sch.webp">
## 案例程序
### 1. Arduino IDE
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/Tail485/Tail485)
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/AtomicRS232/Arduino/AtomicRS232)
### 2. UIFlow
[点击这里获取UIFlow示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/Tail485/UIFlow)
<img src="assets/img/product_pics/atom_base/tail485/tail485_09.webp" width = "50%">
[点击这里获取UIFlow示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/AtomicRS232/UIFlow)
<script>
var purchase_link = 'https://m5stack.com/collections/all/products/atom-tail485';
var purchase_link = '';
anchor_search(purchase_link);
scrollFunc();
+31 -25
View File
@@ -1,26 +1,33 @@
# Atomic485
# ATOM RS-485
<div class="badge badge-pill badge-primary product_sku_tag">SKU:A002</div>
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K045</div>
<div class="product_pic"><img src="assets/img/product_pics/atom_base/tail485/tail485_01.webp"></div>
<div class="product_pic"><img src="assets/img/product_pics/atom_base/atomicRS485/atom485.webp"></div>
## 描述
**Atomic485** 是一款基于Atomic设计的TTL-RS485转换器,用于TTL电平与RS485电平转换。RS485是一种通信协议标准,用于定义串行通信系统的驱动器和接收器的电气特性,它支持多点系统,广泛应用于工业领域。当项目设备需要通过RS485进行通信控制时,使用Atom485进行接口类型转接会是一个不错的选择。在Atom485的内部集成有DC/DC降压稳压芯片,可以直接将RS485的12V电压转为5V为Atom供电,免去了单独供电的烦恼。
**ATOM RS-485** 是一款基于Atomic设计的TTL-RS485转换器,用于TTL电平与RS485电平转换。RS485是一种通信协议标准,用于定义串行通信系统的驱动器和接收器的电气特性,它支持多点系统,广泛应用于工业领域。内部集成有DC/DC降压稳压芯片,可以直接将RS485的12V电压转为5V为ATOM供电,免去了单独供电的烦恼,当多台设备需要通信控制时,使用ATOM RS485进行接口类型转接会是一个不错的选择
## 产品特性
- 适配ATOM Matrix/Lite
- 内置DC/DC
- 适配ATOM Matrix/ATOM Lite
- 多点通讯
- SP3485EE
- 内置DC-DC
## 包含
- 1x Atomic485
- 1x ATOM RS-485
- 1x ATOM Lite
- 1x M2内六角扳手
- 1x M2*8mm杯头机械牙螺丝
- 1x 18cm TYPE-C数据线
## 应用
- RS485多点通讯
- 工业控制节点
- RS485转WiFi
## 规格参数
@@ -42,27 +49,27 @@
</tr>
<tr>
<td>电平转换IC</td>
<td>SP485EEN-L</td>
<td>SP3485EE</td>
</tr>
<tr>
<td>稳压降压IC</td>
<td>AOZ1282CI</td>
<td>DC-DC</td>
<td>A0Z1282CI</td>
</tr>
<tr>
<td>净重</td>
<td>9g</td>
<td>28g</td>
</tr>
<tr>
<td>毛重</td>
<td>9g</td>
<td>38g</td>
</tr>
<tr>
<td>产品尺寸</td>
<td>54*96*10mm</td>
<td>24*48*18mm</td>
</tr>
<tr>
<td>包装尺寸</td>
<td>100*60*10mm</td>
<td>54*54*20mm</td>
</tr>
<tr>
<td>外壳材质</td>
@@ -79,21 +86,21 @@
<div style="background-color:white;">
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
<div class="easyloader-btn">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/ATOM_BASE/EasyLoader_TAIL485_ATOM_BASE.exe">Windows</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/ATOM_BASE/EasyLoader_TAIL485_ATOM_BASE.dmg">MacOS</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/ATOM_BASE/EasyLoader_ATOM_RS485.exe">Windows</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/ATOM_BASE/EasyLoader_ATOM_RS485.dmg">MacOS</a>
<!-- <a>Linux</a>
<a>MacOS</a> -->
</div>
</div>
<div>
<video id="example_video" controls>
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/AtomBase/Tail485.mp4" type="video/mp4">
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/AtomBase/AtomicRS485.mp4" type="video/mp4">
</video>
<div class="easyloader-mask">
<a>
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
<p>案例描述:</p>
<p>按下按键发送"hello",接收到消息led闪烁.</p>
<p>通过RS485收发到消息LED亮起,按下按键发送消息</p>
</div>
</div>
</div>
@@ -107,30 +114,29 @@
### 管脚映射
<table>
<tr><td>ATOM</td><td>GPIO26(TX)</td><td>GPIO32(RX)</td><td>5V</td><td>GND</td></tr>
<tr><td>Atomic485</td><td>RX</td><td>TX</td><td>5V</td><td>GND</td></tr>
<tr><td>ATOM</td><td>GPIO22</td><td>GPIO19</td><td>5V</td><td>GND</td></tr>
<tr><td>ATOM RS-485</td><td>RX</td><td>TX</td><td>5V</td><td>GND</td></tr>
</table>
## 原理图
<img src="assets/img/product_pics/atom_base/tail485/tail485_08.webp">
<img src="assets/img/product_pics/atom_base/atomicRS485/atomic_rs485_sch.webp">
## 案例程序
### 1. Arduino IDE
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/Tail485/Tail485)
[点击这里获取Arduino示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/AtomicRS485/Arduino/AtomicRS485)
### 2. UIFlow
[点击这里获取UIFlow示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/Tail485/UIFlow)
[点击这里获取UIFlow示例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/AtomBase/AtomicRS485/UIFlow)
<img src="assets/img/product_pics/atom_base/tail485/tail485_09.webp" width = "50%">
<script>
var purchase_link = 'https://m5stack.com/collections/all/products/atom-tail485';
var purchase_link = '';
anchor_search(purchase_link);
scrollFunc();