<?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>Error while trying to turn on NRF52DK using NPM1300 GPOIs</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110447/error-while-trying-to-turn-on-nrf52dk-using-npm1300-gpois</link><description>Hi, 
 We&amp;#39;re currently working on a project that involves using the NPM1300 to power the NRF52 DK using the GPIO pins. We&amp;#39;ve managed to supply 3.3V using the GPIO button but encountered an issue where the voltage drops to 0V as soon as the button is released</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Apr 2024 13:51:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110447/error-while-trying-to-turn-on-nrf52dk-using-npm1300-gpois" /><item><title>RE: Error while trying to turn on NRF52DK using NPM1300 GPOIs</title><link>https://devzone.nordicsemi.com/thread/481312?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2024 13:51:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91f385d9-2fa7-413c-8096-bb48ff6c3f5d</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Pallavi_03"]And could you also let us know how to clear the interrupt using I2C?&lt;br /&gt;[/quote]
&lt;p&gt;Sorry for the late reply.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have a look at the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_npm1300/page/chapters/core_components/ctrl_reg/doc/main-registers.html"&gt;nPM1300 Event and interrupt registers in the PS.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while trying to turn on NRF52DK using NPM1300 GPOIs</title><link>https://devzone.nordicsemi.com/thread/480170?ContentTypeID=1</link><pubDate>Tue, 23 Apr 2024 11:21:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cc03414-2768-4b74-95f6-00b2174cc5e1</guid><dc:creator>Pallavi_03</dc:creator><description>&lt;p&gt;Hello!&lt;br /&gt;We managed to get the &amp;quot;one button&amp;quot; example in the documentation to work.&amp;nbsp;&lt;br /&gt;The current issue we&amp;#39;re facing is that when the ship mode is released, there doesn&amp;#39;t seem to be a event callback.&lt;br /&gt;&lt;br /&gt;And could you also let us know how to clear the interrupt using I2C?&lt;br /&gt;&lt;br /&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while trying to turn on NRF52DK using NPM1300 GPOIs</title><link>https://devzone.nordicsemi.com/thread/480094?ContentTypeID=1</link><pubDate>Tue, 23 Apr 2024 06:12:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:141cb6e0-b933-46f4-9a2c-bbf14e3bd7fb</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Understood.&amp;nbsp;&lt;/p&gt;
[quote user=""]&lt;p&gt; We&amp;#39;ve managed to supply 3.3V using the GPIO button but encountered an issue where the voltage drops to 0V as soon as the button is released.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Where did you measure this?&amp;nbsp;&lt;/p&gt;
[quote user=""]we encountered an error stating &amp;quot;led driver not found.&amp;quot;[/quote]
&lt;p&gt;Could you provide a build log where you get this error?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while trying to turn on NRF52DK using NPM1300 GPOIs</title><link>https://devzone.nordicsemi.com/thread/480061?ContentTypeID=1</link><pubDate>Mon, 22 Apr 2024 17:49:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae23e8f3-af64-4797-9d37-bf6e04910adf</guid><dc:creator>Pallavi_03</dc:creator><description>&lt;p&gt;hello!&lt;br /&gt;We have followed the exact connections as mentioned in the documentation.&lt;br /&gt;&lt;a id="" href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/pmic/native/npm1300_one_button"&gt;https://github.com/nrfconnect/sdk-nrf/tree/main/samples/pmic/native/npm1300_one_button&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks and regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error while trying to turn on NRF52DK using NPM1300 GPOIs</title><link>https://devzone.nordicsemi.com/thread/479991?ContentTypeID=1</link><pubDate>Mon, 22 Apr 2024 12:35:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf8f6946-674c-417a-b3e5-380e73e100ef</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you provide more information on your setup? How have you connected? And how are you measuring?&amp;nbsp;&lt;/p&gt;
[quote user=""]Additionally, we attempted to utilize the one-button example provided in the documentation, but we didn&amp;#39;t observe significant changes in the voltage behavior. Furthermore, when trying the NPM1300 one-button example, we encountered an error stating &amp;quot;led driver not found.&amp;quot;[/quote]
&lt;p&gt;I&amp;#39;m not able to reproduce, though I tested with the first kit at hand i.e. nRF9160DK.&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>