<?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中的主题 MPX5100DP resolution</title>
    <link>https://community.nxp.com/t5/Sensors/MPX5100DP-resolution/m-p/421145#M1903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey There!&amp;nbsp; I have a question about the MPX5100DP and it's resolution.&amp;nbsp; I'm having some trouble (embarrassingly) understanding 45mV/kPa.&amp;nbsp; I'm hoping to observe changes is air pressure in the .01kPA range with an arduino.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp; If not is there another sensor that would be a more appropriate choice?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&amp;nbsp; Pete &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.nxp.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2026 21:08:35 GMT</pubDate>
    <dc:creator>petepauline</dc:creator>
    <dc:date>2026-02-03T21:08:35Z</dc:date>
    <item>
      <title>MPX5100DP resolution</title>
      <link>https://community.nxp.com/t5/Sensors/MPX5100DP-resolution/m-p/421145#M1903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey There!&amp;nbsp; I have a question about the MPX5100DP and it's resolution.&amp;nbsp; I'm having some trouble (embarrassingly) understanding 45mV/kPa.&amp;nbsp; I'm hoping to observe changes is air pressure in the .01kPA range with an arduino.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp; If not is there another sensor that would be a more appropriate choice?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&amp;nbsp; Pete &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.nxp.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:08:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MPX5100DP-resolution/m-p/421145#M1903</guid>
      <dc:creator>petepauline</dc:creator>
      <dc:date>2026-02-03T21:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: MPX5100DP resolution</title>
      <link>https://community.nxp.com/t5/Sensors/MPX5100DP-resolution/m-p/421146#M1904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pete,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;With a 10-bit ADC that is typically used on the Arduino boards, you can only get 1024 voltage readings between 0 and 5V, giving a difference of 4.88mV between readings. Considering sensitivity of 45mV/kPa, the resolution is about 108Pa. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;We do have some more sensitive &lt;A href="http://www.freescale.com/webapp/sps/site/overview.jsp?code=DRSNSPRSSR"&gt;differential/gauge pressure sensors&lt;/A&gt;, but I need more information on your application to recommend the most suitable device.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS"&gt;Tomas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="CS" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;SPAN style="font-size: 8pt; font-family: Helvetica, sans-serif; color: #51626f;"&gt;&lt;EM style="font-weight: inherit; font-size: 10.6666679382324px; font-family: inherit;"&gt;PS: &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: Helvetica, sans-serif; color: #51626f;"&gt;&lt;EM style="font-weight: inherit; font-size: 10.6666679382324px; font-family: inherit;"&gt;If my answer solves your question, please mark it as "Correct" or “Helpful”. Thank you.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 13:33:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MPX5100DP-resolution/m-p/421146#M1904</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2015-05-12T13:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: MPX5100DP resolution</title>
      <link>https://community.nxp.com/t5/Sensors/MPX5100DP-resolution/m-p/421147#M1905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tomas!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for the clarification! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping to use&amp;nbsp; a bunch of Arduinos (5v) to sense the delta in pressure between rooms.&amp;nbsp; I was looking to get near the : 0.1 in. H2O or 2.5 Pascals range.&amp;nbsp; Is there a freescale product that would allow me to sense this?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Tomas!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pete :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 18:26:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MPX5100DP-resolution/m-p/421147#M1905</guid>
      <dc:creator>petepauline</dc:creator>
      <dc:date>2015-05-14T18:26:20Z</dc:date>
    </item>
  </channel>
</rss>

