<?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 Implementing Sensor Fusion Library for ST-LSM9DS1 in Sensors</title>
    <link>https://community.nxp.com/t5/Sensors/Implementing-Sensor-Fusion-Library-for-ST-LSM9DS1/m-p/1312789#M6650</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;It's Mason and It's been a while that I'm working with IMUs and Sensor fusion libraries.&lt;BR /&gt;Recently I tried to implement FS sensor fusion for Arduino Nano 33 ble which has embedded LSM9DS1 IMU sensor.&lt;BR /&gt;I downloaded the version 7 of the library from the link below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/BjarneBitscrambler/OrientationSensorFusion-ESP" target="_blank" rel="noopener"&gt;https://github.com/BjarneBitscrambler/OrientationSensorFusion-ESP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I reviewed all of the library files and example but I didn't get how to edit the code for my own board.&lt;BR /&gt;Adding a sensor with driver file is a little bit confusing.&lt;BR /&gt;It's I will be grateful for any help.&lt;BR /&gt;I will also tag some of tech experts too, hoping for faster respond.&lt;BR /&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/12216"&gt;@TomasVaverka&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/70703"&gt;@JozefKozon&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/35448"&gt;@reyes&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Mason&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Feb 2026 21:30:51 GMT</pubDate>
    <dc:creator>Mason_S</dc:creator>
    <dc:date>2026-02-03T21:30:51Z</dc:date>
    <item>
      <title>Implementing Sensor Fusion Library for ST-LSM9DS1</title>
      <link>https://community.nxp.com/t5/Sensors/Implementing-Sensor-Fusion-Library-for-ST-LSM9DS1/m-p/1312789#M6650</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;It's Mason and It's been a while that I'm working with IMUs and Sensor fusion libraries.&lt;BR /&gt;Recently I tried to implement FS sensor fusion for Arduino Nano 33 ble which has embedded LSM9DS1 IMU sensor.&lt;BR /&gt;I downloaded the version 7 of the library from the link below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/BjarneBitscrambler/OrientationSensorFusion-ESP" target="_blank" rel="noopener"&gt;https://github.com/BjarneBitscrambler/OrientationSensorFusion-ESP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I reviewed all of the library files and example but I didn't get how to edit the code for my own board.&lt;BR /&gt;Adding a sensor with driver file is a little bit confusing.&lt;BR /&gt;It's I will be grateful for any help.&lt;BR /&gt;I will also tag some of tech experts too, hoping for faster respond.&lt;BR /&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/12216"&gt;@TomasVaverka&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/70703"&gt;@JozefKozon&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/35448"&gt;@reyes&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Mason&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:30:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Implementing-Sensor-Fusion-Library-for-ST-LSM9DS1/m-p/1312789#M6650</guid>
      <dc:creator>Mason_S</dc:creator>
      <dc:date>2026-02-03T21:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Sensor Fusion Library for ST-LSM9DS1</title>
      <link>https://community.nxp.com/t5/Sensors/Implementing-Sensor-Fusion-Library-for-ST-LSM9DS1/m-p/1313128#M6653</link>
      <description>&lt;P&gt;Hi Mason,&lt;/P&gt;
&lt;P&gt;As far as I know there is no porting guide available for the sensor fusion library. However, you might find useful a &lt;A href="https://www.nxp.com/docs/en/user-guide/NSFK_Prod_UG.pdf" target="_self"&gt;user guide&lt;/A&gt; that provides high level architecture as part of section #4 (see snapshot below). Also it provides details of various sub-systems and functions along with data structures.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 800px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150818i5E6EFF2FF5221AEF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can also refer to available sensor fusion library documents (API reference manual etc.) by downloading supported sensor kits SDK from &lt;A href="https://mcuxpresso.nxp.com" target="_blank"&gt;https://mcuxpresso.nxp.com&lt;/A&gt;. Providing below a snapshot of SDK documentation for the FRDM-K64F-AGM01 kit where you can find sensor fusion library documentation:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture 2.JPG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150819iC6FBEB6ECF886C95/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture 2.JPG" alt="Capture 2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture 3.JPG" style="width: 607px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/150820i83E2F2167A736175/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture 3.JPG" alt="Capture 3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Tomas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 09:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Implementing-Sensor-Fusion-Library-for-ST-LSM9DS1/m-p/1313128#M6653</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2021-07-26T09:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing Sensor Fusion Library for ST-LSM9DS1</title>
      <link>https://community.nxp.com/t5/Sensors/Implementing-Sensor-Fusion-Library-for-ST-LSM9DS1/m-p/1316200#M6655</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/12216"&gt;@TomasVaverka&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for responding.&lt;/P&gt;&lt;P&gt;That's unfortunate.&lt;BR /&gt;Isn't there any example for library?&lt;BR /&gt;Figuring out the library process is really confusing even with user guide.&lt;/P&gt;&lt;P&gt;I have been trying to implement the sensor data but unfortunately I'm not getting valid output, I will attach the output.&lt;/P&gt;&lt;P&gt;I don't know the reason but as can see in picture, the numbers are soooo float &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Mason&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 07:21:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Implementing-Sensor-Fusion-Library-for-ST-LSM9DS1/m-p/1316200#M6655</guid>
      <dc:creator>Mason_S</dc:creator>
      <dc:date>2021-07-31T07:21:10Z</dc:date>
    </item>
  </channel>
</rss>

