<?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: Power Management on Rapid IoT device in Rapid IoT</title>
    <link>https://community.nxp.com/t5/Rapid-IoT/Power-Management-on-Rapid-IoT-device/m-p/806533#M140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is true that the OOB (out of the box) application which is installed during manufacturing depletes the battery within about 2 hours (assuming 100% charge as a starting point)&lt;/P&gt;&lt;P&gt;This application is meant to demonstrate various capabilities of the kit, but is clearly not low power oriented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several easy tricks you can play to adjust power consumption, heavily depending on what application you intend to design.&lt;/P&gt;&lt;P&gt;We are going to release an updated version of the OOB application to be downloaded via the studio with a couple of changes to make the battery last longer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can easily&amp;nbsp;implement some yourself already today, by changing parameters of the elements in the Rapid IoT Studio:&lt;/P&gt;&lt;P&gt;- Backlight: You can either turn it off or decrease the intensity. This can save up to 15%&lt;/P&gt;&lt;P&gt;- CCS811: Air quality sensor. The default mode is mode 1&amp;nbsp;= 1 reading every second (consumes about 16mA continuously). Switching to mode 2 (1 reading every 10 sec.) saves 15mA (another 10 to 15%)&lt;/P&gt;&lt;P&gt;- Decrease the interval of sensors update. In OOB it is 1 second for most sensors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then depending on your final application need and programmming level you can:&lt;/P&gt;&lt;P&gt;- Decrease the K64 clock. By defaul it is set to 120MHz but could be set to 48MHz&lt;/P&gt;&lt;P&gt;- Turn all unused sensor of.&lt;/P&gt;&lt;P&gt;- Shut the KW41z off if BLE is not needed in your application&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all really dépends on the application you want to develop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2018 08:56:51 GMT</pubDate>
    <dc:creator>Eric_Ma</dc:creator>
    <dc:date>2018-12-18T08:56:51Z</dc:date>
    <item>
      <title>Power Management on Rapid IoT device</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Power-Management-on-Rapid-IoT-device/m-p/806530#M137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Out-of-the-box it appears that the battery in the Rapid IoT device lasts less than a day.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did see that the LCD backlight can be turned off, but haven't tried it yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;Backlight_SetLevel ( &lt;SPAN class=""&gt;BLIGHT_LEVEL_OFF&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But need to be able to put into deep sleep until a particular trigger is detected (such as motion or interval timer).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't found anything like that in the SDK docs.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 16:35:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Power-Management-on-Rapid-IoT-device/m-p/806530#M137</guid>
      <dc:creator>rgrokett</dc:creator>
      <dc:date>2018-12-17T16:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Power Management on Rapid IoT device</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Power-Management-on-Rapid-IoT-device/m-p/806531#M138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SDK uses NXP's FreeRTOS.&amp;nbsp; In the FreeRTOS documentation you will find information about low power mode hooks.&lt;/P&gt;&lt;P&gt;FYI&amp;nbsp; The graphical paging system is from Segger, emWin.&amp;nbsp; You'll want to get that API too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 18:27:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Power-Management-on-Rapid-IoT-device/m-p/806531#M138</guid>
      <dc:creator>mrharmonsr</dc:creator>
      <dc:date>2018-12-17T18:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Power Management on Rapid IoT device</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Power-Management-on-Rapid-IoT-device/m-p/806532#M139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please consider that you have two MCUs there a KW41Z and a K64F, each of them has their own peripherals and modules that might be impacting your battery performance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2018 20:15:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Power-Management-on-Rapid-IoT-device/m-p/806532#M139</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-12-17T20:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Power Management on Rapid IoT device</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Power-Management-on-Rapid-IoT-device/m-p/806533#M140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is true that the OOB (out of the box) application which is installed during manufacturing depletes the battery within about 2 hours (assuming 100% charge as a starting point)&lt;/P&gt;&lt;P&gt;This application is meant to demonstrate various capabilities of the kit, but is clearly not low power oriented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several easy tricks you can play to adjust power consumption, heavily depending on what application you intend to design.&lt;/P&gt;&lt;P&gt;We are going to release an updated version of the OOB application to be downloaded via the studio with a couple of changes to make the battery last longer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can easily&amp;nbsp;implement some yourself already today, by changing parameters of the elements in the Rapid IoT Studio:&lt;/P&gt;&lt;P&gt;- Backlight: You can either turn it off or decrease the intensity. This can save up to 15%&lt;/P&gt;&lt;P&gt;- CCS811: Air quality sensor. The default mode is mode 1&amp;nbsp;= 1 reading every second (consumes about 16mA continuously). Switching to mode 2 (1 reading every 10 sec.) saves 15mA (another 10 to 15%)&lt;/P&gt;&lt;P&gt;- Decrease the interval of sensors update. In OOB it is 1 second for most sensors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then depending on your final application need and programmming level you can:&lt;/P&gt;&lt;P&gt;- Decrease the K64 clock. By defaul it is set to 120MHz but could be set to 48MHz&lt;/P&gt;&lt;P&gt;- Turn all unused sensor of.&lt;/P&gt;&lt;P&gt;- Shut the KW41z off if BLE is not needed in your application&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all really dépends on the application you want to develop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 08:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Power-Management-on-Rapid-IoT-device/m-p/806533#M140</guid>
      <dc:creator>Eric_Ma</dc:creator>
      <dc:date>2018-12-18T08:56:51Z</dc:date>
    </item>
  </channel>
</rss>

