https://github.com/ef15c/ps2_to_usb_converter
This board allow to plug PS/2 devices (keybords or mice) to a computer using a standard USB connector
https://github.com/ef15c/ps2_to_usb_converter
Last synced: about 1 year ago
JSON representation
This board allow to plug PS/2 devices (keybords or mice) to a computer using a standard USB connector
- Host: GitHub
- URL: https://github.com/ef15c/ps2_to_usb_converter
- Owner: ef15c
- License: gpl-3.0
- Created: 2021-04-05T06:57:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T16:04:08.000Z (over 3 years ago)
- Last Synced: 2025-03-30T08:11:09.518Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 83.2 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PS2_to_USB_converter

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.