mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add poe
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# W5500 PoE
|
||||
# Base PoE
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K012</div>
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K012-C</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/base/lan_01.webp"></div>
|
||||
|
||||
## 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
|
||||
</div>
|
||||
<div>
|
||||
<video id="example_video" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/AtomBase/Atomic_QR.mp4" type="video/mp4">
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Base/PoE%20W5500.mp4" type="video/mp4">
|
||||
</video>
|
||||
<div class="easyloader-mask">
|
||||
<a>
|
||||
@@ -179,6 +179,10 @@ The serial port pins on the RS485 board will be connected to the GPIO5 and GPIO1
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## Schematic
|
||||
|
||||
<img src="docs/assets/img/product_pics/base/w5500PoE/w5500PoE.webp">
|
||||
|
||||
## 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
|
||||
|
||||
<img src="docs/assets/img/product_pics/base/w5500PoE/w5500PoE.webp">
|
||||
|
||||
## Example
|
||||
|
||||
- Get example code [click here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/W5500_PoE)
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-base/products/lan-module';
|
||||
|
||||
@@ -0,0 +1,207 @@
|
||||
# M5CameraF New
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:U037</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/unit/unit_m5camera_f_01.webp"><img src="assets/img/product_pics/unit/unit_m5camera_f_07.webp"></div>
|
||||
|
||||
## Description
|
||||
|
||||
**M5CameraF** is a development board for image recognition. It features an ESP32(4M Flash + 520K RAM) chip and 2-Megapixel carmera(OV2640).**M5CameraF** offers plenty of storage, with an extra 4 Mbyte PSRAM. It also supports image transmission via Wi-Fi and debuging through USB Type-C port.
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_04.webp" width="50%">
|
||||
|
||||
The hardware comes preloaded software, programmed by ESP-IDF. It is an application to run Wi-Fi camera. The output image is size 600*800, since it's 2-Maga camera, you sure can optimize the software to output the maximum size of photos.
|
||||
|
||||
what this software can do?
|
||||
- Power the board via USB type-C or GROVE
|
||||
- Use your phone to Wi-Fi scan an AP name start with 'm5stack-' and click to connect this AP.
|
||||
- Open up web browser on your phone and visit <mark>192.168.4.1</mark>
|
||||
- Then here comes the picture. Video is about 5-6 frames per senconds. not super fast.
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_02.webp" width="50%"><img src="assets/img/product_pics/unit/unit_m5camera_f_03.webp" width="50%">
|
||||
|
||||
## Product Features
|
||||
|
||||
- CP2104 USB-to-TTL converter
|
||||
- ESP32-WROVER (PCB Antenna)
|
||||
- WIFI image transmission
|
||||
- OV2640 sensor
|
||||
- Camera Field of View : **150 degree**
|
||||
|
||||
## Include
|
||||
|
||||
- 1x M5CameraF
|
||||
- 1x LEGO Adapter
|
||||
- 1x Wall/1515
|
||||
- 1x Type-C USB(20cm)
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_05.webp" width="50%" height="50%">
|
||||
|
||||
|
||||
## Specification
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>Resources</td>
|
||||
<td>Parameter</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flash</td>
|
||||
<td>4M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RAM</td>
|
||||
<td>4MB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Image Sensor</td>
|
||||
<td>OV2640</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum resolution</td>
|
||||
<td>200w pixel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Output format</td>
|
||||
<td>YUV(422/420)/YCbCr422,RGB565/555,8-bit compressed data,8-/10-bit Raw RGB data</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Maximum image transmission rate</td>
|
||||
<td>UXGA/SXGA: 15fps, SVGA: 30fps, CIF: 60fps</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>FOV</td>
|
||||
<td>150°</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CCD Size</td>
|
||||
<td>1/4 inch</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>net weight</td>
|
||||
<td>17g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gross weight</td>
|
||||
<td>41g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Product Size</td>
|
||||
<td>24*48*19mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Package Size</td>
|
||||
<td>75*45*30mm</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/M5-Camera-F/wifi_ap/EasyLoader_M5-Camera-F_wifi_ap.exe"><button type="button" class="btn btn-primary">click to download EasyLoader</button></a>
|
||||
|
||||
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. .
|
||||
|
||||
>2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**)
|
||||
|
||||
?>3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver)
|
||||
|
||||
## PinMap
|
||||
|
||||
**Camera Interface PinMap**
|
||||
|
||||
| *Interface* | *Camera Pin*| *M5CameraF* |
|
||||
| :------------------- | :--------:| :------: |
|
||||
| SCCB Clock | SIOC |IO23 |
|
||||
| SCCB Data | SIOD |**IO22** |
|
||||
| System Clock | XCLK |IO27 |
|
||||
| Vertical Sync | VSYNC |**IO25** |
|
||||
| Horizontal Reference | HREF |IO26 |
|
||||
| Pixel Clock | PCLK |IO21 |
|
||||
| Pixel Data Bit 0 | D2 |IO32 |
|
||||
| Pixel Data Bit 1 | D3 |IO35 |
|
||||
| Pixel Data Bit 2 | D4 |IO34 |
|
||||
| Pixel Data Bit 3 | D5 |IO5 |
|
||||
| Pixel Data Bit 4 | D6 |IO39 |
|
||||
| Pixel Data Bit 5 | D7 |IO18 |
|
||||
| Pixel Data Bit 6 | D8 |IO36 |
|
||||
| Pixel Data Bit 7 | D9 |IO19 |
|
||||
| Camera Reset | RESET |IO15 |
|
||||
| Camera Power Down | PWDN | *see Note 1* |
|
||||
| Power Supply 3.3V | 3V3 | 3V3 |
|
||||
| Ground | GND | GND |
|
||||
|
||||
**GROVE Interface**
|
||||
|
||||
| *Grove* | *M5CameraF* |
|
||||
| :-----------: | :------: |
|
||||
| SCL | **IO13** |
|
||||
| SDA | **IO4** |
|
||||
| 5V | 5V |
|
||||
| GND | GND |
|
||||
|
||||
**LED Interface**
|
||||
|
||||
| *LED* | *M5CameraF* |
|
||||
| :-----------: | :------: |
|
||||
| LED_Pin | IO14 |
|
||||
|
||||
**NOTE:**
|
||||
|
||||
1. **Camera Power Down** pin does not need to be connected to ESP32 GPIO. Instead it may be pulled down to ground with 10 kOhm resistor.
|
||||
|
||||
2. We have several patterns of camera board, the following figures shows the main differece
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_table/camera_compare.webp">
|
||||
|
||||
## Related Link
|
||||
|
||||
- **Datasheet** - [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_en.pdf) - [OV2640](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/OV2640DS_en.pdf)
|
||||
|
||||
## Example
|
||||
|
||||
### Firmware
|
||||
|
||||
- **[M5Camera Firmware](https://github.com/m5stack/M5Stack-Camera/tree/master/wifi/wifi_ap/firmware/M5CameraF)**
|
||||
|
||||
### Code
|
||||
|
||||
- **[Serial communication-M5CameraF](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/firmware/M5CameraF)**
|
||||
|
||||
- **[Serial communication-M5Core](https://github.com/m5stack/M5Stack-Camera/tree/master/uart/arduino)**(The serial communication routine is the communication between the camera and the M5Core.)
|
||||
|
||||
- **[QRcode](https://github.com/m5stack/M5Stack-Camera/tree/master/qr/firmware/M5CameraF)**
|
||||
|
||||
### Source Code
|
||||
- **[M5Camera](https://github.com/m5stack/M5Stack-Camera)**
|
||||
|
||||
## Schematic
|
||||
|
||||
### Power circuit
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_schematic/unit/m5camera_sch_01.webp">
|
||||
|
||||
### Chip peripheral circuit
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_schematic/unit/m5camera_sch_02.webp">
|
||||
|
||||
### USB to serial port part of the circuit
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_schematic/unit/m5camera_sch_03.webp">
|
||||
|
||||
- **[Color recognition](https://github.com/m5stack/Applications-cam)**
|
||||
|
||||
- **[Face recognition](https://github.com/m5stack/esp-who)** -->
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-unit/products/fish-eye-camera-module-ov2640';
|
||||
|
||||
var quickstart_link = 'https://docs.m5stack.com/#/en/quick_start/m5camera/m5camera_quick_start';
|
||||
|
||||
anchor_search(purchase_link,quickstart_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
@@ -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"},
|
||||
|
||||
@@ -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"},
|
||||
|
||||
+12
-22
@@ -1,18 +1,18 @@
|
||||
# W5500 PoE
|
||||
# Base PoE
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K012</div>
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:K012-C</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/base/lan_01.webp" width="300" height="300"></div>
|
||||
|
||||
## 描述
|
||||
|
||||
**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.*
|
||||
|
||||
<img src="assets/img/product_pics/base/lan_05.webp" width="50%" height="50%">
|
||||
|
||||
@@ -30,7 +30,7 @@ HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS
|
||||
|
||||
**TTL-RS232 转接板 与 LAN 底座的连接图**
|
||||
|
||||
*TTL-RS232 转接板的串口引脚将连接到 LAN 底座的 GPIO16 和 GPIO17.*
|
||||
*TTL-RS232 转接板的串口引脚将连接到 LAN 底座的 GPIO5 和 GPIO15.*
|
||||
|
||||
<img src="assets/img/product_pics/base/lan_05.webp" width="50%" height="50%"> |
|
||||
|
||||
@@ -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
|
||||
</div>
|
||||
<div>
|
||||
<video id="example_video" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Core/AtomEcho.mp4" type="video/mp4">
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Base/PoE%20W5500.mp4" type="video/mp4">
|
||||
</video>
|
||||
<div class="easyloader-mask">
|
||||
<a>
|
||||
@@ -175,6 +175,10 @@ HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## 原理图
|
||||
|
||||
<img src="docs/assets/img/product_pics/base/w5500PoE/w5500PoE.webp">
|
||||
|
||||
## 相关链接
|
||||
|
||||
- **Datasheet**
|
||||
@@ -186,20 +190,6 @@ HT3.96连接器的 6 个引脚默认悬空,你可以根据需求选择连接RS
|
||||
|
||||
- 获取代码[点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/W5500_PoE)
|
||||
|
||||
## 原理图
|
||||
|
||||
<img src="docs/assets/img/product_pics/base/w5500PoE/w5500PoE.webp">
|
||||
|
||||
[原理图](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Bases/lan_base.pdf)
|
||||
|
||||
## 相关视频
|
||||
|
||||
|
||||
<video class="video_size" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Blog/Twitch201904/M5StackLovyanlauncher.mp4" type="video/mp4">
|
||||
</video>
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-base/products/lan-module';
|
||||
|
||||
@@ -0,0 +1,205 @@
|
||||
# M5CameraF New{docsify-ignore-all}
|
||||
|
||||
<div class="badge badge-pill badge-primary product_sku_tag">SKU:U037</div>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/unit/unit_m5camera_f_01.webp"><img src="assets/img/product_pics/unit/unit_m5camera_f_07.webp"></div>
|
||||
|
||||
## 描述
|
||||
|
||||
**M5CameraF** 是一款鱼眼广角图像识别开发板,视场角为150°,集成ESP32(4M Flash + 520K RAM + 4M PSRAM)芯片和200万像素的摄像头(OV2640).支持WiFi图像传输和USB端口调试.
|
||||
|
||||
硬件上预装固件,通过ESP-IDF编程开发,运行WiFi-相机应用程序.默认程序输出图像尺寸为**600 * 800**,你可以通过优化程序输出更大尺寸.
|
||||
|
||||
这个程序是如何使用的?
|
||||
- 打开手机Wi-Fi,扫描并连接名称以"m5stack-"开头的AP热点.
|
||||
- 打开手机浏览器,访问<mark>192.168.4.1</mark>,进入监控页面实时获取拍摄视频.
|
||||
- 视频帧率大约在每秒5-6帧.
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_02.webp" width="50%">
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_03.webp" width="50%">
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_04.webp" width="50%">
|
||||
|
||||
因为模块可以生成 WIFI 热点 AP,所以可以用手机、PC 或其他设备通过 WIFI 无线获取摄像头图片,也可以通过模块的 GROVE 接口有线获取摄像头图片。
|
||||
|
||||
## 产品特性
|
||||
|
||||
- 基于ESP32设计
|
||||
- WIFI图像传输
|
||||
- CP2104 USB TTL
|
||||
- 广角镜头150°
|
||||
- OV2640视觉传感器
|
||||
|
||||
## 包含
|
||||
|
||||
- 1x M5CameraF
|
||||
- 1x LEGO 适配件
|
||||
- 1x Wall/1515
|
||||
- 1x Type-C USB(20cm)
|
||||
|
||||
## 规格参数
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>规格</td>
|
||||
<td>参数</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flash</td>
|
||||
<td>4M</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>RAM</td>
|
||||
<td>4MB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>图像传感器</td>
|
||||
<td>OV2640</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>最大分辨率</td>
|
||||
<td>2百万像素</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>输出格式</td>
|
||||
<td>YUV(422/420)/YCbCr422,8位压缩数据,RGB565/555,8-/10位Raw RGB数据</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>最大图像传输速率</td>
|
||||
<td>UXGA/SXGA: 15fps, SVGA: 30fps, CIF: 60fps</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>视角</td>
|
||||
<td>150°</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CCD尺寸</td>
|
||||
<td>1/4 inch</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>净重</td>
|
||||
<td>17g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>毛重</td>
|
||||
<td>41g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>产品尺寸</td>
|
||||
<td>24*48*19mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>包装尺寸</td>
|
||||
<td>75*45*30mm</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
|
||||
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/M5-Camera-F/wifi_ap/EasyLoader_M5-Camera-F_wifi_ap.exe"><button type="button" class="btn btn-primary">点击下载EasyLoader</button></a>
|
||||
|
||||
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.
|
||||
|
||||
>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**)
|
||||
|
||||
?>3.目前EasyLoader仅适用于Windows操作系统、兼容M5体系采用ESP32作为控制核心的主机.在为M5Core烧录前需要安装CP210X驱动程序(使用M5StickC作为控制器的则无需安装)[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
|
||||
|
||||
## 管脚映射
|
||||
|
||||
**相机管脚映射**
|
||||
|
||||
| *接口* | *Camera Pin*| *M5CameraF* |
|
||||
|:------------------- | :--------:| :------: |
|
||||
| SCCB Clock | SIOC |IO23 |
|
||||
| SCCB Data | SIOD |IO22 |
|
||||
| System Clock | XCLK |IO27 |
|
||||
| Vertical Sync | VSYNC |IO25 |
|
||||
| Horizontal Reference | HREF |IO26 |
|
||||
| Pixel Clock | PCLK |IO21 |
|
||||
| Pixel Data Bit 0 | D2 |IO32 |
|
||||
| Pixel Data Bit 1 | D3 |IO35 |
|
||||
| Pixel Data Bit 2 | D4 |IO34 |
|
||||
| Pixel Data Bit 3 | D5 |IO5 |
|
||||
| Pixel Data Bit 4 | D6 |IO39 |
|
||||
| Pixel Data Bit 5 | D7 |IO18 |
|
||||
| Pixel Data Bit 6 | D8 |IO36 |
|
||||
| Pixel Data Bit 7 | D9 |IO19 |
|
||||
| Camera Reset | RESET |IO15 |
|
||||
| Camera Power Down | PWDN | *see Note 1* |
|
||||
| Power Supply 3.3V | 3V3 | 3V3 |
|
||||
| Ground | GND | GND |
|
||||
|
||||
**GROVE 接口**
|
||||
|
||||
| *Grove* | *M5CameraF* |
|
||||
| :-----------: | :------: |
|
||||
| SCL | IO13 |
|
||||
| SDA | IO4 |
|
||||
| 5V | 5V |
|
||||
| GND | GND |
|
||||
|
||||
**LED 接口**
|
||||
|
||||
| *LED* | *M5CameraF* |
|
||||
| :-----------:| :------: |
|
||||
| LED_Pin | IO14 |
|
||||
|
||||
**注意:**
|
||||
|
||||
1. OV2640 芯片的 **PIN8(PDWN)**引脚为使能引脚,在该主板中通过12KΩ下拉电阻接地使能,进入工作模式.当 PIN8(PDWN)引脚上拉高电平时,将进入**Camera Power Down**模式.
|
||||
|
||||
2. 以下是M5相机系列几款产品的主要参数区别.
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_table/camera_compare.webp">
|
||||
|
||||
## 相关链接
|
||||
|
||||
- **数据手册** - [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf) - [OV2640](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/OV2640DS_en.pdf)
|
||||
|
||||
## 案例程序
|
||||
|
||||
### 出厂固件(WiFi传输图像)
|
||||
|
||||
- **[M5CameraF 固件](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/wifi_sta/firmware/Camera%20F)**
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_06.webp" width="50%" height="50%">
|
||||
|
||||
### 例程
|
||||
|
||||
- **[串口通信-M5CameraF](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20F)**
|
||||
|
||||
- **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信)
|
||||
|
||||
- **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20F)**
|
||||
|
||||
### 源码
|
||||
|
||||
- **[M5Camera](https://github.com/m5stack/m5stack-cam-psram)**
|
||||
|
||||
## 原理图
|
||||
|
||||
### 电源电路
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_schematic/unit/m5camera_sch_01.webp">
|
||||
|
||||
### 芯片外围电路
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_schematic/unit/m5camera_sch_02.webp">
|
||||
|
||||
### USB 转串口电路
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_schematic/unit/m5camera_sch_03.webp">
|
||||
|
||||
<script>
|
||||
|
||||
var purchase_link = 'https://m5stack.com/collections/m5-unit/products/fish-eye-camera-module-ov2640';
|
||||
|
||||
var quickstart_link = 'https://docs.m5stack.com/#/zh_CN/quick_start/m5camera/m5camera_quick_start';
|
||||
|
||||
anchor_search(purchase_link,quickstart_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>cript>
|
||||
Reference in New Issue
Block a user