I'm trying to create an app that uses the MPU-9150 through bluetooth communication. I downloaded the example SDK, and the datalogging app works just fine. Unfortunately, I'm not sure how to do this kind of connection myself in Java.
Also I noticed the SDK is written using cpp files, all Android coding I've done so far has been exclusively java based so I'm not sure how to interact with the SDK.
I'm also using Eclipse as my IDE, but I see the Code Composer Studio mentioned a lot on this forum and am wondering if that's the IDE I should be using?
Thanks for your help!
- Log in to post comments
phpbb Topic ID
15342
Re: Re: Connecting wireless MPU-9150 to Android
The teapot example is created for Windows, not Android. Code Composer studio is required to build the embedded project for the MotionFit board, provided within the example. You might want to take a look at the "Getting started guide" available through the downloads page, which guides through the development tools for MotionFit.