Hi,
I just received my WiFly module and was looking for the best way to start.
My project is to send data ( approx. 10x4byte) to two iOS devices at minimum 500ms intervals.
I already programed my iOS and the Arduino App to collect the data from the sensors, the "only" thing I need is to connect those devices
Data should be primary read from the Arduino, sometimes the Arduino should receive data as well (settings or something)...
I was thinking about the OSC protocol which I was using for Mac -> iOS devices before.
Is there a library for that? Or are there better/easier ways? Im pretty new to those wifi network Communication stuff.
Im using the "RN-XV WiFly Module - Wire Antenna" and the Arduino Due
-tsaG