<?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>NRF8021540 USB dongle, Python, switching channel bug?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91895/nrf8021540-usb-dongle-python-switching-channel-bug</link><description>Hi, 
 I am using a simple python script to test packet sniffing: 
 import time import subprocess from nrf802154_sniffer import Nrf802154Sniffer sniffer = Nrf802154Sniffer() 
 for chan in range (1, 26): print (&amp;#39;chan: &amp;#39; + str(chan)) print (&amp;#39;starting Thread</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Sep 2022 07:49:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91895/nrf8021540-usb-dongle-python-switching-channel-bug" /><item><title>RE: NRF8021540 USB dongle, Python, switching channel bug?</title><link>https://devzone.nordicsemi.com/thread/386101?ContentTypeID=1</link><pubDate>Wed, 14 Sep 2022 07:49:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9956788e-f1a7-4075-b0bb-3451c1ebf521</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Mart,&lt;/p&gt;
&lt;p&gt;Great! I am glad to hear that you managed to change the script to not need Wireshark after all&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF8021540 USB dongle, Python, switching channel bug?</title><link>https://devzone.nordicsemi.com/thread/386045?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 16:13:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68a41e26-6cf9-4086-88b2-3121be4fc40a</guid><dc:creator>nrfmh</dc:creator><description>&lt;p&gt;Hi Marte!&lt;/p&gt;
&lt;p&gt;Thanks, that helped a lot :)!&amp;nbsp; All is working fine now. For your information: I adapted the Nordic Python script a bit, now I can parse and write to a database without Wireshark and any Wireshark related tools.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Mart&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF8021540 USB dongle, Python, switching channel bug?</title><link>https://devzone.nordicsemi.com/thread/386002?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 13:50:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88a02a55-d1d5-47cc-b641-d75399bfded7</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Mart,&lt;/p&gt;
&lt;p&gt;Only channels 11-26 are used by 802.15.4, so you should not use any other channels. I tested your script and changed the range to (11,26) instead, and it worked.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>