Hey,
is it possible to emulate a keyboard without using a usb host shield on an UNO ?
Thanks in advance.
~HowitzerCombat
Hey,
is it possible to emulate a keyboard without using a usb host shield on an UNO ?
Thanks in advance.
~HowitzerCombat
No, you no need usb host shield on an UNO to emulate a keyboard.
Read this
BillHo:
USB-Keyboard with Arduino and V-USB library, an example
Thanks for the link ![]()
The tricky part is the library, that implements the USB Keyboard (HID) protocol. The Uno USB connector cannot be used for that purpose, because it implements an USB Serial device.
There exist Arduinos, which allow to configure the on-board USB port for various protocols. E.g. the Leonardo appears as a generic keyboard and mouse on its USB connector, no need for any additional circuitry.