Ask HN: Is there any way to make a MCU send a signal like keyboard?

1 points by st380752143 ↗ HN
I want to make a device with MCU, something like Arduino or Raspberry Pi, which can connect the computer through USB cable and is programmable to send some key signals like keyboard.

Thanks!

1 comment

[ 3.5 ms ] story [ 15.2 ms ] thread
Yes, you can find everything you need if you search for the right thing. As you know, a keyboard is a Human Interface Device. What you want to search for then is "arduino USB HID library".