Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • This sounds more like an OSX question than an Arduino one. If the things you want to do can be done by a keyboard, you can get a Leonardo type board and be a keyboard. Otherwise you will probably need custom software on the Mac which takes custom messages from the Arduino and turns them into actions. The hard part will be coming up with the Mac side - since it is custom, the Arduino side can be trivial, for example just Serial.println("pause itunes"); Commented Aug 7, 2016 at 5:43
  • You could write a small script that interfaces through serial to the Arduino and forwards commands and instructions on to other places using AppleScript. Commented Aug 7, 2016 at 9:58
  • @Majenko that is exactly what I'd like to do. But how? I suppose I should ask the question on 'Ask Different'? Commented Aug 7, 2016 at 12:04
  • 90% of what you are wanting to do would be Apple programming. Not something we know much about here. Commented Aug 7, 2016 at 12:05
  • We can help you with the Arduino side of things, but that would just be simple serial operations really. Commented Aug 7, 2016 at 12:05