Is it possible to create an IP-to-USB HID (keyboard) using Arduino?
I'd like to connect an Arduino to my network using Ethernet, and then send it commands using TCP/IP and have those commands translated to USB HID and sent as keystrokes to the connected PC.
Am I correct that this might work if I use an Arduino Uno and then purchase an Arduino Shield Ethernet? (seems a bit expensive, but is this the cheapest option?)
Actually ... I've gone ahead and ordered two of the Arduino Yun since it seems to fit the bill. It was the same price as the Leonardo Eth and looks to have more features.
sofakng:
Is it possible to create an IP-to-USB HID (keyboard) using Arduino?
I'd like to connect an Arduino to my network using Ethernet, and then send it commands using TCP/IP and have those commands translated to USB HID and sent as keystrokes to the connected PC.
Am I correct that this might work if I use an Arduino Uno and then purchase an Arduino Shield Ethernet? (seems a bit expensive, but is this the cheapest option?)
Thanks in advance!
Hi ,
have you been able to do it .
Im interested for a similar project .