OSC & Arduino

Hi Everyone

I would like some advice on how to go about my project:

I want to:

  • measure data from 6 analog sensors
  • apply some math, turning them into 3 variables (low-pass filter and some avareging over sensors)
  • send these wirelessly to my android phone
  • do some magic on android using processing (well, controlling a sound application)

The point where I would like advice is how to send these three values. Ideally I do not want to add additional hardware to the Anrdoid phone. This leaves me with using either WiFi or Bluetooth.
I have had bad experiences with Bluetooth and would preferribly stay away from it.
I have had good experiences sending OSC signals between Android devices over WiFi, so this is the way I would like to go.

Is there any known working solution (hardware & library) which is able to send OSC messages directly over WiFi?

I would really love to hear some suggestions.

cheers

p.

Has anyone done this? I really would like some pointers before I go out buying stuff which might just not work...

So if anyone has any experience please share

thanks

p.

I can do it FROM TouchOSC on iPhone to Uno. But not yet TO iPhone.

what hardware interface do you use on the UNO? wifi shield? if so which one?

have you tried from UNO to iPhone? What exactly was it that did not work out?

This example worked wonderfully.
http://www.sparkfun.com/tutorials/152
Only Xbee on UNO. I wouldn't know how to begin going the other direction, I would like to see what you can find to do it!