Hi, I'm a french student and for a project I have to use the kit with msp430 and MPU-9250. But I'm a little lost, I don't know where begin.
Are there any UI to have the values of the accelerometer, gyro, compass ?
I tried to build a code with CCS but I had a problem with the USB FET.
Thanks
Julien
- Log in to post comments
phpbb Topic ID
15888
Re: Re: How begin with CA SDK ?
Please refer to the documentation within the zip file or on the Developer Kit page that will help you get started.
There is a user interface via the Python demo or Android Datalogging app for streaming the sensor values.
Re: Re: How begin with CA SDK ?
Hi @sectionsbest:
I could run the python demo using the User's guide, but cannot find the Android datalogging app in the Play Store. Can you provide the link of app download in the app store please?
Re: Re: How begin with CA SDK ?
The demo is actually included in the CA-SDK zip file on the Download page. There is an Android Client folder where all the files are kept for this app.
Re: Re: How begin with CA SDK ?
I was unable to run the python code. I followed the steps in the PDF "InvenSense CA-SDK 5.1.1 User Guide," section 5.2 "Software Setup to Run the Demo Application." I completed steps 1 - 5, and I created a python environment. However I am unclear how to proceed.
Step 6 says to "give the python location of the python cube relative to the release folder as below:
CA-SDK_With_eMA511_Release.zipCA-SDK_With_eMPA511_ReleasecoreeMA-haleMA-Client"
However my directory appears differently:
"CA-SDKRelease CA SDK Firmware 08212013coreeMPL-haleMPL-client"
My directory has "eMPL-hal" rather than "eMA-hal." Why is this? Also where does one acquire the "CA-SDK_With_eMA511_Release.zip"? I downloaded the zipped folder "CA-SDK v5.1.zip" from the InvenSense developer's corner Software Download section, but it does not contain the folder cited in the user guide.
I tried to run the command in python regardless, but I received a syntax error. My command looked like:
CA-SDKRelease CA SDK Firmware 08212013coreeMPL-haleMPL-client.py
Is this the correct syntax?