From c03359dcdfbfb08fb509a0505b5021aaf960ca4b Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 21 Aug 2020 02:06:26 +0300 Subject: [PATCH] Update arduino_hid.md --- pages/arduino_hid.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/arduino_hid.md b/pages/arduino_hid.md index 72f739bc..6c83378c 100644 --- a/pages/arduino_hid.md +++ b/pages/arduino_hid.md @@ -49,6 +49,8 @@ Follow this diagram: |-------------------------------|--------| | drawing | Arduino pin 7 <-> PS/2 CLOCK
Arduino pin 5 <-> PS/2 DATA
Arduino GND pin <-> PS/2 GND | +**Connect VIN pin of Arduino to any Raspberry's 5v pin.** + ## PS/2 keyboard & USB mouse This is a mixed mode of HID which is a compromise for old computers. Connections are made simultaneously by both USB and PS/2 pins, as shown in the diagram above. Follow the [PS/2 instructions](#ps2-keyboard), but use these commands to build and install the firmware: @@ -56,3 +58,5 @@ This is a mixed mode of HID which is a compromise for old computers. Connections # make mixed # make install ``` + +**You don't need to connect the Arduino VIN pin if you connected USB (the Arduino will get power through it)**.