<?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>SensorsのトピックRe: How i remove drift of accelerometer</title>
    <link>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575104#M3520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Javier,&lt;/P&gt;&lt;P&gt;Correct.&amp;nbsp; Don't use the internal low-pass &amp;amp; high-pass filters.&amp;nbsp; it's better if the Kalman filter deals with the raw signals.&amp;nbsp; the FXAS21002_Initialization structure in sensorfusion/sources/driver_FXAS21002.c is documented with register settings that we used.&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, 31 Jan 2018 17:54:11 GMT</pubDate>
    <dc:creator>michaelestanley</dc:creator>
    <dc:date>2018-01-31T17:54:11Z</dc:date>
    <item>
      <title>How i remove drift of accelerometer</title>
      <link>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575098#M3514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: small;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: #222222; font-size: small;"&gt;I am working on project with using acclerometer MMA8451 and gyroscope. I need measure vertikal position of general movement with maximal velocity to 10m/s in path to 2m. I have problem with removal drift ( after integration) of accelerometer. It exist any other technique except use Kalman filters? I dont use ZUPT algorithm - detection zero velocity. The drift of gyroscope is possible remove in complementary filter (gyro + acc) only in slow motion. Can You help me? What should be process calculation? Very thanks!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:37:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575098#M3514</guid>
      <dc:creator>prekop</dc:creator>
      <dc:date>2026-02-03T21:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: How i remove drift of accelerometer</title>
      <link>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575099#M3515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't usually see noticeable drift in our accelerometers.&amp;nbsp; We do see post-board mount offsets.&amp;nbsp; These can be corrected using the precision accelerometer trim function in the Version 7.00 sensor fusion library.&amp;nbsp; I suggest you read section 2.8 (Inertial navigation - truth or fiction?) in the Version 7.00 User Guide.&amp;nbsp; You can download this from &lt;A href="http://www.nxp.com/sensorfusion"&gt;nxp.com/sensorfusion&lt;/A&gt;.&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, 31 Aug 2016 14:17:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575099#M3515</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2016-08-31T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: How i remove drift of accelerometer</title>
      <link>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575100#M3516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Thank you for response. It means that i&amp;nbsp;must constanty correct unstable bias (&lt;SPAN style="background: white;"&gt;subtraction right value of g)&lt;/SPAN&gt;? Bias is random value. I&amp;nbsp;tried use hipass filter (MATLAB), but my motion is in very low frequencies. Filter was useless. I&amp;nbsp;must &amp;nbsp;reducte drift &amp;nbsp;likely with absolute sensors as magnetometer, but it is difficult calculation. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Regards, Juraj.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 13:58:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575100#M3516</guid>
      <dc:creator>prekop</dc:creator>
      <dc:date>2016-09-06T13:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: How i remove drift of accelerometer</title>
      <link>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575101#M3517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J.P.&lt;/P&gt;&lt;P&gt;You misunderstand.&amp;nbsp;&amp;nbsp; The one-time calibration of the accels does a nice job of subtracting out offsets.&amp;nbsp; You should not have to constantly update the offset values.&amp;nbsp; You DO have to update the magnetic calibration, but that function is already included in our fusion library.&lt;/P&gt;&lt;P&gt;Neither of the above addresses random noise.&amp;nbsp; There's nothing you can do about that other than apply a low pass filter.&amp;nbsp; If you are using our fusion library, you should NOT do that.&amp;nbsp; We already include a low pass filter into the eCompass algorithm, and the Kalman filter already assumes random noise in the input (in fact, Kalman mathematics depend upon it).&amp;nbsp; As noted elsewhere, I am not a believer in pure (unassisted) inertial navigation using commercial grade sensors.&amp;nbsp; The calculations WILL blow up, it's just a question of when.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 15:26:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575101#M3517</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2016-09-06T15:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How i remove drift of accelerometer</title>
      <link>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575102#M3518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You very much for answers.&amp;nbsp;I know already,&amp;nbsp;that i need to use Kalman filter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 12:42:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575102#M3518</guid>
      <dc:creator>prekop</dc:creator>
      <dc:date>2016-09-12T12:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: How i remove drift of accelerometer</title>
      <link>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575103#M3519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;Then, you do not recommend to make use of the internal filter functions in the sensors when using NXP fusion library?&amp;nbsp;FXAS21002 has an&amp;nbsp;Internal low-pass &amp;amp; high-pass filters with programmable cut-off frequency.&lt;/P&gt;&lt;P&gt;How are the sensor filters preset in the evaluation kit?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2018 00:07:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575103#M3519</guid>
      <dc:creator>j_perezdelarray</dc:creator>
      <dc:date>2018-01-31T00:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: How i remove drift of accelerometer</title>
      <link>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575104#M3520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Javier,&lt;/P&gt;&lt;P&gt;Correct.&amp;nbsp; Don't use the internal low-pass &amp;amp; high-pass filters.&amp;nbsp; it's better if the Kalman filter deals with the raw signals.&amp;nbsp; the FXAS21002_Initialization structure in sensorfusion/sources/driver_FXAS21002.c is documented with register settings that we used.&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, 31 Jan 2018 17:54:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/How-i-remove-drift-of-accelerometer/m-p/575104#M3520</guid>
      <dc:creator>michaelestanley</dc:creator>
      <dc:date>2018-01-31T17:54:11Z</dc:date>
    </item>
  </channel>
</rss>

