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.