fix some mistake

This commit is contained in:
Gitshaoxiang
2020-12-24 18:52:34 +08:00
parent 507faeee82
commit bf7a66073a
13 changed files with 194 additions and 45 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

+2 -2
View File
@@ -1,4 +1,4 @@
# Accessory CONNEXT Cable
# Accessory GROVE Cable
<el-tag effect="plain">SKU:A034</el-tag>
@@ -6,7 +6,7 @@
## Description
**CONNEXT Cable** would be a necessary tool used on M5Stack development, since all PORTs on M5Core are CONNEXT stadard. This CONNEXT cable, compatible with the CONNEXT port on M5Core,simply have 4 lines, two for data, one for power,and one for Ground. We've offered alternative length: 10cm, 20cm, 50cm, 1m, 2m.
**GROVE Cable** would be a necessary tool used on M5Stack development, since all PORTs on M5Core are GROVE stadard. This GROVE cable, compatible with the GROVE port on M5Core,simply have 4 lines, two for data, one for power,and one for Ground. We've offered alternative length: 10cm, 20cm, 50cm, 1m, 2m.
## Product Features
+2 -1
View File
@@ -9,10 +9,11 @@
**GROVE2GROVE** is a GROVE extension connector. Two female GROVE port sit back-to-back. One common use of this part is for the RGB LED strip extension.
## Product Features
- Grove connector
## Include
- 5x pcs
- 5x pcs connector
## Specification
+4 -4
View File
@@ -1,4 +1,4 @@
# Accessory CONNEXT-T
# Accessory GROVE-T
<el-tag effect="plain">SKU:U039</el-tag>
@@ -6,9 +6,9 @@
## Description
**CONNEXT-T** is a T-shaped hub. Is this remind you the HUB unit ? They are basically the same thing, just in different shape.This is also used for CONNEXT port expanding.
**GROVE-T** is a T-shaped hub. Is this remind you the HUB unit ? They are basically the same thing, just in different shape.This is also used for HY2.0-4P port expanding.
Notice: **CONNEXT-T** is just a hardware expander, if you are looking for hardware and software(standard protocol) expander like I2C, Single-bus, please check **PaHUB** or **PbHUB**. If you connectted two I2C slave devices onto **HUB** that share the same adress, you will have problem getting I2C data from both.
Notice: **GROVE-T** is just a hardware expander, if you are looking for hardware and software(standard protocol) expander like I2C, Single-bus, please check **PaHUB** or **PbHUB**. If you connectted two I2C slave devices onto **HUB** that share the same adress, you will have problem getting I2C data from both.
## Specification
@@ -20,7 +20,7 @@ Notice: **CONNEXT-T** is just a hardware expander, if you are looking for hardwa
</tr>
<tr>
<td>Net weight</td>
<td>g</td>
<td>4g</td>
</tr>
<tr>
<td>Gross weight</td>
+10 -7
View File
@@ -80,7 +80,7 @@ The unit has a maximum measurement current of ±4A, and an internal integrated 4
**There are different range of resolutions, the % of error values for each result might be different as well. please set the appropriate range according to the application needs in order to maximize the accuracy. Do not write the values into the EEPROM, If you'd like to save the custom calibration values to EEPROMUsing the following example, the factory data will be lost (overwritten)**
```Arduino
<!-- ```Arduino
bool Ammeter::saveCalibration2EEPROM(ammeterGain_t gain, int16_t hope, int16_t actual)
@@ -95,19 +95,22 @@ bool Ammeter::saveCalibration2EEPROM(ammeterGain_t gain, int16_t hope, int16_t a
//@Parameter: int16_t hope // Set target value
//@Parameter: int16_t actual //ADC raw value
```
``` -->
<table>
<!-- <table>
<tr><td>ADC1115_Reference calibration</td><td>Calibration current(A)</td><td>Expected reading(int16)</td></tr>
<tr><td>PGA512(O.512)</td><td>2</td><td>6400</td></tr>
</table>
</table> -->
?>Absolute maxium `6A` Do not exceed it, otherwise the equipment will be burnt down.
<table>
<tr><td>Current measurement range</td><td>Maximum input current(A)</td><td>Power dispensation(W)</td><td>Minimum resolution(mA)</td><td>Gain factor</td></tr>
<tr><td>4.096</td><td>40.96</td><td>83.88608</td><td>2.5</td><td>0.125</td></tr>
<tr><td>2.048</td><td>20.48</td><td>20.97152</td><td>1.25</td><td>0.0625</td></tr>
<tr><td>4.096</td><td>4</td><td>83.88608</td><td>2.5</td><td>0.125</td></tr>
<!-- <tr><td>2.048</td><td>20.48</td><td>20.97152</td><td>1.25</td><td>0.0625</td></tr>
<tr><td>1.024</td><td>10.24</td><td>5.24288</td><td>0.625</td><td>0.03125</td></tr>
<tr><td>0.512</td><td>5.12</td><td>1.31072</td><td>0.3125</td><td>0.015625</td></tr>
<tr><td>0.512</td><td>5.12</td><td>1.31072</td><td>0.3125</td><td>0.015625</td></tr> -->
<tr><td>0.256</td><td>2.56</td><td>0.32768</td><td>0.15626</td><td>0.007813</td></tr>
</table>
+10 -9
View File
@@ -88,8 +88,9 @@ bool Voltmeter::saveCalibration2EEPROM(voltmeterGain_t gain, int16_t hope, int16
//@Parameter: voltmeterGarin_t gain //Set Gain
###########################################
# // | PAG | Max Input Voltage(V) | #
# // | PAG_4096 | 64 | #
# // | PAG_2048 | 32 | #
# // | PAG_4096 | 128 | #
# // | PAG_2048 | 64 | #
# // | PAG_1024 | 32 | #
# // | PAG_512 | 16 | #
# // | PAG_256 | 8 | #
###########################################
@@ -98,19 +99,19 @@ bool Voltmeter::saveCalibration2EEPROM(voltmeterGain_t gain, int16_t hope, int16
```
<table>
<!-- <table>
<tr><td>ADC1115_Reference calibration</td><td>Calibration voltage(V)</td><td>Expected reading(int16)</td></tr>
<tr><td>PGA4096(4.096)</td><td>60</td><td>7641</td></tr>
<tr><td>PGA512(0.512)</td><td>5</td><td>5094</td></tr>
</table>
</table> -->
<table>
<tr><td>Voltage measurement range</td><td>Maximum input voltage(V)</td><td>Minimum resolution(mV)</td><td>Gain factor</td></tr>
<tr><td>4.096</td><td>128.6516364</td><td>7.852272727</td><td>0.125</td></tr>
<tr><td>2.048</td><td>64.32581818</td><td>3.926136364</td><td>0.0625</td></tr>
<tr><td>1.024</td><td>32.16290909</td><td>1.963068182</td><td>0.03125</td></tr>
<tr><td>0.512</td><td>16.08145455</td><td>0.981534091</td><td>0.015625</td></tr>
<tr><td>0.256</td><td>8.040727273</td><td>0.490798455</td><td>0.007813</td></tr>
<tr><td>4.096</td><td>128</td><td>7.85</td><td>0.125</td></tr>
<!-- <tr><td>2.048</td><td>64</td><td>3.93</td><td>0.0625</td></tr>
<tr><td>1.024</td><td>32</td><td>1.96</td><td>0.03125</td></tr>
<tr><td>0.512</td><td>16</td><td>0.98</td><td>0.015625</td></tr> -->
<tr><td>0.256</td><td>8</td><td>0.49</td><td>0.007813</td></tr>
</table>
## EasyLoader
+1 -1
View File
@@ -1,4 +1,4 @@
# Accessory GROVE Cable {docsify-ignore-all}
# Accessory GROVE Cable
<el-tag effect="plain">SKU:A034</el-tag>
@@ -6,14 +6,15 @@
## 描述
**GROVE2GROVE** 是一款GROVE扩展连接器.该部件提供了两个GROVE接口,能够帮助您延长GROVE线路,或是串接更多的RGB LED灯条.
**GROVE2GROVE** 是一款GROVE扩展连接器.该部件提供了两个HY2.0-4P接口,能够帮助您延长GROVE线路,或是串接更多的RGB LED灯条.
## 产品特性
- Grove connector
## 包含
- 5x GROVE2GROVE
- 5x GROVE2GROVE
## 规格参数
+1 -1
View File
@@ -19,7 +19,7 @@
</tr>
<tr>
<td>净重</td>
<td>g</td>
<td>4g</td>
</tr>
<tr>
<td>毛重</td>
+51 -1
View File
@@ -1,6 +1,6 @@
# ATOM HDriver
<el-tag effect="plain">SKU:K039</el-tag>
<el-tag effect="plain">SKU:K039</el-talg>
## 描述
@@ -26,6 +26,56 @@
* 自动故障恢复
* 故障指示器引脚(nFAULT)
## 包含
- 1x ATOM Lite
- 1x ATOM Hdriver
- 1x 3.96*4P 公头
- 1x M2内六角扳手
- 1x M2*8杯头机械牙螺丝
- 1x TYPE-C USB Cable20cm)
## 应用
- 直流电机控制
## 规格参数
<table class="table-1">
<thead>
<tr>
<th>规格</th>
<th>参数</th>
</tr>
</thead>
<tbody>
<tr>
<td>输入电压</td>
<td>9-24V/DC</td>
</tr>
<tr>
<td>输出电流</td>
<td>实际输出1.5A, 峰值2A</td>
</tr>
<tr>
<td>净重</td>
<td>16g</td>
</tr>
<tr>
<td>毛重</td>
<td>36g</td>
</tr>
<tr>
<td>产品尺寸</td>
<td>24*48*18mm</td>
</tr>
<tr>
<td>包装尺寸</td>
<td>54*54*20mm</td>
</tr>
</tbody>
</table>
## 相关链接
- **Datasheet**
+90
View File
@@ -0,0 +1,90 @@
# ATOM PoE
<el-tag effect="plain">SKU:K012-C</el-tag>
<div class="product_pic"><img src="assets/img/product_pics/base/w5500PoE/w5500PoE_01.webp"></div>
## 描述
**Base PoE** 是一款支持PoE供电的以太网控制器底座,方便设备轻松接入互联网。它支持RS485/RS232通讯,可作为以太网转串口服务器使用。内置以W5500全硬件嵌入式以太网控制器,W5500集成了 TCP/IP 协议栈,具备8路独立硬件socket,10/100M 以太网数据链路层(MAC)及物理层(PHY)为嵌入式系统提供更加简易的互联网连接方案,支持PoE(有源以太网)技术,通过内置的PoE模块可以直接通过PoE集线器/交换机为底座供电而无需单独配备电源。为方便在工业应用场景的快速部署,套件内提供金属滑轨和磁盘便于安装固定,配备HT3.96端子用作RS485/RS232的电气连接,能够满足实际生产环境中的有线网络接入需求。
HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS232或RS485电平转换板。
**下图为 LAN 的内部构造**
如果需要添加 RS485或RS232 通信接口,请将 TTL-RS485 或TTL-RS232 转接板与配套排针焊接到主板上相应的引脚上。
<img src="assets/img/product_pics/base/w5500PoE/w5500PoE_04.webp" width = "50%">
## 产品特性
- 支持PoE IEEE802.3 AF
- 有线以太网接入
- 支持RS485/RS232通信
- 支持8路独立硬件Socket同时通信
- 支持TCP、UDP、ICMP、IPv4、ARP、IGMP、PPPoE协议
- 集成 10BaseT / 100Base-T 以太网 PHY
- 滑轨或磁吸固定
## 包含
## 应用
- 以太网转RS485/232串口
- Modbus TCP/IP远程控制
- 有线网络接入
## 规格参数
<table>
<tr style="font-weight:bold">
<td>规格</td>
<td>参数</td>
</tr>
<tr>
<td>以太网芯片</td>
<td>W5500</td>
</tr>
<tr>
<td>支持协议</td>
<td>TCP、UDP、ICMP、IPv4、ARP、IGMP、PPPoE</td>
</tr>
<tr>
<td>RS485芯片</td>
<td>SP3485EE</td>
</tr>
<tr>
<td>RS232芯片</td>
<td>MAX232</td>
</tr>
<tr>
<td>PoE供电方式</td>
<td>空闲引脚供电(10M/100M Ethernet)J4&J5(VC-),J7&J8(VC+)</td>
</tr>
<tr>
<td>PoE规范</td>
<td>IEEE802.3 AF</td>
</tr>
<tr>
<td>DC输入电压</td>
<td>9V~24V</td>
</tr>
<tr>
<td>净重</td>
<td>32g</td>
</tr>
<tr>
<td>毛重</td>
<td>132g</td>
</tr>
<tr>
<td>产品尺寸</td>
<td>54*54*28mm</td>
</tr>
<tr>
<td>包装尺寸</td>
<td>105*65*40mm</td>
</tr>
</table>
+9 -7
View File
@@ -72,7 +72,7 @@
**不同的量程分辨率不同,获得的结果误差值不同,请根据需要设置合适的量程。请勿对EEPROM进行写操作,如果确实希望将自定义校准值保存至EEPROM,使用下列语句,一旦写入后出厂数据将丢失**
```Arduino
<!-- ```Arduino
bool Voltmeter::saveCalibration2EEPROM(voltmeterGain_t gain, int16_t hope, int16_t actual)
@@ -87,19 +87,21 @@ bool Voltmeter::saveCalibration2EEPROM(voltmeterGain_t gain, int16_t hope, int16
//@Parameter: int16_t hope 设置目标值
//@Parameter: int16_t actual ADC原始读数
```
``` -->
<table>
<!-- <table>
<tr><td>ADC1115参考校准档位</td><td>校准电流(A)</td><td>期望读数(int16)</td></tr>
<tr><td>PGA512(O.512)</td><td>2</td><td>6400</td></tr>
</table>
</table> -->
?>最大绝对值输入电流`6A`,严禁超过,否则将烧毁设备。
<table>
<tr><td>电流测量档位</td><td>最大输入电流(A)</td><td>功耗(W)</td><td>最小分辨率(mA)</td><td>增益系数</td></tr>
<tr><td>4.096</td><td>40.96</td><td>83.88608</td><td>2.5</td><td>0.125</td></tr>
<tr><td>2.048</td><td>20.48</td><td>20.97152</td><td>1.25</td><td>0.0625</td></tr>
<tr><td>4.096</td><td>4</td><td>83.88</td><td>2.5</td><td>0.125</td></tr>
<!-- <tr><td>2.048</td><td>20.48</td><td>20.97152</td><td>1.25</td><td>0.0625</td></tr>
<tr><td>1.024</td><td>10.24</td><td>5.24288</td><td>0.625</td><td>0.03125</td></tr>
<tr><td>0.512</td><td>5.12</td><td>1.31072</td><td>0.3125</td><td>0.015625</td></tr>
<tr><td>0.512</td><td>5.12</td><td>1.31072</td><td>0.3125</td><td>0.015625</td></tr> -->
<tr><td>0.256</td><td>2.56</td><td>0.32768</td><td>0.15626</td><td>0.007813</td></tr>
</table>
+11 -10
View File
@@ -82,8 +82,9 @@ bool Voltmeter::saveCalibration2EEPROM(voltmeterGain_t gain, int16_t hope, int16
//@Parameter: voltmeterGarin_t gain 设置增益
###########################################
# // | PAG | Max Input Voltage(V) | #
# // | PAG_4096 | 64 | #
# // | PAG_2048 | 32 | #
# // | PAG_4096 | 128 | #
# // | PAG_2048 | 64 | #
# // | PAG_1024 | 32 | #
# // | PAG_512 | 16 | #
# // | PAG_256 | 8 | #
###########################################
@@ -92,19 +93,19 @@ bool Voltmeter::saveCalibration2EEPROM(voltmeterGain_t gain, int16_t hope, int16
```
<table>
<tr><td>ADC1115参考校准档位</td><td>校准电压(V)</td><td>期望读数(int16)</td></tr>
<!-- <table>
<tr><td>ADC1115参考ADC校准满幅度</td><td>校准电压(V)</td><td>期望读数(int16)</td></tr>
<tr><td>PGA4096(4.096)</td><td>60</td><td>7641</td></tr>
<tr><td>PGA512(0.512)</td><td>5</td><td>5094</td></tr>
</table>
</table> -->
<table>
<tr><td>电压测量档位</td><td>最大输入电压(V)</td><td>最小分辨率(mV)</td><td>增益系数</td></tr>
<tr><td>4.096</td><td>128.6516364</td><td>7.852272727</td><td>0.125</td></tr>
<tr><td>2.048</td><td>64.32581818</td><td>3.926136364</td><td>0.0625</td></tr>
<tr><td>电压测量档位</td><td>输入电压(V)满幅度</td><td>最小分辨率(mV)</td><td>增益系数</td></tr>
<tr><td>4.096</td><td>128</td><td>7.85</td><td>0.125</td></tr>
<!-- <tr><td>2.048</td><td>64.32581818</td><td>3.926136364</td><td>0.0625</td></tr>
<tr><td>1.024</td><td>32.16290909</td><td>1.963068182</td><td>0.03125</td></tr>
<tr><td>0.512</td><td>16.08145455</td><td>0.981534091</td><td>0.015625</td></tr>
<tr><td>0.256</td><td>8.040727273</td><td>0.490798455</td><td>0.007813</td></tr>
<tr><td>0.512</td><td>16.08145455</td><td>0.981534091</td><td>0.015625</td></tr> -->
<tr><td>0.256</td><td>8</td><td>0.49</td><td>0.007813</td></tr>
</table>
## EasyLoader