<?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>NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115248/npm1300-ek-npm-powerup---getting-started-troubles</link><description>Hello, 
 i&amp;#39;m developing a custom board with nPM1300 + nrf5340. First things first, i purchased a nPM1300-EK to acquire the needed knowledge to make things working. Unfortunately, i&amp;#39;m having troubles starting to work with it. Summarizing, my issue is that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Oct 2024 10:50:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115248/npm1300-ek-npm-powerup---getting-started-troubles" /><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/507900?ContentTypeID=1</link><pubDate>Fri, 25 Oct 2024 10:50:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:844d9220-d2d3-46bd-9dab-88f88d50815c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Frax,&lt;/p&gt;
&lt;p&gt;Thank you for clarifying.&lt;/p&gt;
&lt;p&gt;I see a similar output to your tests, except that some characters are incorrect in your log, e.g., @MIC instead of PMIC.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/6622.npm1300.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/npm1300_5F00_2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;However, when the nPM1300 EK is opened in the nPM PowerUp, you should start seeing shell commands similar to this in the serial terminal:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/npm1300_5F00_3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/npm1300_5F00_4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am not sure why this is not happening in your case, but we are still investigating it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/507691?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2024 08:41:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82cccfa6-738d-4470-9026-404cfe175949</guid><dc:creator>frax84</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;sorry for the delay but i was not in the office and could not try this before. I confirm that the one i copied in the previous post is the exact string i get in output in the serial terminal. To be more complete, i did these two tests:&lt;/p&gt;
&lt;p&gt;1) &lt;strong&gt;USB PMIC -&amp;gt; NOT CONNECTED + USB NRF CONTROLLER CONNECTED&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect CDK v3.5.99-ncs1 ***
K00:00:0 .023,437] &amp;lt;inf&amp;gt; modele_cc_sink: DAC is not available
1;32m[00:00:00.028,381] &amp;lt;err&amp;gt; module_`mic_adc* I2C communication error
1;32m[00:00:00.529,479] &amp;lt;wrn&amp;gt; module_`mic: No response from PMIC.

