<?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>Is there up-to-date doc on nRF Sniffer 2.0? (using Wireshark and nRF51-DK)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37938/is-there-up-to-date-doc-on-nrf-sniffer-2-0-using-wireshark-and-nrf51-dk</link><description>I have the nRF51-DK and have installed Python etc. and the nrf_sniffer_2.0.0-beta-1_51296aa. 
 3 .hex files are in that installer: sniffer_pca10028_51296aa.hex, sniffer_pca10031_51296aa.hex, 
 and sniffer_pca10040_51296aa.hex. I have no idea which one</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Sep 2018 14:51:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37938/is-there-up-to-date-doc-on-nrf-sniffer-2-0-using-wireshark-and-nrf51-dk" /><item><title>RE: Is there up-to-date doc on nRF Sniffer 2.0? (using Wireshark and nRF51-DK)</title><link>https://devzone.nordicsemi.com/thread/148244?ContentTypeID=1</link><pubDate>Tue, 11 Sep 2018 14:51:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7f013a9-d644-4eeb-84ca-bbd6d50331ff</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Sorry about the delay.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure what the issue here might be. &lt;br /&gt;It seems like this could be a setup issue.&lt;/p&gt;
&lt;p&gt;So you are using; &lt;br /&gt;Wireshark v2.6.2&lt;br /&gt;Pyton v2.7.15&lt;/p&gt;
&lt;p&gt;Which version of Pyserial and SEGGER Jlink are you using?&lt;br /&gt;From what I can see you are on windows, but which version of windows are you using?&lt;/p&gt;
&lt;p&gt;Regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there up-to-date doc on nRF Sniffer 2.0? (using Wireshark and nRF51-DK)</title><link>https://devzone.nordicsemi.com/thread/146824?ContentTypeID=1</link><pubDate>Fri, 31 Aug 2018 16:53:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb528f5e-4800-4277-aee2-7d2e954a8a7b</guid><dc:creator>jtell466</dc:creator><description>&lt;p&gt;Well, I spoke too soon!&amp;nbsp; After seeing some BLE traffic in wireshark, tried to set filter so I&amp;#39;d just see the one BLE device of interest.&amp;nbsp; Doing that, then Capture-&amp;gt;Start gives the following error (crash):&lt;/p&gt;
&lt;p&gt;Error by extcap pipe: Exception in thread Thread-3:Error by extcap pipe: Exception in thread Thread-3:Traceback (most recent call last):&amp;nbsp; File &amp;quot;C:\Python27\lib\threading.py&amp;quot;, line 801, in __bootstrap_inner&amp;nbsp; &amp;nbsp; self.run()&amp;nbsp; File &amp;quot;C:\Python27\lib\threading.py&amp;quot;, line 754, in run&amp;nbsp; &amp;nbsp; self.__target(*self.__args, **self.__kwargs)&amp;nbsp; File &amp;quot;C:\Program Files (x86)\Wireshark\extcap\SnifferAPI\UART.py&amp;quot;, line 94, in _read_worker&amp;nbsp; &amp;nbsp; data_read = self.ser.read()&amp;nbsp; File &amp;quot;C:\Python27\lib\site-packages\serial\serialwin32.py&amp;quot;, line 283, in read&amp;nbsp; &amp;nbsp; ctypes.byref(self._overlapped_read))TypeError: byref() argument must be a ctypes instance, not &amp;#39;NoneType&amp;#39;&lt;br /&gt;Exception in thread Thread-2 (most likely raised during interpreter shutdown):&lt;/p&gt;
&lt;p&gt;Can anyone please help me understand what needs to be done to make this nRFSniffer work?&lt;/p&gt;
&lt;p&gt;Am I dealing with a &amp;quot;known bug&amp;quot; here?&amp;nbsp; Is this some kind of setup issue?&amp;nbsp; I&amp;#39;m days into efforts trying to get this to work so I can debug My Own Project.&amp;nbsp; And it is Friday before a holiday.&amp;nbsp; Sigh.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there up-to-date doc on nRF Sniffer 2.0? (using Wireshark and nRF51-DK)</title><link>https://devzone.nordicsemi.com/thread/146821?ContentTypeID=1</link><pubDate>Fri, 31 Aug 2018 16:35:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac3b02e8-62c7-41cd-9f61-98f5cd85ab83</guid><dc:creator>jtell466</dc:creator><description>&lt;p&gt;UPDATE:&amp;nbsp; I found that pyserial was not installed (very poor documentation on all this! -- Python people!!).&lt;/p&gt;
&lt;p&gt;Finally after getting that in place, Wireshark Interface Toolbars-&amp;gt;nRF Sniffer shows up.&amp;nbsp; OK, now... the nRF51-DK (nRFSniffer) shows up in wireshark&amp;nbsp;as COM3; after a couple restarts, nRFSniffer is showing LE LL traffic.&lt;/p&gt;
&lt;p&gt;This install/setup process could be made FAR less painful with proper (FULL) procedural descriptions of necessary steps.&amp;nbsp; As a developer looking to use a product (tool), &amp;quot;out-of-the-box&amp;quot;, I expect that installer/scripts will present something that &amp;quot;just works&amp;quot; without my having to become &amp;quot;expert&amp;quot; with the infrastructure requirements of said product.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there up-to-date doc on nRF Sniffer 2.0? (using Wireshark and nRF51-DK)</title><link>https://devzone.nordicsemi.com/thread/146591?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2018 19:01:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:009ea2a2-f822-426b-9001-0cbb6c71ad15</guid><dc:creator>jtell466</dc:creator><description>&lt;p&gt;Joakim, thanks for clarifying the .hex naming.&amp;nbsp; I have gone back and uninstalled Python 3.x and replaced it with 2.7.&amp;nbsp; I then went through all the staps in the UG v.2.1, and reached the point where it appears the firmware is running on the nRF51-DK.&amp;nbsp; &amp;nbsp;LED1=OFF, LED2=BLINKing irregularly, LED3,4=ON.&amp;nbsp; Wireshark 2.6.2 does NOT show a &amp;quot;View-&amp;gt;Interface Toolbars&amp;quot; menu item.&amp;nbsp; I&amp;#39;ve tried to run the &amp;quot;nrf_sniffer.bat&amp;quot; in the ...wireshark\extcap folder, and get the following:&lt;/p&gt;
&lt;p&gt;// C:\Program Files (x86)\Wireshark\extcap&amp;gt;python --version&lt;br /&gt;// Python 2.7.15&lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\Wireshark\extcap&amp;gt;nrf_sniffer.bat&lt;br /&gt;Traceback (most recent call last):&lt;br /&gt;File &amp;quot;C:\Program Files (x86)\Wireshark\extcap\nrf_sniffer.py&amp;quot;, line 60, in &amp;lt;module&amp;gt;&lt;br /&gt;import serial&lt;br /&gt;ImportError: No module named serial&lt;/p&gt;
&lt;p&gt;I&amp;#39;m suspecting this has something to do with &amp;quot;pyserial&amp;quot;, but have no idea.&amp;nbsp; In installing that, I do recall running &amp;quot;setup.py&amp;quot; with no apparent errors.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there up-to-date doc on nRF Sniffer 2.0? (using Wireshark and nRF51-DK)</title><link>https://devzone.nordicsemi.com/thread/146453?ContentTypeID=1</link><pubDate>Thu, 30 Aug 2018 09:12:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:862e1b9f-7595-4557-a9a3-295f7cc55279</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Did you take a look at the &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.1.pdf"&gt;nRF Sniffer User Guide v.2.1&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;All the information about how to set up and use the sniffer should be there.&lt;/p&gt;
&lt;p&gt;Regarding the .hex files; &lt;br /&gt;PCA10028 is the hardware code for the nRF51-DK&lt;br /&gt;PCA10031 is the hardware code for the nRF51-Dongle&lt;br /&gt;PCA10040 is the hardware code for the nRF52-DK&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>