<?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>nrf52840 Dongle and USB port problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88478/nrf52840-dongle-and-usb-port-problem</link><description>Hello, 
 I&amp;#39;m using nrf52840 Dongle and Visual Studio code &amp;quot;connected devices&amp;quot; won&amp;#39;t detect Dongle board on my USB port. 
 nrfConnect for Desktop / Programmer detects it fine. It&amp;#39;s just a bit painful to have to use that programming app. 
 I use 1.9.1 SDK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Jun 2022 14:29:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88478/nrf52840-dongle-and-usb-port-problem" /><item><title>RE: nrf52840 Dongle and USB port problem</title><link>https://devzone.nordicsemi.com/thread/370737?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2022 14:29:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01e35d1a-f7f3-4401-bc4b-f55655f93c3e</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Jorgen,&lt;/p&gt;
&lt;p&gt;Thanks for the feedback! I will forward it. And I will make sure to update my light bulb sample so it actually use the correct LEDs for the dongle, and not just the default ones from the existing sample :)&lt;/p&gt;
&lt;p&gt;I already have an example with the Temperature and Pressure clusters, based on the&amp;nbsp;multi sensor example from nRF5 SDK, and it should not be too difficult adding support for the dongle there.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 Dongle and USB port problem</title><link>https://devzone.nordicsemi.com/thread/370706?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2022 13:03:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7f94e7a-253b-453f-8e97-4fefd3ec2611</guid><dc:creator>JorgenM</dc:creator><description>&lt;p&gt;Hi Marte,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ok that makes sense now why I don&amp;#39;t see any LED changes.&amp;nbsp;&lt;br /&gt;Yes using the RGB color would be the way to do it. And using a Button for reset network join.&lt;/p&gt;
&lt;p&gt;Some feedback: When we work with mesh networks it&amp;#39;s very helpful to have a very low cost platform like dongle, so we can test the mesh with multiple known configuration for the Node. Using commercially available Devices has some unknowns how they are configured and capabilities (even if they say Zigbee 3.0 as example) It would be very helpful to have more Zigbee Node examples for the Dongle. Lightbulb, Smart switch, Thermostat, A/D sensor (light, temp, voltage etc).&lt;br /&gt;Sounds like it would be a good intern project...:)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 Dongle and USB port problem</title><link>https://devzone.nordicsemi.com/thread/370620?ContentTypeID=1</link><pubDate>Thu, 02 Jun 2022 08:56:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17c841bd-ed77-43b6-86cf-8545cc7118f5</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Jorgen,&lt;/p&gt;
&lt;p&gt;The developers are working on trying to find a solution for supporting the dongle in VS Code, but I cannot guarantee anything.&lt;/p&gt;
&lt;p&gt;Regarding the sample I did not make any changes to the LEDs. The dongle only has two LEDs, so you will have to work around that, but one of the LEDs is an RGB LED. The way this RGB LED works is that each color is considered a DK_LED, so you can for example use the different colors to indicate different states. The regular green LED can be used for the light bulb LED that is to be turned on and off.&lt;/p&gt;
&lt;p&gt;So the changes you should do is to change&amp;nbsp;BULB_LED to DK_LED1, so that it is the green LED. Then you can change&amp;nbsp;ZIGBEE_NETWORK_STATE_LED to the color you want for indicating that the dongle has joined a Zigbee network. These are the following colors for the RGB LED:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Red: DK_LED2&lt;/li&gt;
&lt;li&gt;Green: DK_LED3&lt;/li&gt;
&lt;li&gt;Blue: DK_LED4&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 Dongle and USB port problem</title><link>https://devzone.nordicsemi.com/thread/370510?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 15:39:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1997d65d-8700-4a0f-9123-58b3a6bff5ad</guid><dc:creator>JorgenM</dc:creator><description>&lt;p&gt;Hi Marte, &lt;br /&gt;Can you tell me what the two LED functions and buttons function are on your github &amp;quot;zigbee light bulb&amp;quot; nrf52840 Dongle since they have been remapped from DK board to Dongle?&lt;br /&gt;It compiled with out any trouble.&lt;/p&gt;
&lt;p&gt;Is there an indication that lightbulb is connected to a PAN and how do you reset to start identification mode over?&lt;br /&gt;Having some trouble getting lightbulb-dongle design to connect to nrf52840 coordinator example.&lt;br /&gt;Thx,&lt;/p&gt;
&lt;p&gt;Jorgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 Dongle and USB port problem</title><link>https://devzone.nordicsemi.com/thread/370491?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 14:21:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2c53bad-98f5-4191-ab37-4da19ef434a1</guid><dc:creator>JorgenM</dc:creator><description>&lt;p&gt;Ok. Yes debugger missing is clear. I thought since it has a &amp;quot;bootloader&amp;quot; it would be detected if I reset it. Yes I saw a info on nRF5 and USB so I figured it would also work on VS.&lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52840 Dongle and USB port problem</title><link>https://devzone.nordicsemi.com/thread/370388?ContentTypeID=1</link><pubDate>Wed, 01 Jun 2022 09:39:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3e3f29b-fabc-4313-8a09-686d62d0c65f</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;JM,&lt;/p&gt;
&lt;p&gt;The VS Code extension can only find JLink devices or&amp;nbsp;MCUboot devices that are in bootloader mode. The nRF52840 dongle does not have an onboard debugger,&amp;nbsp;and the bootloader on it is the Open USB bootloader from nRF5 SDK. So the dongle is not supported in nRF Connect for VS Code currently, and you will have to use the Programmer app. I have asked the developers if there are plans to support bootloaders from nRF5 SDK in the extension, and I will update you when I get a response.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>