hello my name is freddy. What I want to manipulate the keyboard of my computer with two buttons on my android and also using a module bluetooth for this. I want to manipulate the directional keys on the keyboard. but can not find information that can help me. My intention is to do this only using arduino nano and arduino 1..
this link does not help me :
Are you planning building a physical device to physically press on the keyboard keys and this physical device would take instructions from Android smartphone app?
all depends on what your wanting to do.. if you want to send direction key commands to a particular application running on the pc you could look at stdin (standard input) redirection. redirect stdin
with a windows machine you may want to look at micro$oft powershell which should allow you to do pretty much the same sort of thing.
does your application have an api you could access? or are you writing it too?
filk:
all depends on what your wanting to do.. if you want to send direction key commands to a particular application running on the pc you could look at stdin (standard input) redirection. redirect stdin
with a windows machine you may want to look at micro$oft powershell which should allow you to do pretty much the same sort of thing.
does your application have an api you could access? or are you writing it too?
Hi filk !
thanks for response!
Now I have configured Arduino + bluetooth.
What I'm doing now:
Connect the bluetooth with my android.
I turn on and turn of a LED with 2 buttons from android.
I want to replace step 2 to manipulate the keyboard of my computer with those 2 buttons. I want to manipulate the directional keys.
Are you planning building a physical device to physically press on the keyboard keys and this physical device would take instructions from Android smartphone app?
hi ieee48 thanks for your response!
Now I have configured Arduino + bluetooth.
What I'm doing now:
Connect the bluetooth with my android.
I turn on and turn of a LED with 2 buttons from android.
I want to replace step 2 to manipulate the keyboard of my computer with those 2 buttons. I want to manipulate the directional keys.
I am following this guide of this website but have only errors like: