From b88ec2ebed6e8e68a6c0b2f8b9e1544e9839eaaf Mon Sep 17 00:00:00 2001 From: vany5921 <908744431@qq.com> Date: Fri, 3 Jul 2020 14:35:37 +0800 Subject: [PATCH] add poe --- docs/en/base/w5500PoE.md | 19 ++- docs/en/unit/m5camera_f_new.md | 207 ++++++++++++++++++++++++++++++ docs/index.md | 2 + docs/zh_CN/README.md | 2 + docs/zh_CN/base/w5500PoE.md | 34 ++--- docs/zh_CN/unit/m5camera_f_new.md | 205 +++++++++++++++++++++++++++++ 6 files changed, 437 insertions(+), 32 deletions(-) create mode 100644 docs/en/unit/m5camera_f_new.md create mode 100644 docs/zh_CN/unit/m5camera_f_new.md diff --git a/docs/en/base/w5500PoE.md b/docs/en/base/w5500PoE.md index cc7904a4..1478554c 100644 --- a/docs/en/base/w5500PoE.md +++ b/docs/en/base/w5500PoE.md @@ -1,12 +1,12 @@ -# W5500 PoE +# Base PoE -
SKU:K012
+
SKU:K012-C
## Description -**W5500 PoE** is an M5 Base that implements a W5500 Ethernet controller chip with PoE module, which provides Hardwired TCP/IP embedded Ethernet control to facilitate easier internet connection to embedded systems. W5500 integrates TCP/IP protocol stack, 10/100M Ethernet data link layer (MAC) and physical layer (PHY).This base supports RS485 / RS232 communication and can be used as an Ethernet to serial port server. It is specifically designed for industrial applications. PoE (Power over Ethernet) technology is supported. Through the built-in PoE module, power can be directly supplied to the base through PoE hub / switch without a separate power supply. It comes with a couple of HT3.96 connectors, metal rail and magnet discs for easy installation. The 6 pins of the HT3.96 connector are spare, you can wire them up with an RS485 or RS232 adapter board as you like. +**Base PoE** is an M5 Base that implements a W5500 Ethernet controller chip with PoE module, which provides Hardwired TCP/IP embedded Ethernet control to facilitate easier internet connection to embedded systems. W5500 integrates TCP/IP protocol stack, 10/100M Ethernet data link layer (MAC) and physical layer (PHY).This base supports RS485 / RS232 communication and can be used as an Ethernet to serial port server. It is specifically designed for industrial applications. PoE (Power over Ethernet) technology is supported. Through the built-in PoE module, power can be directly supplied to the base through PoE hub / switch without a separate power supply. It comes with a couple of HT3.96 connectors, metal rail and magnet discs for easy installation. The 6 pins of the HT3.96 connector are spare, you can wire them up with an RS485 or RS232 adapter board as you like. **The figure below shows the internals of the LAN base** @@ -55,7 +55,7 @@ The serial port pins on the RS485 board will be connected to the GPIO5 and GPIO1 ## Include -- 1x W5500PoE Base +- 1x PoE Base - 1x TTL-to-RS485 adapter board - 1x TTL-to-RS232 adapter board - 1x pin header 20pin @@ -137,7 +137,7 @@ The serial port pins on the RS485 board will be connected to the GPIO5 and GPIO1
@@ -179,6 +179,10 @@ The serial port pins on the RS485 board will be connected to the GPIO5 and GPIO1 +## Schematic + + + ## Related Link - **Datasheet** @@ -186,15 +190,10 @@ The serial port pins on the RS485 board will be connected to the GPIO5 and GPIO1 - [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) -## Schematic - - - ## Example - Get example code [click here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/W5500_PoE) - \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index b5d56c66..68ebb8be 100644 --- a/docs/index.md +++ b/docs/index.md @@ -84,6 +84,7 @@ {a:"/#/en/base/base26", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_base26_01.webp", p:"BASE26", sku:"K026" ,kw:"PROTOTYPE"}, {a:"/#/en/accessory/battery_base", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/accessory/battery_base_01.webp", p:"M5CameraBattery", sku:"A068" ,kw:"BATTERY"}, {a:"/#/en/base/basex", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_basex_01.webp", p:"BaseX", sku:"K037" ,kw:"LEGO EV3 MOTOR"}, + {a:"/#/en/base/poe_base", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_lan_01.webp", p:"PoE", sku:"K012-C" ,kw:"W5500 INTERNET RS485 PoE"}, ]; const unit_list = [ @@ -93,6 +94,7 @@ {a:"#/en/unit/m5camera_f", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_m5camera_f_01.webp", p:"M5CameraF", sku:"U037", qs:"#en/quick_start/m5camera/m5camera_quick_start" ,kw:"ESP32 CAMERA"}, {a:"/#/en/unit/m5camera_x", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_m5camera_x_01.webp", p:"M5CameraX", sku:"U038", qs:"#en/quick_start/m5camera/m5camera_quick_start" ,kw:"ESP32 CAMERA"}, {a:"/#/en/unit/unitv", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit-v-01.webp", p:"UNIT-V", sku:"U078", qs:"#en/quick_start/unitv/unitv_quick_start" ,kw:"K210 CAMERA"}, + {a:"/#/en/unit/m5camera_f_new", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit-v-01.webp", p:"M5CameraF New", sku:"U078", qs:"#en/quick_start/m5camera/m5camera_quick_start" ,kw:"ESP32 CAMERA"}, //Sensor class {a:"/#/en/unit/earth", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_earth_01.webp", p:"EARTH", sku:"U019" ,kw:"SENSOR"}, {a:"/#/en/unit/env", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_env_01.webp", p:"ENV", sku:"U001" ,kw:"DHT12 BMP280"}, diff --git a/docs/zh_CN/README.md b/docs/zh_CN/README.md index 2393b45d..7087c4b0 100644 --- a/docs/zh_CN/README.md +++ b/docs/zh_CN/README.md @@ -86,6 +86,7 @@ {a:"/#/zh_CN/base/base26", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_base26_01.webp", p:"BASE26", sku:"K026" ,kw:"PROTOTYPE"}, {a:"/#/zh_CN/accessory/battery_base", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/accessory/battery_base_01.webp", p:"M5CameraBattery", sku:"A068" ,kw:"BATTERY"}, {a:"/#/zh_CN/base/basex", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_basex_01.webp", p:"BaseX", sku:"K037" ,kw:"LEGO EV3 MOTOR"}, + {a:"/#/zh_CN/base/poe_base", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_basex_01.webp", p:"PoE", sku:"K012-C" ,kw:"W5500 LAN PoE INTERNET RS485"}, ]; const unit_list = [ @@ -95,6 +96,7 @@ {a:"#/zh_CN/unit/m5camera_f", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_m5camera_f_01.webp", p:"M5CameraF", sku:"U037", qs:"#zh_CN/quick_start/m5camera/m5camera_quick_start" ,kw:"ESP32 CAMERA"}, {a:"/#/zh_CN/unit/m5camera_x", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_m5camera_x_01.webp", p:"M5CameraX", sku:"U038", qs:"#zh_CN/quick_start/m5camera/m5camera_quick_start" ,kw:"ESP32 CAMERA"}, {a:"/#/zh_CN/unit/unitv", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit-v-01.webp", p:"UNIT-V", sku:"U078", qs:"#zh_CN/quick_start/unitv/unitv_quick_start" ,kw:"K210 CAMERA"}, + {a:"/#/zh_CN/unit/m5camera_f_new", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit-v-01.webp", p:"M5CameraF New", sku:"U078", qs:"#zh_CN/quick_start/m5camera/m5camera_quick_start" ,kw:"ESP32 CAMERA"}, //Sensor class {a:"/#/zh_CN/unit/earth", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_earth_01.webp", p:"EARTH", sku:"U019" ,kw:"SENSOR"}, {a:"/#/zh_CN/unit/env", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_env_01.webp", p:"ENV", sku:"U001" ,kw:"DHT12 BMP280"}, diff --git a/docs/zh_CN/base/w5500PoE.md b/docs/zh_CN/base/w5500PoE.md index 977f7f2a..44f28100 100644 --- a/docs/zh_CN/base/w5500PoE.md +++ b/docs/zh_CN/base/w5500PoE.md @@ -1,18 +1,18 @@ -# W5500 PoE +# Base PoE -
SKU:K012
+
SKU:K012-C
## 描述 -**W5500 PoE** 是一款以太网控制器底座,方便设备轻松接入互联网。它支持RS485/RS232通讯,可作为以太网转串口服务器使用。内置以W5500为硬件的嵌入式以太网控制器,W5500集成了 TCP/IP 协议栈,10/100M 以太网数据链路层(MAC)及物理层(PHY)为嵌入式系统提供更加简易的互联网连接方案,支持PoE(有源以太网)技术,通过内置的PoE模块可以直接通过PoE集线器/交换机为底座供电而无需单独配备电源。为方便在工业应用场景的快速部署,套件内提供金属滑轨和磁盘便于安装固定,配备HT3.96端子用作RS485/RS232的电气连接,能够满足实际生产环境中的有线网络接入需求。 +**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 转接板与配套排针焊接到主板上相应的引脚上. +如果需要添加 RS485或RS232 通信接口,请将 TTL-RS485 或TTL-RS232 转接板与配套排针焊接到主板上相应的引脚上。 **TTL-RS485 转接板 与 LAN 底座** @@ -20,7 +20,7 @@ HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS **TTL-RS485 转接板 与 LAN 底座的连接图** -*TTL-RS485 转接板的串口引脚将连接到 LAN 底座的 GPIO16 和 GPIO17.* +*TTL-RS485 转接板的串口引脚将连接到 LAN 底座的 GPIO5 和 GPIO15.* @@ -30,7 +30,7 @@ HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS **TTL-RS232 转接板 与 LAN 底座的连接图** -*TTL-RS232 转接板的串口引脚将连接到 LAN 底座的 GPIO16 和 GPIO17.* +*TTL-RS232 转接板的串口引脚将连接到 LAN 底座的 GPIO5 和 GPIO15.* | @@ -46,7 +46,7 @@ HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS ## 包含 -- 1x W5500PoE 底板 +- 1x PoE 底板 - 1x TTL-RS485 转接板 - 1x TTL-RS232 转接板 - 1x 排针 20pin @@ -135,7 +135,7 @@ HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS
@@ -175,6 +175,10 @@ HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS +## 原理图 + + + ## 相关链接 - **Datasheet** @@ -186,20 +190,6 @@ HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS - 获取代码[点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/W5500_PoE) -## 原理图 - - - -[原理图](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Bases/lan_base.pdf) - -## 相关视频 - - - - - cript> \ No newline at end of file