<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21060/nrf52832-efficient-power-management-solution</link><description>I&amp;#39;m working on a design that incorporates an nRF52832 along with some sensors and drivers. 
 Up to this I&amp;#39;ve been sacrificing power consumption in prototypes by using LDOs since they&amp;#39;re cheap, small and easy to work with. But now I&amp;#39;m starting to look</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Apr 2017 21:34:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21060/nrf52832-efficient-power-management-solution" /><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82288?ContentTypeID=1</link><pubDate>Wed, 05 Apr 2017 21:34:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd423d73-aed2-40e2-ace2-33fe0a5ed3c6</guid><dc:creator>dingari</dc:creator><description>&lt;p&gt;Yeah, I totally understand. No hard feelings :) Hmm, I&amp;#39;ll have to get some clarification on the GPIOs then.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82287?ContentTypeID=1</link><pubDate>Wed, 05 Apr 2017 21:29:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3adb25d1-f3da-46c8-a5f0-974338f0bffc</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;Sorry, didn&amp;#39;t mean to suggest you weren&amp;#39;t familiar with the need for level shifters. It just gets overlooked often, so I stress it.&lt;/p&gt;
&lt;p&gt;On the open drain aspect of the gpio, the spec isn&amp;#39;t clear on quasi versus true open drain.  Most things that say they can be configured as open drain are only quasi open drain.&lt;/p&gt;
&lt;p&gt;The electrical specifications for gpio says max input voltage is VDD. I would encourage you to verify this with Nordic switch to ground 3v from logic when VDD is only 1.8v.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82286?ContentTypeID=1</link><pubDate>Wed, 05 Apr 2017 21:08:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a60f4e0-eca7-46cc-a7fa-013b4fdd0a88</guid><dc:creator>dingari</dc:creator><description>&lt;p&gt;Yes I understand level shifters and why and when they are needed. In my application the nRF52 is talking to two I2C slaves (a MARG sensor and a haptic driver), each operating at 1.8V slave logic level (regulated internally by each chip). So no level shifting should be necessary. The main reason I&amp;#39;m eager to go with the TPS62740 is the high efficiency at low currents. And another thing: My understanding is that the nRF52 GPIOs can be configured as proper open-drain/collector, so writing 0 closes, and 1 leaves the pin open. That should allow supplying LEDs with higher supply voltage than the nRF52, without having voltage drop (LED_VDD - nRF52_VDD) across the LED in an open/high state (writing 1 to the pin).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82282?ContentTypeID=1</link><pubDate>Wed, 05 Apr 2017 18:35:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9d0f3ef-483c-4ee5-b940-cfd5035de9cc</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;I just wanted to clarify the logic bit, since vdd is 1.8 you cannot try to talk directly to 3v logic. The 3v logic will have internal pull ups to create 3v high.  3v on the nRF gpio will just turn on the high side fet of the nRF and drive the nRF and all your other circuitry with 3v from the logic.
The only way for you to talk to your haptic is via the gate of an N channel fet that does low side switching of the power on the haptic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82285?ContentTypeID=1</link><pubDate>Wed, 05 Apr 2017 18:08:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32bfb128-89f8-4f79-a185-adc122101ed5</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;Even if you are using 1.8V for all your logic you still need to populate the onboard dc/dc of the nRF.  It will reduce the current consumption by 1.3/1.8 or 72% vs. the internal LDO which doesn&amp;#39;t reduce current consumption at all.&lt;/p&gt;
&lt;p&gt;The load switch on the 62740 does provide a convenient way to handle disconnecting your unused circuitry, however you could easily implement this with a p channel fet in a 0.6x0.8mm package.&lt;/p&gt;
&lt;p&gt;Make sure you can control your haptic motor with low side switching.  Since gpio vdd is 1.8v you can&amp;#39;t high side switch unless you level shift.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82284?ContentTypeID=1</link><pubDate>Wed, 05 Apr 2017 17:32:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb7ec540-6ae2-4f85-9806-ef146bac72d7</guid><dc:creator>dingari</dc:creator><description>&lt;p&gt;I&amp;#39;ve posted an update in the original post, any thoughts?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82283?ContentTypeID=1</link><pubDate>Wed, 05 Apr 2017 09:42:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31acbf16-9ebf-4a98-b9e4-71be5645971f</guid><dc:creator>dingari</dc:creator><description>&lt;p&gt;Hi @AmbystomaLabs, thanks for your input. Really appreciated. I&amp;#39;m working with a LiPo whose cut-off voltage is 3.0V, and I plan to integrate standard protection circuitry on my board (Texas BQ297xx or equivalent). The other chips on the board use 1.8V logic levels so that shouldn&amp;#39;t be a problem, and any LED&amp;#39;s I&amp;#39;ll configure as active low. I&amp;#39;ll have a look through ST&amp;#39;s site for some regulators.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82281?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 18:41:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40b79611-e695-44e3-8439-18d8f920ab9d</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;This series of parts from TI has a nice small 1x1.5mm uson package, very low quiescent current of 22uA and will operate at 100% duty so you can let it go unregulated if the lipo voltage is below VDD.&lt;br /&gt;
&lt;a href="http://www.ti.com/product/tps62230"&gt;www.ti.com/.../tps62230&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The UVLO (ie, brownout) of 2.05V is a little too low for most lipo&amp;#39;s so you will still need to choose a lipo with a built in PMC to protect it.  Otherwise the charger side of the system may have a UVLO with load disconnect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82280?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 17:18:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e319e0c-7721-4d07-a6f8-97fd85934969</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;These seem like reasonable choices.  They are all synchronous buck in uson or similar packages.&lt;/p&gt;
&lt;p&gt;Though, I would probably choose from a component line that offers several VDD choices with internal feedback. The feedback circuit for an adjustable regulator can take up quite a bit of board space. ST has a large selection of DC/DC you can look at.&lt;/p&gt;
&lt;p&gt;You should be careful if you choose 1.8V for the nRF rail.  This forces the GPIO VDD to be 1.8V and you may create problems with off chip communications.&lt;/p&gt;
&lt;p&gt;If I were doing this, I would also look for a converter with a brownout function.  LiPo&amp;#39;s don&amp;#39;t recover from full depletion.  Most LiPo&amp;#39;s have a built in PMC to protect them from being fully depleted or excess current demands. Your LiPo may/may not have this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82279?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 09:25:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e84b4621-b008-4fba-85f5-696ab4f1511d</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;No, you&amp;#39;re definitely not the only one ;) Hopefully some of the other users will comment if they&amp;#39;ve used one of the ICs you listed and give you a recommendation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82278?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 09:10:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82641cf9-198e-4827-8a68-d6058d88f728</guid><dc:creator>dingari</dc:creator><description>&lt;p&gt;Hi Bjorn, thanks for the reply. I was really just hoping to get the discussion going, since I can&amp;#39;t be the only one doing a design like this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 efficient power management solution</title><link>https://devzone.nordicsemi.com/thread/82277?ContentTypeID=1</link><pubDate>Tue, 04 Apr 2017 09:06:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:514f8618-50bc-45c5-ab5d-f0e4254fa30b</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Dingari,&lt;/p&gt;
&lt;p&gt;as far as I know we do not have any reference designs that incorporate a dedicated power management IC, so we can&amp;#39;t really recommend a specific IC based only on the occurrence of it in our customer designs.&lt;/p&gt;
&lt;p&gt;Its primarily the RADIO TX and RX currents that are reduced when the internal DCDC is enabled, please refer &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/radio.html?cp=2_2_0_22_14_1#unique_1626632395"&gt;this&lt;/a&gt; section of the nRF52832 Product Specification. We&amp;#39;ve only included specifications for 3V with and without the DCDC enabled, for which there is a considerable current consumption reduction with the DCDC enabled.&lt;/p&gt;
&lt;p&gt;Generally, the efficiency of the DCDC will be reduced as you reduce the input voltage, i.e. the difference between the LDO and the DCDC is probably marginal at 1.8V. However, I do not have any specs on this and the actual current consumption is highly application specific, so I advise you to perform some measurements on your own before concluding.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>