add NanoKVM-USB

This commit is contained in:
wj-xiao
2024-12-25 18:12:03 +08:00
parent 99e754b5d9
commit 2ae545ba01
17 changed files with 252 additions and 0 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -0,0 +1,52 @@
---
title: Introduction
keywords: NanoKVM, Remote desktop, tool, USB
update:
- date: 2024-12-25
version: v0.1
author: xwj
content:
- Release docs
---
## 简介
![](./../../../assets/NanoKVM/usb/NanoKVM-USB.png)
NanoKVM-USB是一款便捷的运维/多设备协同工具它可以无需键鼠设备和显示器仅使用手边的一台电脑无需下载软件通过Chrome浏览器即可图形化开始运维工作。
NanoKVM-USB 捕捉HDMI图像信号通过USB3.0传输给HOST主机与普通USB采集卡不同的是NanoKVM-USB同时捕捉HOST端的键鼠操作同步给目标主机无需传统连接屏幕键鼠的方式就可以完成所有操作。同时支持一路HDMI环出最高支持4K@30HZ,方便外连大屏。
值得一提的是NanoKVM-USB自带一个USB-A端口支持HOST/TARGET两侧切换当外接U盘时候可以方便的在两台电脑之间转移数据此外更多功能请自由探索。
![](./../../../assets/NanoKVM/usb/wiring.png)
## 接口
![](./../../../assets/NanoKVM/usb/interface.jpg)
## 参数
| 产品 | NanoKVM USB | NanoKVM Cube | USB 采集卡 |
| --- | --- | --- | --- |
| HDMI 画面 | 4K@30fps | 1080P@60fps | 4K@30fps |
| USB 采集 | 1080P@60fps | - | 1080P@60fps |
| 环出 | 4K@30fps | - | 需环出采集卡 |
| 支持键鼠 | 是 | 是 | 否 |
| 无需软件 | 是 | 是 | 否 |
| 延迟 | 50-100ms| 90-230ms | 50-100ms |
| USB 切换器 | 有 | 无 | 无 |
| 功耗 | 5V/0.24A@1.2W | 5V/0.2A@1W | 5V/0.2A@1W |
## 购买入口
[淘宝官方购买地址]() (待上架)
[速卖通购买地址]()(待上架)
[预售页面](https://sipeed.com/nanokvm/usb)
## 产品反馈
如果您在使用过程中有任何问题或建议,请通过以下渠道和我们反馈:
+ [Github issues](https://github.com/sipeed/NanoKVM)
+ [MaixHub 论坛](https://maixhub.com/discussion/nanokvm)
+ QQ 交流群: 703230713

View File

@@ -0,0 +1,68 @@
---
title: 快速上手
keywords: NanoKVM, Remote desktop, tool, USB
update:
- date: 2024-12-25
version: v0.1
author: xwj
content:
- Release docs
---
## 接口介绍
![](./../../../assets/NanoKVM/usb/interface.jpg)
## 接线
使用 USB3.0 或 TypeC 线连接 NanoKVM-USB 与 Host 主机。
![](./../../../assets/NanoKVM/usb/quick_start/wiring1.png)
使用 HDMI 线连接 NanoKVM-USB 与 Target 主机。
![](./../../../assets/NanoKVM/usb/quick_start/wiring2.png)
使用 USB3.0 线连接 NanoKVM-USB 与 Target 主机。
![](./../../../assets/NanoKVM/usb/quick_start/wiring3.png)
## 网页
### 打开网页
使用 Chrome 浏览器访问 `https://usbkvm.sipeed.com`
> 请使用桌面端 Chrome 浏览器,且版本号大于 89。
>
> 由于使用了 [Web Serial API](https://developer.mozilla.org/en-US/docs/Web/API/Serial),移动端 Chrome 和其它不支持该特性的浏览器均无法使用键鼠。
### 授权
NanoKVM-USB 会模拟成 USB 摄像头,用于传输视频和音频。因此网页首先需要获取摄像头使用权限。
![](./../../../assets/NanoKVM/usb/quick_start/auth_camera.png)
> 如果您拒绝了授权,或者想关闭该授权,可以重置权限。下次访问时会重新进入该步骤。
> ![](./../../../assets/NanoKVM/usb/quick_start/reset.png)
### 选择 USB 设备
在获取授权后,网页会显示一个选择 USB 设备的弹窗。我们需要在这里选择两个设备:
1. USB 摄像头:用于视频和音频的输入;
2. 串口设备:用于发送键盘和鼠标数据。
首先点击下拉框,选择以 USB Video 格式命名的摄像头设备。选择设备后网页就会开始显示视频画面。
如果不确定选择哪一个设备,可以依次选择以找出正确的设备。
![](./../../../assets/NanoKVM/usb/quick_start/usb_video.png)
然后点击选择串口按钮,会弹出所有可用的串口设备列表,从中选择以 USB Serial 格式命名的设备。
> 如果当前浏览器不支持串口,则不会显现该按钮。此时网页仅有视频传输功能,无法使用键盘和鼠标。
![](./../../../assets/NanoKVM/usb/quick_start/usb_serial.png)
设置完成!到这里就可以开始正常使用了。

View File

@@ -443,6 +443,12 @@ items:
file: kvm/NanoKVM/system/configuration.md
- label: FAQ
file: kvm/NanoKVM/faq.md
- label: NanoKVM USB
items:
- label: Introduction
file: kvm/NanoKVM_USB/introduction.md
- label: Quick start
file: kvm/NanoKVM_USB/quick_start.md
# - label: Maix Audio
# items:
# - label: MA USB 16

View File

@@ -0,0 +1,52 @@
---
title: 简介
keywords: NanoKVM, Remote desktop, tool, USB
update:
- date: 2024-12-25
version: v0.1
author: xwj
content:
- Release docs
---
## 简介
![](./../../../assets/NanoKVM/usb/NanoKVM-USB.png)
NanoKVM-USB是一款便捷的运维/多设备协同工具它可以无需键鼠设备和显示器仅使用手边的一台电脑无需下载软件通过Chrome浏览器即可图形化开始运维工作。
NanoKVM-USB 捕捉HDMI图像信号通过USB3.0传输给HOST主机与普通USB采集卡不同的是NanoKVM-USB同时捕捉HOST端的键鼠操作同步给目标主机无需传统连接屏幕键鼠的方式就可以完成所有操作。同时支持一路HDMI环出最高支持4K@30HZ,方便外连大屏。
值得一提的是NanoKVM-USB自带一个USB-A端口支持HOST/TARGET两侧切换当外接U盘时候可以方便的在两台电脑之间转移数据此外更多功能请自由探索。
![](./../../../assets/NanoKVM/usb/wiring.png)
## 接口
![](./../../../assets/NanoKVM/usb/interface.jpg)
## 参数
| 产品 | NanoKVM USB | NanoKVM Cube | USB 采集卡 |
| --- | --- | --- | --- |
| HDMI 画面 | 4K@30fps | 1080P@60fps | 4K@30fps |
| USB 采集 | 1080P@60fps | - | 1080P@60fps |
| 环出 | 4K@30fps | - | 需环出采集卡 |
| 支持键鼠 | 是 | 是 | 否 |
| 无需软件 | 是 | 是 | 否 |
| 延迟 | 50-100ms| 90-230ms | 50-100ms |
| USB 切换器 | 有 | 无 | 无 |
| 功耗 | 5V/0.24A@1.2W | 5V/0.2A@1W | 5V/0.2A@1W |
## 购买入口
[淘宝官方购买地址]() (待上架)
[速卖通购买地址]()(待上架)
[预售页面](https://sipeed.com/nanokvm/usb)
## 产品反馈
如果您在使用过程中有任何问题或建议,请通过以下渠道和我们反馈:
+ [Github issues](https://github.com/sipeed/NanoKVM)
+ [MaixHub 论坛](https://maixhub.com/discussion/nanokvm)
+ QQ 交流群: 703230713

View File

@@ -0,0 +1,68 @@
---
title: 快速上手
keywords: NanoKVM, Remote desktop, RISCV, tool
update:
- date: 2024-12-5
version: v0.1
author: BuGu
content:
- Release docs
---
## 接口介绍
![](./../../../assets/NanoKVM/usb/interface.jpg)
## 接线
使用 USB3.0 或 TypeC 线连接 NanoKVM-USB 与 Host 主机。
![](./../../../assets/NanoKVM/usb/quick_start/wiring1.png)
使用 HDMI 线连接 NanoKVM-USB 与 Target 主机。
![](./../../../assets/NanoKVM/usb/quick_start/wiring2.png)
使用 USB3.0 线连接 NanoKVM-USB 与 Target 主机。
![](./../../../assets/NanoKVM/usb/quick_start/wiring3.png)
## 网页
### 打开网页
使用 Chrome 浏览器访问 `https://usbkvm.sipeed.com`
> 请使用桌面端 Chrome 浏览器,且版本号大于 89。
>
> 由于使用了 [Web Serial API](https://developer.mozilla.org/en-US/docs/Web/API/Serial),移动端 Chrome 和其它不支持该特性的浏览器均无法使用键鼠。
### 授权
NanoKVM-USB 会模拟成 USB 摄像头,用于传输视频和音频。因此网页首先需要获取摄像头使用权限。
![](./../../../assets/NanoKVM/usb/quick_start/auth_camera.png)
> 如果您拒绝了授权,或者想关闭该授权,可以重置权限。下次访问时会重新进入该步骤。
> ![](./../../../assets/NanoKVM/usb/quick_start/reset.png)
### 选择 USB 设备
在获取授权后,网页会显示一个选择 USB 设备的弹窗。我们需要在这里选择两个设备:
1. USB 摄像头:用于视频和音频的输入;
2. 串口设备:用于发送键盘和鼠标数据。
首先点击下拉框,选择以 USB Video 格式命名的摄像头设备。选择设备后网页就会开始显示视频画面。
如果不确定选择哪一个设备,可以依次选择以找出正确的设备。
![](./../../../assets/NanoKVM/usb/quick_start/usb_video.png)
然后点击选择串口按钮,会弹出所有可用的串口设备列表,从中选择以 USB Serial 格式命名的设备。
> 如果当前浏览器不支持串口,则不会显现该按钮。此时网页仅有视频传输功能,无法使用键盘和鼠标。
![](./../../../assets/NanoKVM/usb/quick_start/usb_serial.png)
设置完成!到这里就可以开始正常使用了。

View File

@@ -468,6 +468,12 @@ items:
file: kvm/NanoKVM/system/configuration.md
- label: FAQ
file: kvm/NanoKVM/faq.md
- label: NanoKVM USB
items:
- label: 简介
file: kvm/NanoKVM_USB/introduction.md
- label: 快速上手
file: kvm/NanoKVM_USB/quick_start.md
# - label: Maix Audio
# items:
# - label: MA USB 16