Account
Projects Forums Code & Files Design Sketches Photos Videos Chat Sites People Sounds  
 
  •  
 
 
Articles
28.01.2010

A while ago I wrote a small app that would execute AppleScript commands depending on the data send from an Arduino board connected to my mac. I’ve been asked a few times to release it but it was just a quick hack. Now thanks to HyperWerk in Basel, I’ve had the time to fix it a bit for a student project. I’m releasing it to see what people do with it.

Here is a screenshot :

AppleScript Proxy Screenshot

and Here is a piece of code for Arduino

// Applescript Proxy test
// Skip to the next song on itunes every 10 seconds
void setup() {
Serial.begin(9600);
}

void loop() {
Serial.print("A");
delay(10000);
}

What this does is that arduino sends an A every 10 seconds and that A is processed by AppleScript proxy that tells iTunes to skip to the next song…

I’m sure that there are million of uses for this… like controlling the DVD player using a light sensor or something similar… If you use it send me some feedback

This is part 1 or a bigger app I’m writing that maps a lot of events on the mac with a number of actions…

stay tuned

Download the app here

PS: It’s worth mentioning that we’re available to customise this application for your needs or build something new based on this  :)

Via: http://tinker.it/now/2007/04/26/control-your-mac-from-arduino-the-easy-way/

 
Comments
Order by: 
Per page: 
 
  •  asicsning wrote 124 Days Ago (neutral) 
     
    0
    http://www.northfacesaleuk.co.uk/
     
       
     
     
    0 points
     
  •  asicsning wrote 176 Days Ago (neutral) 
     
    0
    http://www.toryburchusashoes.com/
     
       
     
     
    -2 points
     
  •  asicsning wrote 189 Days Ago (neutral) 
     
    0
    http://www.ghdstraightenersuksale.co.uk/
     
       
     
     
    -2 points
     
  •  asicsning wrote 195 Days Ago (neutral) 
     
    0
    [url=http://www.mbttrainersuksale.co.uk/]MBT[/url] [url=http://www.mbtukshoessale.co.uk/]MBT Shoes[/url] [url=http://www.oakleyuksunglassessale.co.uk/]Oakley Sunglasses[/url] [url=http://www.cheapghdstraightenerssale.co.uk/]GHD Straighteners[/url] [url=http://www.cheapuggsaleuk.co.uk/]UGG Boots[/url]
     
       
     
     
    -2 points
     
Actions
Rating
1 votes
Copyright © 2012 Arduino User Community -
Not affiliated with or endorsed by Arduino (Arduino.cc)