<?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>How can I sniff BLE Mesh Packets/Beacons?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33145/how-can-i-sniff-ble-mesh-packets-beacons</link><description>I tried to sniff Mesh Packets send with the Light Switch Example but I didn&amp;#39;t get any. 
 For sniffing I use the nrfsniffer v2 with the nrf dongle and for the Light Switch Example I use the nrf52840-Preview-DK. 
 I also removed the non default access address</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Apr 2018 16:26:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33145/how-can-i-sniff-ble-mesh-packets-beacons" /><item><title>RE: How can I sniff BLE Mesh Packets/Beacons?</title><link>https://devzone.nordicsemi.com/thread/127495?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 16:26:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6457e639-5c0d-4ba7-886e-3765383b59d3</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for sharing the solution, it is highly appreciated! I have notified the Mesh team, and hopefully it gets fixed for the upcoming Mesh release. Thanks again for pointing this out.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I sniff BLE Mesh Packets/Beacons?</title><link>https://devzone.nordicsemi.com/thread/127409?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 11:24:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2d583b3-8617-4122-a247-c56bf42e67b9</guid><dc:creator>blemesh</dc:creator><description>&lt;p&gt;I solved the problem:&lt;/p&gt;
&lt;p&gt;In the Mesh SDK in the bearer_defines.h there is a define for the default Access Address:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define BEARER_ACCESS_ADDR_NONCONN 0x8E89BED6&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And there is the problem. The Access Address has to be defined as unsigned. After adding an &amp;quot;U&amp;quot; at the end of the Address it worked.&lt;/p&gt;
&lt;p&gt;I think this is an error in the Mesh SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>