<?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>NRF Sniffer not finding any advertising devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56507/nrf-sniffer-not-finding-any-advertising-devices</link><description>Hi, 
 I am trying to setup a ble sniffer to make sure another one of my devices is sending the correct data to the central. But the nRF sniffer does not seem to be picking up any devices near me. For clarity I know there are many devices advertising in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Jan 2020 20:30:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56507/nrf-sniffer-not-finding-any-advertising-devices" /><item><title>RE: NRF Sniffer not finding any advertising devices</title><link>https://devzone.nordicsemi.com/thread/229127?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 20:30:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:255c2b61-f3ee-4bbf-8ea5-d4fb9e9efdcb</guid><dc:creator>patjshan</dc:creator><description>&lt;p&gt;No, it seems to pass all of those steps&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Sniffer not finding any advertising devices</title><link>https://devzone.nordicsemi.com/thread/229112?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 16:05:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d04dfeea-8327-42c4-8a83-04f080b8635d</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Did you follow the getting started guide first to verify that it works as described there?&lt;br /&gt;&lt;a href="http://infocenter.nordicsemi.com/pdf/nRF_Sniffer_BLE_UG_v3.0.pdf"&gt;http://infocenter.nordicsemi.com/pdf/nRF_Sniffer_BLE_UG_v3.0.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Does it fail at any step?&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Sniffer not finding any advertising devices</title><link>https://devzone.nordicsemi.com/thread/229086?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 14:45:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c772a2f9-8c84-4382-b0b3-2d5b58f22d79</guid><dc:creator>patjshan</dc:creator><description>&lt;p&gt;Hi Kenneth, I have downloaded the latest version of J-link, but the sniffer is still not returning anything. I&amp;#39;m wondering whether the problem is with my understanding of the API. Is the &amp;#39;example.py&amp;#39; script supposed to work right off the bat or do I need to change somethings around (besides enter the port number of the sniffer module when instantiating the sniffer class)? As of now i can run the &amp;#39;example&amp;#39; module and identify which port the sniffer is on but the sniffer is not picking up any packets.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;def setup():
    global mySniffer
    
    ports = UART.find_sniffer()
    print(ports)
    #Initialize the sniffer on COM port COM19.
    #mySniffer = Sniffer.Sniffer(portnum = &amp;#39;COM31&amp;#39;)
    # Or initialize and let the sniffer discover the hardware.
    # mySniffer = Sniffer.Sniffer()
    # Start the sniffer module. This call is mandatory.
    print(str(ports[0]))
    mySniffer = Sniffer.Sniffer(portnum = str(ports[0]))
    mySniffer.start()
    mySniffer.scan()

    # Wait to allow the sniffer to discover device mySniffer.
    time.sleep(5)
    # Retrieve list of discovered devicemySniffer.
    d = mySniffer.getDevices()
    # Find device with name &amp;quot;Example&amp;quot;.
    #dev = d.find(&amp;#39;&amp;#39;)
    
##    if dev is not None:
##        # Follow (sniff) device &amp;quot;Example&amp;quot;. This call sends a REQ_FOLLOW command over UART.
##        mySniffer.follow(dev)
##    else:
##        print(&amp;quot;Could not find device&amp;quot;)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;above is the only part of the example script that I changed (the setup function), I printed out the com port that was found just to make sure its the right port and got rid of the device filter. my out put looks like this:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2020_2D00_01_2D00_14-09_5F00_43_5F00_46_2D00_Python-3.7.4-Shell.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Sniffer not finding any advertising devices</title><link>https://devzone.nordicsemi.com/thread/229045?ContentTypeID=1</link><pubDate>Tue, 14 Jan 2020 13:17:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c09b86a-74bb-45bc-9dbe-050e3112467d</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I know there currently is an issue with&amp;nbsp;&lt;span&gt;Wireshark version: 3.2.0, so you may try&amp;nbsp;Wireshark version: 3.0.7 and/or wait for 3.2.1 that is supposed to be released any day now.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can also try to install the latest SEGGER j-link / nRF command line tools:&lt;br /&gt;&lt;a href="https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack"&gt;https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line-Tools/Download"&gt;https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Command-Line-Tools/Download&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>