2
0
mirror of https://github.com/pikvm/pikvm synced 2024-11-10 13:10:37 +00:00
pikvm/docs/_pico_hid_parts.md

16 lines
758 B
Markdown
Raw Normal View History

2023-10-16 18:14:44 +00:00
* *x1* [Raspberry Pi Pico board](https://www.raspberrypi.com/products/raspberry-pi-pico/) with soldered pins.
2023-10-16 18:14:44 +00:00
2023-10-16 18:14:44 +00:00
* *x1* USB-A to Micro-USB cable.
2023-10-16 18:14:44 +00:00
2023-10-16 18:14:44 +00:00
* *x10* dupont wires female-female.
2023-10-16 18:14:44 +00:00
2023-10-16 18:14:44 +00:00
* *x1* 1N5819 diode. It's optional but strongly recommended. Any similar one will do.
2023-10-16 18:14:44 +00:00
!!! warning
The diode is needed to provide power to the Pico HID regardless of the target host state,
which prevents the backpowering problem. It will allow you to keep the keyboard buttons pressed
during the target host power cycle, which is, for example, important for MacOS to get into the boot menu.
Do not connect the red wire (the `VSYS (Pico) -> 5V (Pi)` line) without a diode.
If you can't find a diode, don't connect this wire at all.