Arduino 10DOF to report data to Xcode

I have found a lot of documentation for sending information from Xcode (Iphone) to an Arduino, however I am coming up with very little in terms of an Arduino sending data to be captured via Xcode.

*I have a Arduino with 10DOF (Accelerometer, Gyrometer, Magnometer)

I would like to take the data captured by the Arduino and capture it via Xcode. Does anyone have sourcecode or links for the coding that may be utilized within Xcode to capture such data (incoming data from Arduino Accelerometer, Gyrometer, Magnometer)?

Furthermore, I am interested in capturing said data from the Arduino to provide motion data to a 3D object (.dae file) within Xcode. In Essennce capturing the movement of the Arduino, transmitting it into Xcode and having it display the movements in 3D.

I have seen this done below. (Without Xcode) However cannot locate any versions in Xcode to help with the implementation of said project.

Any information is relevant as I am new to Xcode and stumped at this time.

Thank you all for your help and support.

Cheers.

I have found a lot of documentation for sending information from Xcode (Iphone) to an Arduino, however I am coming up with very little in terms of an Arduino sending data to be captured via Xcode.

Xcode is a development environment for the Mac OS, it is not an application that does anything as such.

The arduino communicates via serial communications so if you are sending serial with an application written in the Xcode environment you can also receive it.

If you want some example code then look for the application "quickTerm" the source from that will show you how to read a serial signal.

Thanks for the Reply. Not much help or I'm way to new to this.

Like I said looking for Source code to hook up Arduino + Adafruit BLE + Adafruit 10DOF (Arduino Code) so that I call in data from the 10DOF into Xcode and read it there instead of on the Arduino's serial monitor.

As of now everything is separate.

*I can get data from my Arduino + 10DOF via serial monitor

*I can get my Adafruit BLE to Call back and advertise via serial monitor

  • I can't figure out how to get the data from 10DOF to transmit over the BLE to to my mac via Bluetooth. (codewise)

*Lastly I cannot read the information in Xcode via a simulator even if I could get the other stuff to work.

*And to make matters worse i want to visualize the date from the 10DOF in 3D on the IOS simulator via xcode.

All of this can be done as I've seen it, but not a whole lot of documentation. Or at least in lamens terms for someone new.

Seems futile. Doesn't seem like much help for a newbie in this Forum or I'm asking the wrong questions........

You are asking the wrong question and not supplying enough information.
What language are you programming in in Xcode?
Or has the word Xcode been taken over by some app or other.
It is not a very arduino related question, to send data from the arduino use the serial calls.

If you don't like the advice you get her then you can always get your money back.
Have you read the how to use this forum sticky post?

By the way this is not a code writing forum, it is a forum that helps you write your own code.