<?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>S340 v6.1.1 advertise on coded phy?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59205/s340-v6-1-1-advertise-on-coded-phy</link><description>I&amp;#39;m trying to advertise on the coded phy, but SDK 16 seems to have a block in place against doing this when you use S340. I can obviously edit this, but I don&amp;#39;t normally edit the SDK without checking first. Does the S340 fully support the coded phy? </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Mar 2020 07:46:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59205/s340-v6-1-1-advertise-on-coded-phy" /><item><title>RE: S340 v6.1.1 advertise on coded phy?</title><link>https://devzone.nordicsemi.com/thread/240553?ContentTypeID=1</link><pubDate>Thu, 19 Mar 2020 07:46:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b07d9713-8ef7-48fe-a5cc-0da7dbc13b8c</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Brett&lt;/p&gt;
&lt;p&gt;I agree. I have reported this internally now. This will likely be fixed in an upcoming release of the SDK, but until then, it should be fine adding S340 to the phy_is_valid() check.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S340 v6.1.1 advertise on coded phy?</title><link>https://devzone.nordicsemi.com/thread/240447?ContentTypeID=1</link><pubDate>Wed, 18 Mar 2020 13:26:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfe3bfae-03d1-4429-860f-96f6b39eb8f2</guid><dc:creator>brett_anderson</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;ble_advertising.c is not a part of the soft device header files, so the Garmin guys don&amp;#39;t control that. SDK 16.0 seems to block the S340 from using the coded phy. I was able to modify the SDK to allow it, and it is working.&lt;/p&gt;
&lt;p&gt;I guess maybe just report the issue so it can be resolved in the SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S340 v6.1.1 advertise on coded phy?</title><link>https://devzone.nordicsemi.com/thread/240416?ContentTypeID=1</link><pubDate>Wed, 18 Mar 2020 11:59:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6608e51b-55af-45e0-9223-d2ed515bfd5a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;According to &lt;a href="https://www.thisisant.com/developer/components/nrf52832"&gt;thisisant.com&lt;/a&gt; (which is the guys distributing the ANT SoftDevice for us) S340 does support long-range BLE (Coded PHY). Have you included all the necessary header files for S340 in the&amp;nbsp;&lt;span&gt;&lt;strong&gt;/components/softdevice/S340/headers&amp;nbsp;&lt;/strong&gt;path?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can ask the ANT guys for confirmation, but as far as I can see, the S340 should fully support Coded PHY.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S340 v6.1.1 advertise on coded phy?</title><link>https://devzone.nordicsemi.com/thread/240328?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2020 21:27:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a428721-4f76-44b8-ace2-8720f4455525</guid><dc:creator>brett_anderson</dc:creator><description>&lt;p&gt;So, there is a second block, in ble_advertising.c, called phy_is_valid(), that also blocks unless the S140 is specified.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Turns out, if I comment out both of these blocks, the S340 does indeed advertise using the coded phy.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So my question remains, is the coded phy fully supported or not in S340? If it is, then I will simply leave my edits in place. I assume that Nordic will want to add a further check to include the S340 for future SDK releases. If it is not fully supported, when do we expect it to be?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S340 v6.1.1 advertise on coded phy?</title><link>https://devzone.nordicsemi.com/thread/240323?ContentTypeID=1</link><pubDate>Tue, 17 Mar 2020 18:57:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3c12541-af6f-406d-95a7-296cac81c1d9</guid><dc:creator>brett_anderson</dc:creator><description>&lt;p&gt;I just did a quick check and swapped to the S140. I can advertise successfully on the S140 using the coded phy, but I cannot on the S340. If I set the phy to be coded on the S340 (and comment out the block), it instead advertises on the 1M phy. Same code on the S140, and it uses the coded phy.&lt;/p&gt;
&lt;p&gt;Any thoughts on this? I need to be able to advertise using the coded phy, but I also need the ANT stack.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>