TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby st380752143almost 6 years ago
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.<p>Thanks!

1 comment

db48xalmost 6 years ago
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 &quot;arduino USB HID library&quot;.