from Hacker News

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

by st380752143 on 7/4/19, 2:16 AM with 1 comments

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!

  • by db48x on 7/4/19, 2:40 AM

    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".