SI
simapetr/PS2_to_USB
Converter for PS2 keyboard based on Arduino Leonardo or Micro with MEGA32U4
PS2_to_USB
Converter for PS2 keyboard based on Arduino Leonardo or Micro with MEGA32U4
HID keyboard
Used technology
- Arduino IDE (https://www.arduino.cc/en/Main/Software)
- Arduino Leonardo (https://www.arduino.cc/en/Main/Arduino_BoardLeonardo) or Micro (https://store.arduino.cc/arduino-micro)
- Microchip MEGA32U4
- PS2 connector (https://en.wikipedia.org/wiki/PS/2_port)
Used library
- Paul Carpenter (https://github.com/techpaul/PS2KeyAdvanced)
Connection
| Signal | Arduino GPIO | PS2 |
|---|---|---|
| Data | 2 | 1 |
| Clock | 3 | 5 |
| Ground | Gnd | 3 |
| Power | +5V | 4 |
On this page
Languages
C++100.0%
Contributors
Latest Release
V1.0May 29, 2019GNU General Public License v3.0
Created May 29, 2019
Updated November 30, 2025