<?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: low battery indicator using adc0_SE4b for kl26z in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/low-battery-indicator-using-adc0-SE4b-for-kl26z/m-p/1400931#M62259</link>
    <description>&lt;P&gt;how to calculate the actual voltage value from the ADC reading value? my actual input is 3.3v and ADC value is 2427 for 16bit ADC&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jan 2022 12:08:56 GMT</pubDate>
    <dc:creator>omkar_virkar</dc:creator>
    <dc:date>2022-01-18T12:08:56Z</dc:date>
    <item>
      <title>low battery indicator using adc0_SE4b for kl26z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/low-battery-indicator-using-adc0-SE4b-for-kl26z/m-p/1400233#M62251</link>
      <description>&lt;P&gt;I want to write a function for low battery indicator for that I am using adc0_SE4b pin of kl26z controller. so for that is there any sample example which will help me or any code snippet&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 10:34:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/low-battery-indicator-using-adc0-SE4b-for-kl26z/m-p/1400233#M62251</guid>
      <dc:creator>omkar_virkar</dc:creator>
      <dc:date>2022-01-17T10:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: low battery indicator using adc0_SE4b for kl26z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/low-battery-indicator-using-adc0-SE4b-for-kl26z/m-p/1400496#M62257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/195828"&gt;@omkar_virkar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The latest SDK examples can be found in the MKL26 MCUXpresso SDK, that you can obtain from the &lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_self"&gt;MCUXpresso SDK builder&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Specifically for the ADC you can refer to the&amp;nbsp; ADC polling example and adapt it to work with your ADC channel.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diego_charles_0-1642457539535.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/167888i81041388B4E3D85E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="diego_charles_0-1642457539535.png" alt="diego_charles_0-1642457539535.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Let me know if I you are still having questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diego.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 22:15:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/low-battery-indicator-using-adc0-SE4b-for-kl26z/m-p/1400496#M62257</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2022-01-17T22:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: low battery indicator using adc0_SE4b for kl26z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/low-battery-indicator-using-adc0-SE4b-for-kl26z/m-p/1400931#M62259</link>
      <description>&lt;P&gt;how to calculate the actual voltage value from the ADC reading value? my actual input is 3.3v and ADC value is 2427 for 16bit ADC&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 12:08:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/low-battery-indicator-using-adc0-SE4b-for-kl26z/m-p/1400931#M62259</guid>
      <dc:creator>omkar_virkar</dc:creator>
      <dc:date>2022-01-18T12:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: low battery indicator using adc0_SE4b for kl26z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/low-battery-indicator-using-adc0-SE4b-for-kl26z/m-p/1401100#M62260</link>
      <description>&lt;P&gt;It depends on your reference voltage value at Vref.&lt;BR /&gt;&lt;BR /&gt;At the ADC level one bit will represent Vref/65536 (16 bits for a 16 bit ADC).&lt;BR /&gt;These direct ADC readings will be referred to as 'counts' in a lot of places, until converted into something with meaning like Volts.&lt;BR /&gt;&lt;BR /&gt;Any external dividers need to be accounted for that might be between your input and the ADC input.&lt;BR /&gt;&lt;BR /&gt;There could also be ADC gain settings that could change things.&lt;BR /&gt;&lt;BR /&gt;Having an input higher than Vref will give the top reading of all bits set and depending on how things are setup could look like either a positive or negative number from having the most significant bit set.&lt;/P&gt;&lt;P&gt;Analog Devices at &lt;A href="https://www.analog.com" target="_blank"&gt;https://www.analog.com&lt;/A&gt;&amp;nbsp;has a lot of good analog design information in their seminar series.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 18:28:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/low-battery-indicator-using-adc0-SE4b-for-kl26z/m-p/1401100#M62260</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2022-01-18T18:28:04Z</dc:date>
    </item>
  </channel>
</rss>

