Apr
26
2007
32

Control your Mac from Arduino, the easy way

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  :)

Massimo

Written by Massimo Banzi in: Arduino, Physical Computing, hacks, programming, software, tinker.it |
Apr
18
2007
0

Tinker.it @ the Milan Furniture Fair

tinkeritexhibition1.gif

Tinker.it is proud to showcast it’s line of modules for the first time publicly in the context of an interactive exhibition for Transalpino @ Dotdotdot in Milan.

Dotdotdot
Via Tertulliano 70
Milan
18th-23rd of April, 15h – 23h

This is the start of a promotional campaign of the tinker.it modules, one of which: the keyboard emulator (named “Tastiera” after the italian word for keyboard) will be on sale through tinker.it starting in May 2007!

tinkerittastiera1.gif

Tinker.it also developed the technology behind several projects presented at the Fair this year. One of which was the Persol exhibition at Nhow hotel on Via Tortona 35, as well as some of the technology behind Syneo’s promotional event. The technological development for The Good Night Lamp, also showcasted at Dotdotdot was also done by Tinker.it.

Written by designswarm in: Events, tinker.it |
Apr
04
2007
0

Press Review: Make magazine and O’Reilly Radar

We’re very pleased that Arduino has been mentioned by Nat Torkington on “The O’Reilly Radar” for open source hardware.

Additionally our 10 000th anniversary was highlighted up by Make magazine.

Thanks everyone!

Written by designswarm in: Arduino, Press |
Apr
02
2007
6

Diecimila (Ten Thousand)

Diecimila in italian means “ten thousand” and this marks a moment I would never thought we would reach. Over ten thousand Arduino USB boards have been sold by our manufacturer. It’s a great success and we have to thank all the users who have liked our work and supported us from the beginning.

First Arduino prototype

(more…)

Written by Massimo Banzi in: Arduino, Physical Computing, tinker.it |

Powered by WordPress | © 2008 Tinker.it! Limited | London & Milan