[1;32m[0 :00:01. 28,289] &amp;lt;wrn. moduleOpmic: No response from @MIC.
1;32m[ 0:00:01.528,320M &amp;lt;wrn&amp;gt; module_pmic: No response from PMIC.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2) USB PMIC -&amp;gt; CONNECTED + USB NRF CONTROLLER CONNECTED&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.5.99-ncc1 ***

[1;32m[0 :00:00. 31,799] &amp;lt;inf&amp;gt; module_ccOsink: DAC is nod available
[ 0:00:00.038,177M &amp;lt;inf&amp;gt; module_pmic_irq: type=RSTCAUSE,bit=SWRESET

[1;32m[0 :00:00. 46,691] &amp;lt;inf&amp;gt; module_pmic: Defaelt USB !00/500mA
1;32mchell:~$&lt;/pre&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;As you can see, the output you are interested is present in both situations.&lt;/p&gt;
&lt;p&gt;I hope this helps,&lt;/p&gt;
&lt;p&gt;Frax&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/507120?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 11:38:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0090907f-3e19-465e-92e2-8b8c9fb584a4</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There seems to be something strange about the output you shared. Does the output contain the string &amp;quot;[1;32m[0 :00:00. 31,799]&amp;quot; when you see it in the Serial Terminal, or is this something that gets added when you copy it?&lt;/p&gt;
&lt;p&gt;Do you have the COM port open in another application other than the nRF Serial Terminal and nPM PowerUp?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/507079?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2024 08:59:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7346e830-1e47-4f87-b45e-233ea41310ea</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Frax,&lt;/p&gt;
&lt;p&gt;I apologize for the delay.&lt;br /&gt;I forwarded your information internally, and they are still investigating it. Unfortunately, we have not yet been able to reproduce your issue. I have pinged for an update internally and will get back to you in a couple of days.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/507022?ContentTypeID=1</link><pubDate>Sun, 20 Oct 2024 15:22:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7645090b-e9d9-4fd0-9017-abda0b95071b</guid><dc:creator>frax84</dc:creator><description>&lt;p&gt;any news? I see the engineer assigned to the&amp;nbsp; post has changed a lot but still no answer &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/505609?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 14:41:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d4c6475-6553-4125-a4c0-4ebd68cf02d7</guid><dc:creator>frax84</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;if i connect the nPM1300 EK to the Serial Terminal app through COM8 in the app console i get this ouput&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.5.99-ncc1 ***

[1;32m[0 :00:00. 31,799] &amp;lt;inf&amp;gt; module_ccOsink: DAC is nod available
[ 0:00:00.038,177M &amp;lt;inf&amp;gt; module_pmic_irq: type=RSTCAUSE,bit=SWRESET

[1;32m[0 :00:00. 46,691] &amp;lt;inf&amp;gt; module_pmic: Default USB 100/500mA
1;32mchell:~$&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If, without closing the Serial Terminal app console, i open the nPM PowerUp app:&lt;/p&gt;
&lt;p&gt;1) If i ignore the Select Device part of nPM PowerUp assuming that the device is connected...nothing happens, neither in nPM PowerUp console nor EK hardware (i.e. charging battery led doesn&amp;#39;t light up) nor nPM options/plot&lt;/p&gt;
&lt;p&gt;2) If i Select Device in the nPM PowerUp part and select the EK the Serial Terminal app drops the connection and the same behaviour as before happens in the nPM PowerUp console:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;16:36:49.018	Selected device with s/n DB737607ED40A4B7
16:36:49.024	Opened port with options: {&amp;quot;path&amp;quot;:&amp;quot;COM8&amp;quot;,&amp;quot;baudRate&amp;quot;:115200}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I hope i performed the test you wanted. In case i didn&amp;#39;t please let me know.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Frax&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/505586?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 13:17:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e97c1986-7dc6-45cd-97df-4d669c33c060</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Francesco,&lt;/p&gt;
&lt;p&gt;If you connect to the nPM1300 EK in the nRF Connect for Desktop Serial Terminal app and then try to open the EK in the nPM PowerUp, do you see any data being written to the device?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/505497?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 09:30:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:695c0b19-557e-4b74-adb2-be15c8c587e5</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Francesco,&lt;/p&gt;
&lt;p&gt;Thank you for verifying. I have forwarded this issue internally and will get back to you by the end of the week at the latest.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/505293?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 09:18:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0defea0-1531-4d74-93f2-f060b6023bc2</guid><dc:creator>frax84</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;i already tried everything you just asked:&lt;/p&gt;
&lt;p&gt;- tried to connect the EK on all the USB port available on my notebook;&lt;/p&gt;
&lt;p&gt;- tried to switch cables&lt;/p&gt;
&lt;p&gt;Please notice that, as i already mentioned, the digital multimeter detects the correct VOUT1 and VOUT2, so the PMIC USB has no issues, while my &amp;quot;Device Manager&amp;quot; in Windows detects 2 COM ports for the EK, so i assumed that data lines for nPM controller USB are fine too.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Francesco&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/505284?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 08:24:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:299002b5-5ce5-42ec-8530-d82d25e227a2</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Frax,&lt;/p&gt;
&lt;p&gt;The connections look correct.&lt;/p&gt;
&lt;p&gt;It seems like the nPM PowerUP is unable to set up your device, as I do not see any &amp;quot;Device setup ready&amp;quot; in the log. Do you have it connected to the PC via a USB hub? If so, can you try connecting directly to the PC? Have you tried using other cables?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/505012?ContentTypeID=1</link><pubDate>Fri, 04 Oct 2024 13:17:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d93d13e-b273-4c9e-88eb-68e45a0a86c6</guid><dc:creator>frax84</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;thank you for your feedback. Here you can find attached the screenshot of my nPM PowerUp software AFTER i select the nPM1300 EK&amp;nbsp;with the SELECT DEVICE button.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt="Screenshot" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/nPM-PowerUP-_2D00_-Screenshot.png" /&gt;&lt;/p&gt;
&lt;p&gt;Here the picture of my&amp;nbsp;EK setup:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt="EK SETUP" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/EK-setup.jpeg" /&gt;&lt;/p&gt;
&lt;p&gt;Here above you can see the yellow (VBAT) and green (GND) dupont cable with the white jumper (NTC-&amp;gt;10kOhm) and the two USB-C cables. No other jumpers were removed/added respect to the standard ones.&lt;/p&gt;
&lt;p&gt;Finally, as you asked, i leave attached the verbose log.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2024_2D00_10_2D00_04T13_5F00_08_5F00_40.715Z_2D00_log.txt"&gt;devzone.nordicsemi.com/.../2024_2D00_10_2D00_04T13_5F00_08_5F00_40.715Z_2D00_log.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for your assistance,&lt;/p&gt;
&lt;p&gt;Frax&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NPM1300-EK + nPM PowerUp - Getting started troubles</title><link>https://devzone.nordicsemi.com/thread/504981?ContentTypeID=1</link><pubDate>Fri, 04 Oct 2024 11:31:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7613330a-9014-4c8f-b3f9-31e0df1d6b90</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Frax,&lt;/p&gt;
&lt;p&gt;Can you share a screenshot of the nPM PowerUp application and a picture of how you have connected things?&lt;/p&gt;
&lt;p&gt;Please also share verbose logs from the nPM PowerUp&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to the &amp;quot;About&amp;quot; tab in nPM Power Up&lt;/li&gt;
&lt;li&gt;Enable verbose logging&lt;/li&gt;
&lt;li&gt;Click &amp;quot;Restart with verbose logging&amp;quot;&lt;/li&gt;
&lt;li&gt;After nPM Power Up has restarted, select the nPM1300 EK device&lt;/li&gt;
&lt;li&gt;Share the log file here&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1728041141061v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;You can find the log by clicking on &amp;quot;open log file&amp;quot;. Either copy the file&amp;#39;s content and paste it using Insert &amp;gt; Code or upload it as a .txt file with Insert &amp;gt; Image/video/file.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1728041371512v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>