<?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>Problem Enabling BT Coded PHY in Training Exercise</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106143/problem-enabling-bt-coded-phy-in-training-exercise</link><description>Hello, 
 I&amp;#39;m working through the Bluetooth Low Energy Fundamentals tutorial, Lesson 3 Exercise 2. In step 9, the training has an optional step to enable Coded PHY. I have made the changes to main.c and prj.conf as instructed but the PHY will not change</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Nov 2023 19:57:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106143/problem-enabling-bt-coded-phy-in-training-exercise" /><item><title>RE: Problem Enabling BT Coded PHY in Training Exercise</title><link>https://devzone.nordicsemi.com/thread/458189?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 19:57:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb66fccb-2314-4808-97b6-f1557ac3ce28</guid><dc:creator>Gerry7998</dc:creator><description>&lt;p&gt;Amanda,&lt;/p&gt;
&lt;p&gt;Thanks for the guidance - I will checkout with Android.&lt;/p&gt;
&lt;p&gt;Please feel free to close this ticket.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Gerry&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Enabling BT Coded PHY in Training Exercise</title><link>https://devzone.nordicsemi.com/thread/458185?ContentTypeID=1</link><pubDate>Wed, 29 Nov 2023 18:51:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ca879c0-45bc-41ca-befd-b313dd8c0b3e</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Gerry,&lt;/p&gt;
&lt;p&gt;You can refer to&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v2.5.0/samples/bluetooth/peripheral_hr_coded"&gt;https://github.com/nrfconnect/sdk-nrf/tree/v2.5.0/samples/bluetooth/peripheral_hr_coded&lt;/a&gt;&amp;nbsp;sample.&amp;nbsp;&lt;/p&gt;
[quote user=""]5. Testing with iPhone 13 mini - specs include support for Bluetooth 5.0[/quote]
&lt;p&gt;As I know from other cases,&amp;nbsp;&lt;span&gt;iOS does not include support for coded PHY, but it seems that most recent Android phones do. See this in the apple developer forums:&amp;nbsp;&lt;a href="https://developer.apple.com/forums/thread/665542"&gt;https://developer.apple.com/forums/thread/665542&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I would suggest testing with Android phones.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Enabling BT Coded PHY in Training Exercise</title><link>https://devzone.nordicsemi.com/thread/457973?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 22:09:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4b6a9b4-2cda-4dad-b3f3-10169b2e0ac6</guid><dc:creator>Gerry7998</dc:creator><description>&lt;p&gt;Amanda,&lt;/p&gt;
&lt;p&gt;It turns out that the hci_rpmsg.conf was already in the child_image folder.&amp;nbsp; Are there other variables that need to be set to enable Coded Phy?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Gerry&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Enabling BT Coded PHY in Training Exercise</title><link>https://devzone.nordicsemi.com/thread/457969?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 20:27:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3cc71df1-fa31-4e2e-ae13-82043d1e9648</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Please place the&amp;nbsp;&lt;span&gt;hci_rpmsg.conf under the child_image folder as that example.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Enabling BT Coded PHY in Training Exercise</title><link>https://devzone.nordicsemi.com/thread/457968?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 20:16:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cf81e90-261f-4275-98c0-18d71b8aa41a</guid><dc:creator>Gerry7998</dc:creator><description>&lt;p&gt;Hello Amanda,&lt;/p&gt;
&lt;p&gt;I downloaded the hci_rpmsg.conf file and saved it in the same directory as the prj.conf file.&amp;nbsp; I created a new build and flashed to the device and it still didnt&amp;#39;t work.&amp;nbsp;&amp;nbsp;Did I put the file in the correct directory?&amp;nbsp; Is there anything else I need to do with this file?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Gerry&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem Enabling BT Coded PHY in Training Exercise</title><link>https://devzone.nordicsemi.com/thread/457965?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 19:45:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b667649e-0c28-4170-b1f5-09426a1598cb</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For nRF5340, it should set the config with&amp;nbsp;&lt;span&gt;hci_rpmsg as this example&lt;/span&gt;&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/8e083e07b4351742afb44e2d8a43f26c252f1458/samples/bluetooth/peripheral_hr_coded/child_image/hci_rpmsg.conf"&gt;https://github.com/nrfconnect/sdk-nrf/blob/8e083e07b4351742afb44e2d8a43f26c252f1458/samples/bluetooth/peripheral_hr_coded/child_image/hci_rpmsg.conf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>