<?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>Powering the Chengdu Ebyte nRF52840 Dongle (PCA100059-style)  without VDDH noted on the board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74672/powering-the-chengdu-ebyte-nrf52840-dongle-pca100059-style-without-vddh-noted-on-the-board</link><description>Have a USB powered Chengdu Ebyte nRF52840 Dongle (PCA100059-style) that has the following: 
 
 - USB 5V 
 - VBUS pin : connected directly to USB 5V 
 - VDD pin: not connected to VBUS, but has a solder-cut (open) between VDD and VBUS 
 - Missing VDDH pin</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 May 2021 20:47:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74672/powering-the-chengdu-ebyte-nrf52840-dongle-pca100059-style-without-vddh-noted-on-the-board" /><item><title>RE: Powering the Chengdu Ebyte nRF52840 Dongle (PCA100059-style)  without VDDH noted on the board</title><link>https://devzone.nordicsemi.com/thread/308250?ContentTypeID=1</link><pubDate>Tue, 04 May 2021 20:47:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92a332db-6914-4809-b38a-d1e2fb98d7ae</guid><dc:creator>fe7565</dc:creator><description>&lt;p&gt;Thank you for the recommendation. Will limit one input at a time.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I need a small size board for my project.&amp;nbsp; Since the code is pretty much done I do not need a DK anymore.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By the way, even at 8dB TX it only uses around 2.8mA! connected!&amp;nbsp; &amp;nbsp;Excellent! Also, the Nordic 52840 dongle has a much better range than the third-party modules.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Powering the Chengdu Ebyte nRF52840 Dongle (PCA100059-style)  without VDDH noted on the board</title><link>https://devzone.nordicsemi.com/thread/308213?ContentTypeID=1</link><pubDate>Tue, 04 May 2021 13:44:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a913d31d-520d-45ef-8a2c-71a07e446ca8</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Connecting the regulated 3V3 and the 5V to the same node can be problematic, most likely the regulator will not like it and will be damaged. I suggest that you only connect on voltage at a time. Is there a specific reason for why you&amp;#39;re using the Dongle and not the Devkit? I would think that the latter would be a better fit for you?&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Powering the Chengdu Ebyte nRF52840 Dongle (PCA100059-style)  without VDDH noted on the board</title><link>https://devzone.nordicsemi.com/thread/308034?ContentTypeID=1</link><pubDate>Tue, 04 May 2021 00:28:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff90eadc-7b16-42c2-b7f0-a2e05da72818</guid><dc:creator>fe7565</dc:creator><description>&lt;p&gt;Thank you for the quick reply!&amp;nbsp; &amp;nbsp;I contacted the company but they do not have the schematic or did they misunderstood me.&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, based on your comments where you correctly pointed out what I missed :)&amp;nbsp; in the original Nordic dongle the USB 5V is already connected to VBUS and the VBUS is (internally) shorted to VDDH.&amp;nbsp; And this seems to be the case with this clone dongle as well...even the 4.7Ohm resistor (R7 on the Nordic dongle schematics) registered on my multimeter between VBUS and VDDH.&lt;/p&gt;
&lt;p&gt;I agree that without an actual schematics nothing is certain.&amp;nbsp; But&amp;nbsp; let&amp;#39;s me assume this dongle is a faithful clone of the actual Nordic dongle. The following should be true (quoted from another thread):&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;&amp;nbsp; &lt;/strong&gt;&amp;nbsp; &amp;nbsp;There are two stages of voltage regulators in the nRF52840 (REG0 and REG1). REG0 from VDDH to VDD and&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; REG1 from VDD to internal rails &amp;lt;=1.3V. VUSB powers the USB front-end only. This&amp;nbsp;gives two alternatives:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Apply 2.5-5.5V to VDDH, not shorted with VDD. Uses both regulator stages, and allows you to use the VDD pins to supply external circuitry as long as overall load on the regulator is &amp;lt;50mA (nRF52840 + external)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Apply 1.7-3.6V to VDD, shorted with VDDH. This uses only the REG1 stage and &lt;strong&gt;does not allow supplying external circuitry from the nRF52840&lt;/strong&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On this clone dongle I do not see an SB-2 type solder-bridge between VBUS and VDDH.. Only saw an SB-1 type solder-bridge between VDDH and VDD (open by default).&amp;nbsp; So I cannot separate VBUS from VDDH.&amp;nbsp; That gives Reference circuit #1 as the only option from Table1.of the link below&amp;nbsp; Which is the only one that has VBUS and VDDH shorted.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fref_circuitry.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fref_circuitry.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In my application, the dongle will not use a USB for normal operation and will not supply any external circuits. The dongle will be supplied from an external 3.3v regulator. This 3.3V external regulator is supplied from a 2.7-4.2V lipo battery and/or from a lipo charger PMIC.&amp;nbsp; There will be nothing connected to the USB during normal operation.&amp;nbsp; But since the USB/VBUS/VDDH are shorted together with no way to separate VDDH from VBUS I think the best option is to power the dongle via VBUS(VDDH) with the 3.3V external regulator.&amp;nbsp;The only time the USB/VBUS/VDDH will have 5V power is during infrequent firmware updates.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here comes a concern: I believe that during firmware update when 5V USB is connected and there is 3.3V already going into the VBUS/VDDH from the external 3.3V regulator there will be a voltage conflict .&amp;nbsp; Even if the 5V power source for the USB and the 3.3V external regulator (via the lipo charger) is the same.&amp;nbsp; Do you agree?&lt;/p&gt;
&lt;p&gt;Since&amp;nbsp;USB and VBUS and VDDH are shorted together by default, in order to avoid&amp;nbsp;that voltage &amp;quot;conflict&amp;quot; one should disconnect the 3.3V power going into the VBUS/VDDH from the external 3.3V regulator. Could possibly put in a diode in that line that would block voltage going out from the module on VDDH, but that diode could drop my 3.3V&amp;nbsp; by minimum 0.3V which could affect anything connected to the dongle&amp;#39;s GPIO pins expecting 3.3V.&amp;nbsp; &amp;nbsp;Or, I could possibly use the 3.3V external regulator&amp;#39;s ENABLE line to shut it down when 5V vs 3.3V&amp;nbsp; is connected to the USB/VBUS/VDDH (via a MOSFET).&amp;nbsp; But that complicates things.&lt;/p&gt;
&lt;p&gt;Any easier way with a hardware solution?&amp;nbsp; Maybe if I find that 4.7Ohm resistor that is between VBUS and VDDH (R7) and remove it, then I can use the SB1-type solder-bridge and short VDDH and VDD together and still use the 5V USB?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Powering the Chengdu Ebyte nRF52840 Dongle (PCA100059-style)  without VDDH noted on the board</title><link>https://devzone.nordicsemi.com/thread/307949?ContentTypeID=1</link><pubDate>Mon, 03 May 2021 13:13:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2696fd4f-980e-4931-b5b2-088d2d8dda31</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t really say anything without at least having seen the schematic. The HW files for our 52 Dongle is available &lt;a href="https://www.nordicsemi.com/-/media/Software-and-other-downloads/Dev-Kits/nRF52840-Dongle/nRF52840-USB-Dongle---Hardware-files-2_0_0.zip"&gt;here&lt;/a&gt;. The PCB files shows how the VDDH is not routed out to a pin but instead is connected directly to the USB interface. VBUS and the &lt;strong&gt;output&lt;/strong&gt; of the REG0 VDD is routed out.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I suggest that you take contact with the people that have made the dongle.&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>