<?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: RT117x: temperature sensor in LPADC in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT117x-temperature-sensor-in-LPADC/m-p/1628087#M24444</link>
    <description>&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;I don't know if that helps me.&lt;/P&gt;&lt;P&gt;I am perfectly aware of the existence of the TMPSNS peripheral, but my question was a different one.&lt;/P&gt;&lt;P&gt;Since it is clearly stated in the Reference Manual that it is possible to "read" a temperature sensor using the ADC, I would have been pleased to also find an explanation of how to convert the raw number to Celsius degrees.&lt;/P&gt;&lt;P&gt;Should I perhaps use the same conversion as described in the TMPSNS chapter?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_2023-04-05_08-35-36.png" style="width: 847px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/217814i50B0B22FEDE607F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_2023-04-05_08-35-36.png" alt="Screenshot_2023-04-05_08-35-36.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in my case ts_25c is 1902.0f ts_meas (from ADC) is 0x39d.&lt;/P&gt;&lt;P&gt;And with this data, if I haven't miscalculated, I should get -65 degrees, but I can assure you that we are at about 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2023 07:01:12 GMT</pubDate>
    <dc:creator>mastupristi</dc:creator>
    <dc:date>2023-04-05T07:01:12Z</dc:date>
    <item>
      <title>RT117x: temperature sensor in LPADC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT117x-temperature-sensor-in-LPADC/m-p/1626759#M24410</link>
      <description>&lt;P&gt;I read that there is a temperature sensor connected to the internal inputs of LPADC1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp_LPADC.png" style="width: 600px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/217495i1C1E339AD37212E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp_LPADC.png" alt="temp_LPADC.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I couldn't find any other details on how to use it and how to convert the numerical value to Celsius degrees, though.&lt;/P&gt;&lt;P&gt;Where can I find this information?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 09:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT117x-temperature-sensor-in-LPADC/m-p/1626759#M24410</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2023-04-03T09:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: RT117x: temperature sensor in LPADC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT117x-temperature-sensor-in-LPADC/m-p/1627844#M24433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/124967"&gt;@mastupristi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is more information on the reference manual chapter 22.3.2 Temperature Sensing. Also, the sdk has examples&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Miguel04_0-1680631051576.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/217741i0324A939F78F04B0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Miguel04_0-1680631051576.png" alt="Miguel04_0-1680631051576.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards, Miguel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 17:57:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT117x-temperature-sensor-in-LPADC/m-p/1627844#M24433</guid>
      <dc:creator>Miguel04</dc:creator>
      <dc:date>2023-04-04T17:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: RT117x: temperature sensor in LPADC</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT117x-temperature-sensor-in-LPADC/m-p/1628087#M24444</link>
      <description>&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;I don't know if that helps me.&lt;/P&gt;&lt;P&gt;I am perfectly aware of the existence of the TMPSNS peripheral, but my question was a different one.&lt;/P&gt;&lt;P&gt;Since it is clearly stated in the Reference Manual that it is possible to "read" a temperature sensor using the ADC, I would have been pleased to also find an explanation of how to convert the raw number to Celsius degrees.&lt;/P&gt;&lt;P&gt;Should I perhaps use the same conversion as described in the TMPSNS chapter?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_2023-04-05_08-35-36.png" style="width: 847px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/217814i50B0B22FEDE607F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_2023-04-05_08-35-36.png" alt="Screenshot_2023-04-05_08-35-36.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in my case ts_25c is 1902.0f ts_meas (from ADC) is 0x39d.&lt;/P&gt;&lt;P&gt;And with this data, if I haven't miscalculated, I should get -65 degrees, but I can assure you that we are at about 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:01:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT117x-temperature-sensor-in-LPADC/m-p/1628087#M24444</guid>
      <dc:creator>mastupristi</dc:creator>
      <dc:date>2023-04-05T07:01:12Z</dc:date>
    </item>
  </channel>
</rss>

