<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 9 axis sensor in Sensors</title>
    <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423357#M1937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your answers, the library that I downloaded from Web and worked with KDS2.0 is not based ISF, right? So, it will work with KDS3.0.0 and KSDK1.2.0?&lt;/P&gt;&lt;P&gt;I can use KDS 2.0 with PE to generate my own project that can be based on ISF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 17:08:40 GMT</pubDate>
    <dc:creator>a8Chcx</dc:creator>
    <dc:date>2015-07-22T17:08:40Z</dc:date>
    <item>
      <title>9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423349#M1929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going to develop my own 9 axis product for our mobile system. And I have the following question:&lt;/P&gt;&lt;P&gt;1) There are several 9-axies chip available on market, like ST, LSM9DS1, Invensense MPU-925X, and etc...Is there any 9-axis sensor from Freescale as well?&lt;/P&gt;&lt;P&gt;2) If not, which two chips that I can use to develop the same function as 9-axis chip?&lt;/P&gt;&lt;P&gt;3) If use two chips, is there any synchronization problem between accelerate and gyro sensor?&lt;/P&gt;&lt;P&gt;4) How about magnetic interference?&lt;/P&gt;&lt;P&gt;5) I am going to use K64F from Freescale, is there any development environment available to use?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:03:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423349#M1929</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2015-07-20T18:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: 9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423350#M1930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christie,&lt;/P&gt;&lt;P&gt;I am happy to answer your questions.&amp;nbsp; In order:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Freescale does not currently make a 9-axis device.&lt;/LI&gt;&lt;LI&gt;I recommend you use the &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FXOS8700CQ"&gt;FXOS8700CQ 6-axis (accel+mag)&lt;/A&gt; and &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FXAS21002C"&gt;FXAS21002 gyro&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;There should be no problem with synchronization.&amp;nbsp; Our &lt;A href="http://www.freescale.com/sensorfusion"&gt;sensor fusion &lt;/A&gt;typically samples the sensors at a 200Hz rate and runs the fusion at a 25Hz rate (both numbers are programmable).&amp;nbsp; These rates are usually much above the physical bandwidth of the system we're modeling, and a few microseconds here and there has not been a problem.&lt;/LI&gt;&lt;LI&gt;The &lt;A href="http://www.freescale.com/sensorfusion"&gt;Sensor Fusion Library for Kinetis MCUs &lt;/A&gt;includes our award winning (yes, I'm bragging a little) magnetic calibration software.&amp;nbsp; It supports a full 10-element hard/soft iron compensation.&lt;/LI&gt;&lt;LI&gt;The K64F is a fine platform for sensor fusion development.&amp;nbsp; The toolkit includes an "out-of-box" build for that board.&amp;nbsp; I would pair it with the new &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-FXS-MULT2-B"&gt;FRDM-FXS-MULTI2-B board&lt;/A&gt;.&amp;nbsp; The sensor fusion toolkit supports both CodeWarrior and Kinetis Design Studio development environments.&amp;nbsp; KDS is free, which is a nice selling point.&amp;nbsp; I'll also mention that the most recent version of the &lt;A href="http://www.freescale.com/isf"&gt;Intelligent Sensing Framework &lt;/A&gt;(a graphical code generator) has integrated our sensor fusion as smart components that are easy to drop into your application.&amp;nbsp; ISF is also free.&amp;nbsp; The &lt;A href="http://www.freescale.com/sensorfusion"&gt;sensor fusion landing page &lt;/A&gt;includes a link to the Android version of the Sensor Fusion Toolbox, as well as the Windows-based development kit.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I would suggest you start by downloading the sensor fusion toolkit.&amp;nbsp; It includes a full datasheet and user guide which should go a long way to get you started.&amp;nbsp;&amp;nbsp; Both predate the FXS-MULTI2-B board, but that board is backward compatible with the FXS-MULTI-B board, which is covered in detail.&lt;/P&gt;&lt;P&gt;Good luck and have fun!&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:45:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423350#M1930</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2015-07-20T18:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: 9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423351#M1931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I bought&amp;nbsp; &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-FXS-MULT2-B" rel="nofollow"&gt;FRDM-FXS-MULTI2-B&lt;/A&gt; and downloaded &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.freescale.com/sensorfusion" rel="nofollow"&gt;Sensor Fusion Library for Kinetis MCUs&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;I am using FREEDOM K64F platform, KDS 2.0.0 and KSDK 1.1.0 for my development.&lt;/P&gt;&lt;P&gt;Could you tell me these tools are OK for sensor fusion?&lt;/P&gt;&lt;P&gt;Are they supported by latest KDS 3.0.0 as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 13:17:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423351#M1931</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2015-07-22T13:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: 9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423352#M1932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christie,&lt;/P&gt;&lt;P&gt;Your hardware is perfect.&amp;nbsp; On that platform, you have two choices for how you develope sensor fusion apps.&amp;nbsp; You can use the Sensor Fusion Library for Kinetis MCUs, which you have already downloaded.&amp;nbsp; There is also a Processor Expert (P.E.) based implementation included in the latest versions of the Intelligent Sensing Framework (freescale.com/isf).&amp;nbsp;&amp;nbsp; The ISF version is somewhat less efficient (memory wise) than the Fusion Library, but perhaps easier for some people to use.&amp;nbsp; The under-the-hood computations are the same.&amp;nbsp; If you have NOT used Processor Expert, I would stick with the version you have.&amp;nbsp; If you are a PE-expert, you may prefer the ISF version.&amp;nbsp; Both will work fine on the K64F.&amp;nbsp; I suggest you stick with KDS2.0 right now.&amp;nbsp; I don't believe you need the KDSK at all, as the kit uses the older style logical device drivers (LDDs) for the serial interfaces.&amp;nbsp; You will need MQXLite 1.1.1, which i believe should be part of your KDS installation.&lt;/P&gt;&lt;P&gt;We bundle a project for the K64F right in the kit.&amp;nbsp; If it compiles and builds, you are good to go.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 15:34:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423352#M1932</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2015-07-22T15:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: 9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423353#M1933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use my existing environment, I can compile and build the project successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, other project (Bootloader V1.2) requires KDS 3.0.0 to work with. So, I don't if you tried your project on KDS 3.0.0?&lt;/P&gt;&lt;P&gt;I am not sure if I can work on both KDS version on different project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 16:01:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423353#M1933</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2015-07-22T16:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: 9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423354#M1934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christie,&lt;/P&gt;&lt;P&gt;The current Sensor Fusion Toolkit was published when KDS 1.1 was still the hot new thing.&amp;nbsp; You should be able to port the projects to KDS 3.0, but you need to be aware that there were some tool changes between KDS 2.0 and KDS 3.0.&amp;nbsp; My friend Erich Styger did a nice summary of portability issues in a &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-103698"&gt;posting back in February&lt;/A&gt;.&amp;nbsp; Look for the "Migration of KDS Projects" header, which shows some linker command changes you will need to make.&amp;nbsp; I believe those comprise the major "gotcha", and it is otherwise a smooth process.&lt;/P&gt;&lt;P&gt;FYI #1: the Processor Expert-based version of sensor fusion does NOT yet support KDS 3.0.&lt;/P&gt;&lt;P&gt;FYI #2: You should be able to run multiple versions of KDS if you so choose.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 16:38:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423354#M1934</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2015-07-22T16:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: 9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423355#M1935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version of KDS, KSDK or PE is supporting ISF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 16:53:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423355#M1935</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2015-07-22T16:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: 9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423356#M1936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KDS 2.0 for the most recent ISF version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 16:59:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423356#M1936</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2015-07-22T16:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: 9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423357#M1937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on your answers, the library that I downloaded from Web and worked with KDS2.0 is not based ISF, right? So, it will work with KDS3.0.0 and KSDK1.2.0?&lt;/P&gt;&lt;P&gt;I can use KDS 2.0 with PE to generate my own project that can be based on ISF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423357#M1937</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2015-07-22T17:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: 9 axis sensor</title>
      <link>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423358#M1938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&amp;nbsp; It is not based on ISF.&lt;/P&gt;&lt;P&gt;It should work with KDS 3.0.0 given the linker command changes I mentioned (although I'll admit I have not personally done that build).&lt;/P&gt;&lt;P&gt;I don't think you need KSDK at all.&lt;/P&gt;&lt;P&gt;And yes, you can use KDS 2.0 with ISF/PE.&lt;/P&gt;&lt;P&gt;The easiest way to confirm you are up and running is to simply install the executable you already built onto your K64F and try it with the Sensor Fusion Toolbox.&amp;nbsp; One thing I will mention is that you need to select the UART in Processor Expert based upon whether you are using wired or wireless communications.&amp;nbsp; Details are in the User Guide packaged with the kit.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 17:13:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/9-axis-sensor/m-p/423358#M1938</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2015-07-22T17:13:45Z</dc:date>
    </item>
  </channel>
</rss>

