You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pikvm/docs/_pico_hid_parts.md

16 lines
758 B
Markdown

8 months ago
* *x1* [Raspberry Pi Pico board](https://www.raspberrypi.com/products/raspberry-pi-pico/) with soldered pins.
8 months ago
8 months ago
* *x1* USB-A to Micro-USB cable.
8 months ago
8 months ago
* *x10* dupont wires female-female.
8 months ago
8 months ago
* *x1* 1N5819 diode. It's optional but strongly recommended. Any similar one will do.
8 months ago
!!! 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.