<?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>Trying to install Sniffer based on nRF52840 USB Dongle</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75165/trying-to-install-sniffer-based-on-nrf52840-usb-dongle</link><description>Hi 
 Trying to install and operate the Sniffer based on nRF52840 USB Dongle 
 Having the nRF Connect for Desktop installed and burned the Dongle in accordance with the instructions using the Programmer in nRF Connect 
 Now trying to follow the instruction</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 15 May 2021 19:10:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75165/trying-to-install-sniffer-based-on-nrf52840-usb-dongle" /><item><title>RE: Trying to install Sniffer based on nRF52840 USB Dongle</title><link>https://devzone.nordicsemi.com/thread/309891?ContentTypeID=1</link><pubDate>Sat, 15 May 2021 19:10:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c74f000-1f56-4c10-940e-99a943a5174f</guid><dc:creator>Pret</dc:creator><description>&lt;p&gt;Think you very much David&lt;/p&gt;
&lt;p&gt;It took time to figure out where the Phyton has been installed, weird thing, but finally found it:&lt;/p&gt;
&lt;p&gt;C:\Users\Alex\AppData\Local\Programs\Python\Python39\Scripts&lt;/p&gt;
&lt;p&gt;But the content of this folder only includes 3 files:&lt;/p&gt;
&lt;p&gt;pip.exe&lt;/p&gt;
&lt;p&gt;pip3.9.exe&lt;/p&gt;
&lt;p&gt;pip3.exe&lt;/p&gt;
&lt;p&gt;There is no file requirements.txt&lt;/p&gt;
&lt;p&gt;Therefore going to this folder in Command prompt and trying to run the required command:&amp;nbsp;&lt;span&gt;pip3 install -r requirements.txt&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;produces an error message:&lt;/p&gt;
&lt;p&gt;&amp;quot;could not open requirements file: [errno 2]: No such file or directory: requirements.txt&lt;/p&gt;
&lt;p&gt;It turns that the requirements.txt was in a different location - where there Sniffer software was extracted to. So copied it from there to the phyton/scripts folder and run the pip3 install....command again and it worked!&lt;/p&gt;
&lt;p&gt;Continued with Wireshark setup for the Sniffer and now looks like it is installed properly&lt;/p&gt;
&lt;p&gt;Appreciate your help, David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying to install Sniffer based on nRF52840 USB Dongle</title><link>https://devzone.nordicsemi.com/thread/309888?ContentTypeID=1</link><pubDate>Sat, 15 May 2021 16:33:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6aa1a8dc-3983-4d84-acdf-740701e68b39</guid><dc:creator>daviddedwin</dc:creator><description>&lt;p&gt;Have you installed the required python version, Section 3 of the nRF Sniffer User Guide mentions that python 3.6 or later should be installed.&lt;br /&gt;If you have installed python3, then pip3&amp;nbsp;will be inside your python3 installation so use the full path to pip3.&lt;/p&gt;
&lt;p&gt;For example on my Windows PC, 64 bit running python 3.7&lt;/p&gt;
&lt;p&gt;C:\Users\user&amp;gt;c:\python37\Scripts\pip3 --version&lt;br /&gt;pip 19.2.3 from c:\python37\lib\site-packages\pip (python 3.7)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>