<?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>Extended advertising data with nrf52832 not detectable.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33515/extended-advertising-data-with-nrf52832-not-detectable</link><description>Utilizing two nrf52832 dev kits, both flashed with v6 of the SD and using V15 of the sdk. 
 Using two examples from the SDK, the ble_peripheral/ble_app_rscs and a slightly modified ble_central/ble_app_blinky_c to test out extended advertisement packets</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Apr 2018 16:33:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33515/extended-advertising-data-with-nrf52832-not-detectable" /><item><title>RE: Extended advertising data with nrf52832 not detectable.</title><link>https://devzone.nordicsemi.com/thread/129844?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 16:33:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:857a9438-8b1a-4c3c-8bce-7456b88c9661</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;6.1 release, although release schedule is unknown to me at the moment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended advertising data with nrf52832 not detectable.</title><link>https://devzone.nordicsemi.com/thread/129825?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 15:12:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:579df3c5-295f-4dc9-a57f-3690b82ad08f</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Will this be done in a upcoming minor release soon or something that is slated for a major release that will be a while?&amp;nbsp; I understand you can&amp;#39;t give any specific dates or schedule, but at least understanding if this is an upcoming minor 6.1 type release or a major 7.0 release would help for now.&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Extended advertising data with nrf52832 not detectable.</title><link>https://devzone.nordicsemi.com/thread/129815?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 14:42:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e2d41e4-6238-4ff1-9184-e0e6a2337416</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I agree that if all the devices are within radio distance of each other it may be overkill to use Bluetooth Mesh (although it is possible to limit the time to live for mesh packets to one jump.)&lt;/p&gt;
&lt;p&gt;I can confirm that extended packets must be enabled both for advertising and for scanning.&lt;/p&gt;
&lt;p&gt;You will still scan for and find legacy advertisements, with extended enabled.&lt;/p&gt;
&lt;p&gt;The theoretical max length of an AD Structure is 255 bytes plus the length field itself (one byte). Please note that the length includes both data as well as one byte for the AD type (such as &amp;quot;complete local name&amp;quot;, &amp;quot;manufacturer specific data&amp;quot;, etc.)&lt;/p&gt;
&lt;p&gt;Unfortunately for version 6.0.0 of the SoftDevices the advertising set is still limited to 31 bytes, but we are planning to have extended advertising sets for next SoftDevice release. With that in place you can increase the amount of data in the AD Structures.&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: Extended advertising data with nrf52832 not detectable.</title><link>https://devzone.nordicsemi.com/thread/129586?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 13:29:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:638d2bf7-089c-4f91-8736-7c45791a2654</guid><dc:creator>Mark</dc:creator><description>&lt;p&gt;Two things I found the other day.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Yes,&amp;nbsp;when you want to&amp;nbsp;scan for a device that is using extended packets, you must setup the scan with extended = 1.&amp;nbsp; It is unclear if this affects scanning for devices that do not use extended packets as&amp;nbsp;I couldn&amp;#39;t find any details in the doc about that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2.&amp;nbsp;There is a&amp;nbsp;ble_central_and_peripheral/experimental/ble_app_hrs_rscs_relay which does use extended scanning and connects to the rscs example.&amp;nbsp; &amp;nbsp;And while it isn&amp;#39;t the type of behavior we are wanting, it at least connects so hopefully we can use it to figure out more details.&lt;/p&gt;
&lt;p&gt;Still many open questions, extended packets should mean we can have more data in the advertisement, but there doesn&amp;#39;t appear to be any clear example of this anywhere.&amp;nbsp; And while the documentation is fairly detailed,&amp;nbsp;one has to know exactly what you are looking for before the docs help.&amp;nbsp; The rscs example enables extended but doesn&amp;#39;t appear to use extended advertising anywhere, or maybe I am just missing it.&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So questions:&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; Is there any direct example or specific places to look (docs or otherwise), when the goal is to send larger data during the advertisement?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; What is the maximum size of the full advertisement name if the extended packet can be over 31 bytes?&amp;nbsp; Is it still&amp;nbsp;only less than 31 bytes?&amp;nbsp; Or could I have a name that is 50 bytes and other data in the advertisement that&amp;nbsp;has another 50 bytes of sensor coordination?&amp;nbsp; All of our devices are within a small area generally so moving to&amp;nbsp;one of the&amp;nbsp;mesh network methods seems like total overkill at this point.&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any suggestions?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>