<?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: MPL3115a2 readings are not accurate in Rapid IoT</title>
    <link>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010917#M734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I am able to observe altimeter values now. When I move from one floor to another floor, the marginal difference is very small.&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;floor 1 - values range from 160 to 164&lt;/P&gt;&lt;P&gt;floor 2 - values range from 164.5 to 168 and so on.&lt;/P&gt;&lt;P&gt;Is there any way to improve it or increase the difference? My aim to achieve a prediction of the floor based on these sensor readings.&lt;/P&gt;&lt;P&gt;Currently, the oversample rate is 128x.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I also have an additional mpl3115a2 sensor with me. Any sorta taking average of sensor values or any other mathematical approach)&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2020 00:32:56 GMT</pubDate>
    <dc:creator>trialaccount12</dc:creator>
    <dc:date>2020-01-17T00:32:56Z</dc:date>
    <item>
      <title>MPL3115a2 readings are not accurate</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010913#M730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am working on a project where I have to sense the pressure readings on various floors of a building. The hardware I am using is Rapid IoT with MPL3115a2. I am reading the value for every second. But my values are not accurate when I compare it with other barometers. I have tested it multiple times but the values are very random.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is it so? I also checked the product datasheet and NXP websites. It was mentioned, the accuracy is good. But there are a lot of fluctuations in the pressure readings(it feels like a random number readings).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you anyone tell me whether rapid iot which has an embedded MPL3115a2 is the right fit?&lt;/P&gt;&lt;P&gt;if not please suggest some other barometric sensors to work with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Dec 2019 00:15:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010913#M730</guid>
      <dc:creator>trialaccount12</dc:creator>
      <dc:date>2019-12-22T00:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: MPL3115a2 readings are not accurate</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010914#M731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issues with accuracy or drifting measurements that do not correlate with the weather or ambient pressure changes are usually related to a little-known fact about light sensitivity. The sensor die is light sensitive and direct light exposure through the port hole can lead to varied accuracy of pressure measurement. My recommendation is to avoid such exposure to the port during normal operation. For instance you can put a small piece of foam over the port to block out light, but still allow the air to reach the sensor. Using this and maximum oversampling (128x), you should be able to achieve the accuracy specified in the datasheet. If not, please post here your source code so that I can review it. You can find my example project &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-101371"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Dec 2019 17:44:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010914#M731</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2019-12-29T17:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: MPL3115a2 readings are not accurate</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010915#M732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Thank you for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I am not able to download the demo project(the link you have provided). &lt;SPAN&gt;The attachment has been removed from the NXP community!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. Meanwhile, I tested a demo code using mpl3115a2 libraries in mbed platform. I have attached the file over here. The changes in altimeter values are &lt;STRONG&gt;marginal&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you look into the source code and help me to improve accuracy. (function used: in code: print_AltimiterValue )&lt;/P&gt;&lt;P&gt;It would be really helpful if you can point me in the right direction. Once successful, I would be placing an order for more than 100 of these for my project work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:: Attached Updated Project Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2020 03:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010915#M732</guid>
      <dc:creator>trialaccount12</dc:creator>
      <dc:date>2020-01-12T03:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: MPL3115a2 readings are not accurate</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010916#M733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for that, please find my example project attached below.&lt;/P&gt;&lt;P&gt;Unfortunately I am not familiar with the code you attached,&amp;nbsp;it seems to be complex and a bit hard to review/reproduce. If I find some spare time, I will look into it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2020 09:14:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010916#M733</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2020-01-15T09:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: MPL3115a2 readings are not accurate</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010917#M734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;I am able to observe altimeter values now. When I move from one floor to another floor, the marginal difference is very small.&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;floor 1 - values range from 160 to 164&lt;/P&gt;&lt;P&gt;floor 2 - values range from 164.5 to 168 and so on.&lt;/P&gt;&lt;P&gt;Is there any way to improve it or increase the difference? My aim to achieve a prediction of the floor based on these sensor readings.&lt;/P&gt;&lt;P&gt;Currently, the oversample rate is 128x.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(I also have an additional mpl3115a2 sensor with me. Any sorta taking average of sensor values or any other mathematical approach)&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2020 00:32:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/MPL3115a2-readings-are-not-accurate/m-p/1010917#M734</guid>
      <dc:creator>trialaccount12</dc:creator>
      <dc:date>2020-01-17T00:32:56Z</dc:date>
    </item>
  </channel>
</rss>

