<?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>802.15.4 nRF Sniffer Option not Showing up in Wireshark</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75363/802-15-4-nrf-sniffer-option-not-showing-up-in-wireshark</link><description>Hello, 
 I have followed these instructions, but the nRF sniffer option does not show up as an option in the Wireshark GUI, https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.0.0%2Fnrf802154_sniffer.html 
 I am using a Windows machine. I have</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Jun 2021 12:45:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75363/802-15-4-nrf-sniffer-option-not-showing-up-in-wireshark" /><item><title>RE: 802.15.4 nRF Sniffer Option not Showing up in Wireshark</title><link>https://devzone.nordicsemi.com/thread/313674?ContentTypeID=1</link><pubDate>Fri, 04 Jun 2021 12:45:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4692a6a8-9e6b-4764-bdd4-fcba654cbbaf</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi, I am sorry I haven&amp;#39;t come back to you on this. Are you still having trouble? Perhaps you can check if the sniffer firmware is flashed correctly on the DK? Or test with another&amp;nbsp; DK or the dongle?&lt;/p&gt;
&lt;p&gt;What does the output log looks like when you used the &amp;#39;nrfjprog&amp;#39; command to flash the sniffer firmware to the DK?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 802.15.4 nRF Sniffer Option not Showing up in Wireshark</title><link>https://devzone.nordicsemi.com/thread/311897?ContentTypeID=1</link><pubDate>Wed, 26 May 2021 16:31:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a0558e8-1b9e-4008-9194-afe3f311444e</guid><dc:creator>jgw_sw_eng</dc:creator><description>&lt;p&gt;Marjeris,&lt;/p&gt;
&lt;p&gt;Thank you for the information. When I leave SW9 on VDD, the LED1 will blink even with the USB cable attached to the port on the long side of the DK (as pictured). It also blinks correctly with the cable in the port. However, in the picture, it appears SW9 is on USB - when I use that position, LED1 does not blink, event with the USB cabled plugged into the long side.&lt;/p&gt;
&lt;p&gt;Either way, I still don&amp;#39;t see the interface appear in Wireshark, even after copying the bat and py files. Anything else I can try?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 802.15.4 nRF Sniffer Option not Showing up in Wireshark</title><link>https://devzone.nordicsemi.com/thread/310983?ContentTypeID=1</link><pubDate>Fri, 21 May 2021 10:06:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:365aab4c-6b42-42cc-b748-39e0a7fd7532</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;First double check that you meet all the requirements for Windows:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Required software&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Wireshark 2.4.5 or newer&lt;/li&gt;
&lt;li&gt;Python 2.7, Python 3.6 or newer&lt;/li&gt;
&lt;li&gt;Python packages:
&lt;ul&gt;
&lt;li&gt;Windows: pySerial Python package from pip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;nrfjprog – available in nRF5x Command Line Tools&lt;/li&gt;
&lt;li&gt;Sniffer firmware binary – see &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_tz_v4.0.0/nrf802154_sniffer.html#nrf802154_sniffer_firmware_obtain"&gt;Obtaining the firmware&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Make sure the python installation directory is in your PATH enviromental variables.&lt;/p&gt;
&lt;p&gt;Make sure the sniffer software is correctly flashed to the nRF52840 DK. Could you attach both the nrfjprog command and output from the command window when you flashed the software? It should look something like this.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;C:\nordicsemi\Tools\nRF-Sniffer-for-802.15.4\nRF-Sniffer-for-802.15.4\nrf802154_sniffer&amp;gt;nrfjprog --chiperase --family NRF52 --program nrf802154_sniffer.hex --reset
Parsing hex file.
Erasing user available code and UICR flash areas.
Applying system reset.
Checking that the area to write is not protected.
Programming device.
Applying system reset.
Run.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;LED1 should start blinking.&lt;/p&gt;
[quote user=""] Also, is there a way I can connect to the Nordic DK by RTT or serial to view logs and see if the&amp;nbsp;FW is uploaded correctly?[/quote]
&lt;p&gt;&amp;nbsp;Unfortunately this FW will not output any log messages, but LED1 should be blinking if the software is flashed correctly and running.&lt;/p&gt;
&lt;p&gt;Then change the USB cable from the JLINK USB connector over to the nRF USB connector.&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1621590517900v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Remember to power on the board, SW8 set to ON, wait a couple of seconds and LED1 should start blinking again and you should see your board appear in the Capture menu on Wireshark.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1621591482418v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>