From 1ae781d3c6603a531f916f7bcc7c008891611286 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 11 Dec 2023 15:59:31 +0200 Subject: [PATCH] update --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index ead9e20c..bedf1b16 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,39 @@ The website: [pikvm.org](https://pikvm.org). Also check out [the documentation]( We created [our very own MJPG video server](https://github.com/pikvm/ustreamer) written in C with multi-threading support and GPU video encoding - the fastest streaming solution available to provide the best video quality for PiKVM. We also tested a lot of hardware configurations so that you can be sure devices you assemble will work reliably. +
+ Comparsion table + +| | DIY V1 | DIY V2 | V3 Kit | V4 Mini | V4 Plus | +|---------------------------------------------------------------------|:---------------------------:|:--------------:|:-------:|:-----------:|:----------:| +| Plug and Play out of box! | ❌
DIY | ❌
DIY | ✅ | ✅ | ✅ | +| Base Raspberry unit | RPi3
RPi2
Zero2W | RPi4
Zero2W | **RPi4
Included!** | **CM4
Included!** | **CM4
Included!** | +| **HDMI 1080p@60Hz** support for better **BIOS/UEFI compatibility** | ❌ | ❌ | ❌ | ✅ | ✅ | +| **HDMI audio** capture | ❌ | ❌ | ✅ | ✅ | ✅ | +| USB keyboard/mouse emulation | ✅ | ✅ | ✅ | ✅ | ✅ | +| Virtual **Flash Drive** and **CD-ROM emulation** | ❌ | ✅ | ✅ | ✅ | ✅ | +| Ability to simulate **"eject/insert"** for USB | ❌ | ❌ | ✅ | ✅ | ✅ | +| **Onboard ATX controller** for power management of the host | DIY | DIY | ✅ | ✅ | ✅ | +| **CISCO-style RJ-45 console port** | ❌ | ❌ | ✅ | ❌ | ✅ | +| **USB serial console port** | ❌ | ❌ | ✅ | ✅ | ✅ | +| **Built-in OLED** with IP and other info | ❌ | ❌ | ✅ | ✅ | ✅ | +| USB host support (external USB devices connectivity) | ✅ | ✅ | ✅ | ❌ | ✅ | +| **Internal secured USB 3.0 storage port** | ❌ | ❌ | ❌ | ❌ | ✅ | +| **Multiport KVM switches support** | ✅ | ✅ | ✅ | ❌ | ✅ | +| A **real-time clock** for accurate logging | ❌ | ❌ | ✅ | ✅ | ✅ | +| **Locator LED** to find device in the rack | ❌ | ❌ | ❌ | ✅ | ✅ | +| **mPCIe slot** with USB lines for **LTE/5G** cards | ❌ | ❌ | ❌ | ❌ | ✅ | +| SIM card slot for modem | ❌ | ❌ | ❌ | ❌ | ✅ | +| **External antenna support** | ❌ | ❌ | ❌ | ✅ | ✅ | +| Pi's GPIO ports control from the Web UI | ✅ | ✅ | ✅ | ❌ | ❌ | +| USB relays, lamps, smartplugs control | ✅ | ✅ | ✅ | ❌ | ✅ | +| Cooling system / fan type | DIY | DIY | Axial | **Fanless** | **Quiet
Radial** | +| PWM fan controller | ❌ | ❌ | ✅ | ❌ | ✅ | +| **Fan speed and health monitoring** | ❌ | ❌ | ❌ | ❌ | ✅ | +| Power consumption in idle mode | | | 3.3W | **2.65W** | 3.3W | + +
+ ----- # DIY Getting Started