<?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>[SOLVED] nRFSniffer-V2,2.0.0-1.beta, Linux issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30319/solved-nrfsniffer-v2-2-0-0-1-beta-linux-issue</link><description>Using 2.0.0-1.beta on Linux Mint 18. 
 Have installed pyserial with: sudo pip install pyserial --upgrade --ignore-installed 
 resulting in: 
 Installing collected packages: pyserial Successfully installed pyserial-3.0.1 
 When running WireShark, I get</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Feb 2018 15:39:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30319/solved-nrfsniffer-v2-2-0-0-1-beta-linux-issue" /><item><title>RE: nRFSniffer-V2,2.0.0-1.beta, Linux issue</title><link>https://devzone.nordicsemi.com/thread/120319?ContentTypeID=1</link><pubDate>Thu, 08 Feb 2018 15:39:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1524da93-d916-4267-8dbf-ab46b0ba5322</guid><dc:creator>Steph van Schalkwyk</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank you&lt;/span&gt;&lt;/p&gt;
&lt;div dir="auto"&gt;I have one of those. Unfortunately it doesn&amp;#39;t seem as if Antware2 can passively sniff. It is set up as either a master or slave.&lt;/div&gt;
&lt;div dir="auto"&gt;If there is something I&amp;#39;m not seeing, please correct me.&lt;/div&gt;
&lt;div dir="auto"&gt;Step&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRFSniffer-V2,2.0.0-1.beta, Linux issue</title><link>https://devzone.nordicsemi.com/thread/120213?ContentTypeID=1</link><pubDate>Thu, 08 Feb 2018 08:58:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f8d6cc5-2f65-4ddc-a11f-ee30e674bc0d</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The nRFsniffer only supports bluetooth low energy. In order to monitor ANT traffic, you&amp;#39;ll have to use the tools provided by Dynastream, and use a dongle like this:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.thisisant.com/developer/components/antusb-m/#396_tab"&gt;https://www.thisisant.com/developer/components/antusb-m/#396_tab&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can supply the network key, and set up the dongle in &amp;quot;scan mode&amp;quot; in ANTware to monitor traffic.&lt;/p&gt;
&lt;p&gt;I am not sure if there&amp;#39;s any linux support for ANTware (requires login to download in the above site),&amp;nbsp;and I&amp;#39;d recommend contacting Dynastream about this subject.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRFSniffer-V2,2.0.0-1.beta, Linux issue</title><link>https://devzone.nordicsemi.com/thread/120192?ContentTypeID=1</link><pubDate>Thu, 08 Feb 2018 02:23:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a1f7df2-0210-4012-b42d-1a14559a4b20</guid><dc:creator>Steph van Schalkwyk</dc:creator><description>&lt;p&gt;Hi Hakon,&lt;/p&gt;
&lt;p&gt;Thank you. It seems to have fixed it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Wireshark sees the /dev/ttyACM0 device and sniffs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For some reason it is not picking up my ANT traffic. Is that because there isn&amp;#39;t a working ANT plugin? Surely the sniffer should see ANT traffic between devices?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Steph&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRFSniffer-V2,2.0.0-1.beta, Linux issue</title><link>https://devzone.nordicsemi.com/thread/120176?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 21:40:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a67e47d9-cf8a-4603-8d02-3afced76221f</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Steph,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]Have installed pyserial with:&amp;nbsp;sudo pip install pyserial --upgrade --ignore-installed[/quote]
&lt;p&gt;Using sudo when installing pip-packages&amp;nbsp;isn&amp;#39;t recommended, and is likely why you needed a second install-cmd (user does not have access to root home folder). I&amp;#39;d recommend to use pip as a normal user, or install using apt.&lt;/p&gt;
&lt;p&gt;More detailed info here:&amp;nbsp;&lt;a href="https://askubuntu.com/questions/802544/is-sudo-pip-install-still-a-broken-practice"&gt;https://askubuntu.com/questions/802544/is-sudo-pip-install-still-a-broken-practice&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]Version 2.2.6 (Git Rev Unknown from unknown)[/quote]
&lt;p&gt;The sniffer-v2 requires Wireshark 2.4.2 or newer.&lt;/p&gt;
&lt;p&gt;Easiest way to obtain the latest stable release (2.4.4) is to&amp;nbsp;add the&amp;nbsp;wireshark-dev ppa:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://launchpad.net/~wireshark-dev/+archive/ubuntu/stable"&gt;https://launchpad.net/~wireshark-dev/+archive/ubuntu/stable&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also make sure that your user is a part of the dialout group, so that you can access the ttyACM0 as a normal user:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;sudo usermod -a -G dialout MY_USERNAME&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Let me know if&amp;nbsp;there&amp;#39;s still issues that needs to be ironed out!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRFSniffer-V2,2.0.0-1.beta, Linux issue</title><link>https://devzone.nordicsemi.com/thread/120160?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2018 17:49:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e744f8a-22a2-47eb-96a5-552b183741ca</guid><dc:creator>Steph van Schalkwyk</dc:creator><description>&lt;p&gt;No packets:&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>