<?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>NRFSniffer python tools does not recognize NRF51422 dongle. No capture possible.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84194/nrfsniffer-python-tools-does-not-recognize-nrf51422-dongle-no-capture-possible</link><description>Hi, 
 As a university we bought several NRF51422 dongles to sniff BLE traffic 
 Following the installation instruction here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_sniffer_ble%2FUG%2Fsniffer_ble%2Fintro.html 
 We installed NRF COnnect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Feb 2022 11:37:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84194/nrfsniffer-python-tools-does-not-recognize-nrf51422-dongle-no-capture-possible" /><item><title>RE: NRFSniffer python tools does not recognize NRF51422 dongle. No capture possible.</title><link>https://devzone.nordicsemi.com/thread/350642?ContentTypeID=1</link><pubDate>Tue, 01 Feb 2022 11:37:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7c36592-ee6f-4044-b79f-e434b6050c44</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Vincent,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Great to hear that you are able to run the sniffer now. I am happy to help.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Good luck with the lab, and I hope the students will find&amp;nbsp;looking at the sniffer logs to be both interesting and educational!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Marte&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRFSniffer python tools does not recognize NRF51422 dongle. No capture possible.</title><link>https://devzone.nordicsemi.com/thread/350625?ContentTypeID=1</link><pubDate>Tue, 01 Feb 2022 10:51:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:280c05a7-2869-46d9-9c4e-1cd1ede15e35</guid><dc:creator>v.planat</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thanks a lot for your answer.&lt;/p&gt;
&lt;p&gt;This helped us a lot. In particular the nrf_sniffer command below which helped us qualifying that the dongles were working correctly.&lt;/p&gt;
&lt;p&gt;Once we saw that the FIFO file was containing a pcap format that we could opened with Wireskark we understood that the pb was on wireshark&lt;/p&gt;
&lt;p&gt;In fact, the test PC that we used was configured by the IT department to prevent any cmd.exe to be executed ... Certainly for security reasons (we could run the nrf_sniffer.py from a powershell)&lt;/p&gt;
&lt;p&gt;We tested the wireshark on other PC without this restriction and we were able to see the Nrf interface in wireshark !!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks a lot for your help &amp;amp; support&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Vincent&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRFSniffer python tools does not recognize NRF51422 dongle. No capture possible.</title><link>https://devzone.nordicsemi.com/thread/350407?ContentTypeID=1</link><pubDate>Mon, 31 Jan 2022 12:10:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf2dcfdb-93ca-40f1-b417-c63a75416f75</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Vincent Planat,&lt;/p&gt;
[quote user=""]An interface must be provided or the selection must be displayed[/quote]
&lt;p&gt;You must add the interface as an argument with&amp;nbsp;--extcap-interface. This is the interface you get from&amp;nbsp;--extcap-interfaces, which in the output above is&amp;nbsp;COM5-None. In addition to this, you need to add the --fifo option. So the command should be:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;nrf_sniffer_ble.py&amp;nbsp;--extcap-interface&amp;nbsp;COM5-None --capture --fifo FIFO&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This will dump the data in the file FIFO. You can read more about using the extcap interface in the Wireshark documentation, such as the chapter&amp;nbsp;&lt;a href="https://www.wireshark.org/docs/wsdg_html_chunked/ChCaptureExtcap.html#ChCaptureExtcapProcess"&gt;8.2.1. Extcap command line interface&lt;/a&gt;.&lt;/p&gt;
[quote user=""]In Wireshark the Nrf is not recognized[/quote]
&lt;p&gt;Have you tried refreshing the interfaces in Wireshark? You can do so by selecting&amp;nbsp;Capture &amp;gt; Refresh Interfaces. It should show up under the Capture tab on the welcome page like this:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/400x400/__key/communityserver-discussions-components-files/4/ble_5F00_sniffer.png" /&gt;&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>