<?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>nRF52840 (Nordic Dongle) - Bluetooth Sniffer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101991/nrf52840-nordic-dongle---bluetooth-sniffer</link><description>Hi guys, 
 I need to develop a bluetooth sniffer that has to executed on a Win7 Host Machine. 
 The Dongle (Sniffer) has to work plugged on an automatic machine without human interactions. It need to be connected to a BLE Sensor Node. The BLE Node is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Aug 2023 12:31:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101991/nrf52840-nordic-dongle---bluetooth-sniffer" /><item><title>RE: nRF52840 (Nordic Dongle) - Bluetooth Sniffer</title><link>https://devzone.nordicsemi.com/thread/439261?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 12:31:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ebe7aea-5325-4954-a306-afb35ba4fafe</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Rosario,&lt;/p&gt;
&lt;p&gt;You can take a look at our pc-ble-driver-py library&amp;nbsp;&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-py"&gt;https://github.com/NordicSemiconductor/pc-ble-driver-py&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can use the dongle with connectivity firmware with it (you should use the hex file you compile from the repo, not the connectivity firmware from the SDK.)&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It would do the job, but be aware that it&amp;#39;s been discontinued and haven&amp;#39;t got any development in the last few years.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 (Nordic Dongle) - Bluetooth Sniffer</title><link>https://devzone.nordicsemi.com/thread/439165?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 06:57:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d6fb753-7419-4cf2-a573-f74d4343e84c</guid><dc:creator>0x00</dc:creator><description>&lt;p&gt;Thank you very much! I forward a mate question here:&lt;/p&gt;
&lt;p&gt;&amp;quot;Could you also suggest a tool to interface with Python to a Nordic card (dongle) connected via USB to the PC and flashed with the Nordic Connectivity firmware?&amp;quot;&lt;/p&gt;
&lt;p&gt;Many Thanks &amp;amp; have a nice day,&lt;br /&gt;Best Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 (Nordic Dongle) - Bluetooth Sniffer</title><link>https://devzone.nordicsemi.com/thread/437861?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2023 12:05:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b6a5986-6dee-412d-8221-dd2786826b9b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Rosario,&amp;nbsp;&lt;br /&gt;I&amp;#39;m taking over the case as Edvin is on vacation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From what you described, I would assume you are not making a &amp;quot;sniffer&amp;quot; but a central device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;A&amp;nbsp;sniffer would only listen (sniffing) to communication without intervention/interaction and we already have a sniffer&amp;nbsp;solution &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-sniffer-for-bluetooth-le"&gt;here&lt;/a&gt;. A central device on the other hand can establish a connection and communicate with the peer device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regarding the central application you want to implement on PC, my suggestion is to take a look at Bluetooth shell:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/peripherals/posts/using-bluetooth-shell"&gt;Using Bluetooth Shell&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Or you can think of using &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/central_uart/README.html"&gt;central_uart &lt;/a&gt;sample as the base. Basically it will send anything it receive from the peripheral_uart to UART on PC. You then can make a software on PC to process these data.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 (Nordic Dongle) - Bluetooth Sniffer</title><link>https://devzone.nordicsemi.com/thread/437225?ContentTypeID=1</link><pubDate>Wed, 19 Jul 2023 11:39:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6909413-863e-4537-9b0a-648e668bc292</guid><dc:creator>0x00</dc:creator><description>&lt;p&gt;Hi Edvin,&lt;/p&gt;
&lt;p&gt;I have to write a PC software (under Win7) that uses the Nordic Dongle to catch the data from a BLE Sensor Node&lt;/p&gt;
&lt;p&gt;The Sensor Node alternates between the Sleep Mode &amp;amp; Transmit Mode.&lt;/p&gt;
&lt;p&gt;The PC with the Nordic Dongle, instead, is always online (PC alwayes switched On and with the SW running).&lt;/p&gt;
&lt;p&gt;We will be on target if the data flow from the Node to the PC and a User can acces to them from a file that the PC SW has to write.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Many Thanks &amp;amp; Best Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 (Nordic Dongle) - Bluetooth Sniffer</title><link>https://devzone.nordicsemi.com/thread/437032?ContentTypeID=1</link><pubDate>Tue, 18 Jul 2023 13:07:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b4c86d4-32ae-4a7b-8824-56fd3bbc8b47</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;When you say that you need to develop a &amp;quot;Bluetooth sniffer&amp;quot; that needs to be connected to a BLE sensor node. Are you actually talking about a sniffer, similar to the &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-sniffer-for-bluetooth-le"&gt;nRF Sniffer for Bluetooth LE&lt;/a&gt;, or do you just want a device that picks up advertising packets, and/or connects to a device that transmits sensor data?&lt;/p&gt;
&lt;p&gt;Because based on your description, it sounds like you are looking to develop a BLE central that either scans for advertising packets or connects to the device.&lt;/p&gt;
&lt;p&gt;A typical Bluetooth sniffer would not connect to anything, but rather follow two devices into a connection. This is mostly used for debugging.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>