mirror of
https://github.com/pikvm/pikvm
synced 2024-11-01 09:20:17 +00:00
b11aaf4c25
Added pic of ezcoo wiring
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
### Some example wiring setups
|
|
|
|
# CSI (Geekworm) (Any brand will be the same)
|
|
<img src="csi_wiring.jpg" alt="drawing">
|
|
|
|
List of items: (WARNING! Links may dissappear or no longer work, this just gives you an idea)
|
|
|
|
- USB-A male to USB-A male (For data)
|
|
- [PortaPow USB Power Blocker](https://www.amazon.com/gp/product/B092MLT2J3)
|
|
- [USB C OTG Splitter](https://www.amazon.com/gp/product/B08C5FWQND)
|
|
- Normal HDMI Cable
|
|
- DisplayPort TO HDMI pigtail (Cable) (Pic is displayed wrong)
|
|
- TARGET (Anything you want to control)
|
|
|
|
# Another CSI example using the PCB splitter
|
|
<img src="csi_wiring_w_pcb_splitter.jpg" alt="drawing">
|
|
|
|
# USB
|
|
<img src="usb_capture_wiring.jpg" alt="drawing">
|
|
|
|
# Direct connect to target
|
|
<img src="direct_connect_to_target.jpg" alt="drawing">
|
|
|
|
Explanation of pic
|
|
- USB-C from PI to USB-A onto target which also powers the PI
|
|
|
|
Use case:
|
|
- Trying to determine if the data cable is truly a data cable and not just a power cable
|
|
- Testing to see if the splitter or cable is defective
|
|
- Basic troubleshooting
|
|
|
|
# EZCOO wiring example
|
|
<img src="ezcoo_wiring.jpg" alt="drawing">
|