@foone I know from past posts of yours that you're a keyboard guru so I figured I'd ask you: I'm trying to find a bulletproof way to let an AI agent emulate keystrokes. Every software-based attempt I've made has failed. Could a USB dongle be made that's indistinguishable from a keyboard to the machine, and which accepts AI input via some sort of MCP? Does such a beast already exist?

@keithmann yes, that's how I do all my keyboard emulation. You can do it easily through something like the waveshare rp2040-one:

https://www.waveshare.com/rp2040-one.htm

I don't do AI stuff so I don't know how hard it would be to set up a MCP that interacts with it, though. I control mine over serial

Waveshare RP2040-One, 4MB Flash MCU Board Based On Raspberry Pi RP2040

Waveshare RP2040-One, 4MB Flash MCU Board Based On Raspberry Pi RP2040

@foone Thanks a ton! I'll read the docs and let you know how it goes.
@foone Worked like a charm! What a sweet little piece of hardware. Thanks again!