<?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: C / C++ example for decoding FXPQ3115BV Pressure/Altimeter data</title>
    <link>https://community.nxp.com/t5/Sensors/C-C-example-for-decoding-FXPQ3115BV-Pressure-Altimeter-data/m-p/1522214#M7083</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I hope all is great with you.&lt;/P&gt;
&lt;P&gt;In this case, I would like to recommend the following community post. I do recommend to review such example project and use it as a reference for your design.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Sensors-Knowledge-Base/MPL3115A2-Bare-metal-example-project/ta-p/1128966" target="_blank"&gt;MPL3115A2 - Bare metal example project&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope this information will be useful for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 19:36:56 GMT</pubDate>
    <dc:creator>diazmarin09</dc:creator>
    <dc:date>2022-09-14T19:36:56Z</dc:date>
    <item>
      <title>C / C++ example for decoding FXPQ3115BV Pressure/Altimeter data</title>
      <link>https://community.nxp.com/t5/Sensors/C-C-example-for-decoding-FXPQ3115BV-Pressure-Altimeter-data/m-p/1522163#M7082</link>
      <description>&lt;P&gt;In one of our designs we use FXPQ3115BV Pressure sensor.&lt;/P&gt;&lt;P&gt;We were able to get the Chip correctly communicating with the host micro-controller. We verified this by reading the WHO AM I register of the chip as mentioned in the datasheet sensor responded with 0xC5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that we followed the flow chart for getting data using polling mode (Figure 7 page 14).&lt;/P&gt;&lt;P&gt;In the datasheet it says the Raw data is Q8.4 fixed point format for pressure.&lt;/P&gt;&lt;P&gt;My question is how we can convert thie Q8.4 fixed point data to usable values in our algorithms.&lt;/P&gt;&lt;P&gt;Do you have any C code showing us how to convert this Q8.4 Raw values to actual pressure values. (floating point number)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:37:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/C-C-example-for-decoding-FXPQ3115BV-Pressure-Altimeter-data/m-p/1522163#M7082</guid>
      <dc:creator>ChameeraSubasinghe</dc:creator>
      <dc:date>2026-02-03T21:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: C / C++ example for decoding FXPQ3115BV Pressure/Altimeter data</title>
      <link>https://community.nxp.com/t5/Sensors/C-C-example-for-decoding-FXPQ3115BV-Pressure-Altimeter-data/m-p/1522214#M7083</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I hope all is great with you.&lt;/P&gt;
&lt;P&gt;In this case, I would like to recommend the following community post. I do recommend to review such example project and use it as a reference for your design.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Sensors-Knowledge-Base/MPL3115A2-Bare-metal-example-project/ta-p/1128966" target="_blank"&gt;MPL3115A2 - Bare metal example project&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope this information will be useful for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 19:36:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/C-C-example-for-decoding-FXPQ3115BV-Pressure-Altimeter-data/m-p/1522214#M7083</guid>
      <dc:creator>diazmarin09</dc:creator>
      <dc:date>2022-09-14T19:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: C / C++ example for decoding FXPQ3115BV Pressure/Altimeter data</title>
      <link>https://community.nxp.com/t5/Sensors/C-C-example-for-decoding-FXPQ3115BV-Pressure-Altimeter-data/m-p/1522232#M7084</link>
      <description>&lt;P&gt;Yes.. that is the implementation i was looking for thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a quick question regarding this sensor. When i start looking into stocks of this sensor for our pre-production run i saw that digikey saying that this component is now obsolete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that actually correct? when is the end of life for FXPQ3115BV sensor? do you have an alternative for the sensor if it is indeed obsolete.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 20:09:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/C-C-example-for-decoding-FXPQ3115BV-Pressure-Altimeter-data/m-p/1522232#M7084</guid>
      <dc:creator>ChameeraSubasinghe</dc:creator>
      <dc:date>2022-09-14T20:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: C / C++ example for decoding FXPQ3115BV Pressure/Altimeter data</title>
      <link>https://community.nxp.com/t5/Sensors/C-C-example-for-decoding-FXPQ3115BV-Pressure-Altimeter-data/m-p/1522277#M7085</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thank you for using the NXP communities. I am pleased to know that the material provided was useful for you.&lt;/P&gt;
&lt;P&gt;You are correct, the &lt;A href="https://www.nxp.com/part/FXPQ3115BV#/" target="_blank"&gt;FXPQ3115BV&lt;/A&gt; device is obsolete. In this case, the direct replacement will be the &lt;STRONG&gt;&lt;A href="https://www.nxp.com/products/sensors/pressure-sensors/barometric-pressure-15-to-150-kpa/biomedical-precision-pressure-sensor:FXPQ3115BV#richmedia" target="_blank"&gt;FXPQ3115BVST1&lt;/A&gt; &lt;/STRONG&gt;device. Unfortunately, such device is under development.&lt;/P&gt;
&lt;P&gt;I hope this information helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 20:48:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/C-C-example-for-decoding-FXPQ3115BV-Pressure-Altimeter-data/m-p/1522277#M7085</guid>
      <dc:creator>diazmarin09</dc:creator>
      <dc:date>2022-09-14T20:48:17Z</dc:date>
    </item>
  </channel>
</rss>

