-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from Ken-Vamrs/main
feat: add accessory-usage
- Loading branch information
Showing
15 changed files
with
202 additions
and
24 deletions.
There are no files selected for viewing
88 changes: 84 additions & 4 deletions
88
docs/compute-module/cm5/getting-started/accessory-usage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,95 @@ | ||
--- | ||
sidebar_position: 3 | ||
sidebar_position: 4 | ||
--- | ||
|
||
# 配件使用说明 | ||
|
||
主要介绍支持该产品的配件有哪些及介绍如何使用 | ||
这个章节主要介绍 Radxa-CM5-IO 支持的常见配件以及如何使用。 | ||
|
||
## 接口总览 | ||
|
||
<img src="/img/cm5/cm5-block-diagram.webp" width="700" alt="Radxa-CM5-IO interfaces overview" /> | ||
|
||
## 摄像头 | ||
|
||
## 显示屏 | ||
Radxa-CM5-IO 带有一个 4-lane 的 CSI 接口和一个 2-lane 的 CSI 接口。以下是目前支持的摄像头列表: | ||
|
||
<table> | ||
<tr> | ||
<th>Camera Name</th> | ||
<th>Sensor 型号</th> | ||
<th>分辨率</th> | ||
</tr> | ||
<tr> | ||
<td>OKDO 5MP Camera</td> | ||
<td>OV5647</td> | ||
<td>500 万 像素</td> | ||
</tr> | ||
<tr> | ||
<td>Radxa Camera 8M</td> | ||
<td>IMX219</td> | ||
<td>800 万 像素</td> | ||
</tr> | ||
<tr> | ||
<td>Radxa Camera 4K</td> | ||
<td>IMX415</td> | ||
<td>829 万 像素</td> | ||
</tr> | ||
<tr> | ||
<td>Raspberry Pi Camera V2</td> | ||
<td>IMX219</td> | ||
<td>800 万 像素</td> | ||
</tr> | ||
<tr> | ||
<td>Raspberry Pi Camera v1.3</td> | ||
<td>OV5647</td> | ||
<td>500 万 像素</td> | ||
</tr> | ||
</table> | ||
|
||
4lane 摄像头使用请参见[摄像头使用教程](../accessories/camera_4k) | ||
2lane 摄像头使用请参见[摄像头使用教程](../accessories/camera_8m) | ||
|
||
## 屏幕 | ||
|
||
Radxa-CM5-IO 带有一个 4-lane 的 DSI 接口和有一个 2-lane 的 DSI 接口。以下是目前支持的屏幕列表: | ||
|
||
<table> | ||
<tr> | ||
<th>Screen Name</th> | ||
<th>分辨率</th> | ||
</tr> | ||
<tr> | ||
<td>ALLNET 5 inch DSI Display</td> | ||
<td>800 ×3(RGB) ×480 像素</td> | ||
</tr> | ||
<tr> | ||
<td>Radxa Display 8 HD</td> | ||
<td>1280x800 像素</td> | ||
</tr> | ||
<tr> | ||
<td>Radxa Display 10FHD</td> | ||
<td>1200x1920 像素 </td> | ||
</tr> | ||
<tr> | ||
<td>Raspberry Pi 7 inch Touchscreen</td> | ||
<td>800 x 480 像素</td> | ||
</tr> | ||
</table> | ||
|
||
4lane Radxa8寸屏使用请参见[屏幕使用教程](../accessories/8hd-display_use) | ||
2lane 树莓派7寸屏使用请参见[屏幕使用教程](../accessories/rpi-7inch-display) | ||
|
||
## WIFI & BT 支持模块列表 | ||
|
||
| NO. | Model | Chip | WiFi | BT | WIFI Throughput | Remark | | ||
| --- | ------------------------ | ----------- | ------------- | --- | ------------------------------------ | ------ | | ||
| 1 | Radxa wireless A8 | RTL8852BE | 2.4G&5G&WIFI6 | 5.0 | up:600 Mbits/sec down: 900 Mbits/sec | | | ||
| 2 | Intel 0MHK36 (PCIE+USB) | Intel 3165 | 2.4G&5G | 4.2 | up:283 Mbits/sec down: 334 Mbits/sec | | | ||
| 3 | Intel 7265NGW (PCIE+USB) | Intel 7265 | 2.4G&5G | 4.2 | up:363 Mbits/sec down: 619 Mbits/sec | | | ||
| 4 | Intel AX210 (PCIE+USB) | Intel AX210 | WiFi 6 | 5.2 | up:859 Mbits/sec down: 813 Mbits/sec | | | ||
|
||
- Radxa CM5 搭配 Radxa CM5 IO 板,没有板载WiFi/BT模块,需要外接模块。以上是支持并测试过的 WITI/BT 卡。 | ||
无线模块使用请参见[WIFI/BT教程](../accessories/wifi_bt_access.md) | ||
|
||
## WIFI/BT | ||
更多配件信息可参考 [配件列表](../accessories) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
92 changes: 89 additions & 3 deletions
92
...ugin-content-docs/current/compute-module/cm5/getting-started/accessory-usage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,95 @@ | ||
--- | ||
sidebar_position: 3 | ||
sidebar_position: 4 | ||
--- | ||
|
||
# Accessory instructions | ||
# Accessory Usage Instructions | ||
|
||
This section describes the supported accessories and how to use them. | ||
This section describes the common accessories supported by the Radxa-CM5-IO and how to use them. | ||
|
||
## Interface Overview | ||
|
||
<img src="/img/cm5/cm5-block-diagram.webp" width="700" alt="Radxa-CM5-IO interfaces overview" /> | ||
|
||
## Camera | ||
|
||
The Radxa-CM5-IO comes with one 4-lane CSI interface and one 2-lane CSI interface. Below is the list of currently supported cameras: | ||
|
||
<table> | ||
<tr> | ||
<th>Camera Name</th> | ||
<th>Sensor Type</th> | ||
<th>Resolution</th> | ||
</tr> | ||
<tr> | ||
<td>OKDO 5MP Camera</td> | ||
<td>OV5647</td> | ||
<td>5 megapixels</td> | ||
</tr> | ||
<tr> | ||
<td>Radxa Camera 8M</td> | ||
<td>IMX219</td> | ||
<td>8 megapixels</td> | ||
</tr> | ||
<tr> | ||
<td>Radxa Camera 4K</td> | ||
<td>IMX415</td> | ||
<td>8.29 megapixels</td> | ||
</tr> | ||
<tr> | ||
<td>Raspberry Pi Camera V2</td> | ||
<td>IMX219</td> | ||
<td>8 megapixels</td> | ||
</tr> | ||
<tr> | ||
<td>Raspberry Pi Camera v1.3</td> | ||
<td>OV5647</td> | ||
<td>5 megapixels</td> | ||
</tr> | ||
</table> | ||
|
||
For 4lane camera usage, please see [Camera usage tutorial](../accessories/camera_4k) | ||
For the 2lane camera, see [Camera Tutorial](../accessories/camera_8m) | ||
|
||
## Display | ||
|
||
The Radxa-CM5-IO comes with a 4-lane DSI interface and has a 2-lane DSI interface. The following is a list of currently supported screens: | ||
|
||
<table> | ||
<tr> | ||
<th>Screen Name</th> | ||
<th>Resolution</th> | ||
</tr> | ||
<tr> | ||
<td>ALLNET 5 inch DSI Display</td> | ||
<td>800 ×3(RGB) ×480 pixel</td> | ||
</tr> | ||
<tr> | ||
<td>Radxa Display 8 HD</td> | ||
<td>1280x800 pixel</td> | ||
</tr> | ||
<tr> | ||
<td>Radxa Display 10FHD</td> | ||
<td>1200x1920 pixel </td> | ||
</tr> | ||
<tr> | ||
<td>Raspberry Pi 7 inch Touchscreen</td> | ||
<td>800 x 480 pixels</td> | ||
</tr> | ||
</table> | ||
|
||
For 4lane Radxa 8" screen use see [Screen Usage](../accessories/8hd-display_use) | ||
For 2lane Raspberry Pi 7 inch screen use please refer to [Screen Usage](../accessories/rpi-7inch-display) | ||
|
||
## WIFI & BT Support Module List | ||
|
||
| NO. | Model | Chip | WiFi | BT | WIFI Throughput | Remark | | ||
| --- | ------------------------ | ----------- | ------------- | --- | ------------------------------------ | ------ | | ||
| 1 | Radxa wireless A8 | RTL8852BE | 2.4G&5G&WIFI6 | 5.0 | up:600 Mbits/sec down: 900 Mbits/sec | | | ||
| 2 | Intel 0MHK36 (PCIE+USB) | Intel 3165 | 2.4G&5G | 4.2 | up:283 Mbits/sec down: 334 Mbits/sec | | | ||
| 3 | Intel 7265NGW (PCIE+USB) | Intel 7265 | 2.4G&5G | 4.2 | up:363 Mbits/sec down: 619 Mbits/sec | | | ||
| 4 | Intel AX210 (PCIE+USB) | Intel AX210 | WiFi 6 | 5.2 | up:859 Mbits/sec down: 813 Mbits/sec | | | ||
|
||
- Radxa CM5 with Radxa CM5 IO board does not have an on-board WiFi/BT module and requires an external module. The above are supported and tested WITI/BT cards. | ||
For wireless module usage, please refer to [WIFI/BT Usage](../accessories/wifi_bt_access.md) | ||
|
||
For more information on accessories see [Accessories List](../accessories) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ sidebar_position: 5 | |
|
||
# Radxa SBC | ||
|
||
<!-- SBC 产品型号 --> | ||
<!-- SBC Product Model --> | ||
|
||
## Product Description | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ sidebar_position: 5 | |
|
||
# Radxa TCM | ||
|
||
<!-- TCM 产品型号 --> | ||
<!-- TCM Product Model --> | ||
|
||
## Product Description | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters