Is Arduino can simulate a keyboard??

Hello,

I am using sensors connected to an Arduino,
And I want to use these sensors to interact with an application

This application work by pressing keys of the keyboard,
Is there a solution to simulate a key pressed with the arduino???

Thank :slight_smile:

Many people around here would recommend GoBetwino, see this thread
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1237386436/7

Using Arduino and AVRUSB is another option.

--Phil.

Thanks, I will see that!! :slight_smile: