Hi everyone, does anyone know how to implement a button from the arduino sketch as an android hardware button such as play, next, previous, volume control and so on? Thanks you Oli
Hi, you can do an android service that communicates with the arduino sketch, so the button can do the command. if you explain better the idea, i can help you better.
Thanks for your answer, I want to use a Button from my ardruino Sketch to be the Play, Pause, next Button im my android system. I just want to Control my android Musik apps with Buttons. I Saw an article that says that i have to emulate a keyboard with my ardruino. Is there an other Way to do that ? Greez Oli