Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 811 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 811 Bytes

PS2_to_USB_converter

The board running

This board allow to plug PS/2 devices (keyboards or mice) to a computer using a standard USB connector.

  • Uses a low cost STM32F103 "bluepill"
  • Two independent PS/2 ports
  • Each port can be connected to a mouse, a keyboard or left unconnected. The connected devices are automatically presented to the host computer
  • Automatic recognition of the type of the PS/2 device : you can connect any keyboard or mouse on each of the PS/2 connector of the board
  • No specific driver required on host computer
  • Hardware and Firmware source code provided
  • 2 LEDs per port for PS/2 device type identification and traffic information

Directories:

  • din2usb_adapter contains the KICAD files of the board.
  • stm103_ps2_to_usb contains the firmware.