Skip to main content
RChau.5
Visitor II
March 22, 2022
Question

Stm32f051r8t6 as a HID keyboard

  • March 22, 2022
  • 1 reply
  • 573 views

I have a stm32f051r8t6 discovery board and I want to use as a HID keyboard what can I do​

This topic has been closed for replies.

1 reply

Pavel A.
Super User
March 22, 2022

Since stm32f051 does not have USB, you can implement a HID over I2C device.

See here.

Also, you can take a cheap PS/2 to USB keyboard/mouse adapter, solder it to your board and simulate a PS/2 keyboard with GPIOs.