<?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>BLE Long Range Communication with Mobile Phones</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111839/ble-long-range-communication-with-mobile-phones</link><description>I have a question: Is it possible to use BLE Long Range mode (Coded PHY) in the NRF52840 with mobile phones? If not, is there a solution to use it in parallel with normal mode, so I can use BLE Long Range to communicate with some devices while still connecting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Jul 2024 07:23:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111839/ble-long-range-communication-with-mobile-phones" /><item><title>RE: BLE Long Range Communication with Mobile Phones</title><link>https://devzone.nordicsemi.com/thread/495548?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2024 07:23:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1eec8825-6837-4904-84ae-c8052d87ccef</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Bartosz,&lt;/p&gt;
&lt;p&gt;Technically this should be possible, but as you mentioned , the latest zephyr does not seem to&amp;nbsp;support setting different PHYs for primary and secondary channels.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1721892043525v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;In BLE5.0&amp;nbsp; and later on, you can actually use different PHYs for primary and secondary channels, but&amp;nbsp;this configuration depends on the specific implementation of the Bluetooth stack you are using, or in other words, you will require explicit support from the stack.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you require this feature, then I suggest you should try&amp;nbsp;using a different stack version or maybe wait for updates to Zephyr which may contain new APIs or configuration options.&lt;/p&gt;
&lt;p&gt;Hope this helps with your doubts. If the initial topic for the ticket has been answered, I would suggest you to create a new ticket for further different topics, because this would help keep devzone clean and also help future seekers to obtain answers based on topics easily.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Long Range Communication with Mobile Phones</title><link>https://devzone.nordicsemi.com/thread/495332?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2024 07:01:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4f8bb22-1522-4e2b-b881-1b70f11c633c</guid><dc:creator>Bartosz22</dc:creator><description>&lt;p&gt;I have one more question is it possible to use 1M on primary phy and Coded PHY on secondary phy in advertising mode ? Cause in latest zephyr I saw that when configuring advertising mode and selecting Coded PHY it will be selected for both primary and secondary phy.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Long Range Communication with Mobile Phones</title><link>https://devzone.nordicsemi.com/thread/487923?ContentTypeID=1</link><pubDate>Fri, 07 Jun 2024 12:56:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cc4eea9-61c9-47ef-88f7-004f6f459eb3</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;You can take a look at&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/94382/code-phy-mode-advertisment-power-vs-1m-mode"&gt; this ticket &lt;/a&gt;where a colleague of mine mentions that using Coded PHY mode will use the same 1Mbps modulation to send data, just using more redundancy bit for error correction to achieve longer range.&lt;/p&gt;
&lt;p&gt;i.e. basically there is an increased power consumption and a compromise with throughput too.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Long Range Communication with Mobile Phones</title><link>https://devzone.nordicsemi.com/thread/487625?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2024 07:19:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:004266d7-8e4b-47d1-b86b-25cd3c333610</guid><dc:creator>Bartosz22</dc:creator><description>&lt;p&gt;Thanks for quick reply, but how about communication&amp;nbsp;efficiency when for example for the primary phy I will choose 1MBS and secondary coded phy ? What will be the impact on the communication ?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Long Range Communication with Mobile Phones</title><link>https://devzone.nordicsemi.com/thread/487621?ContentTypeID=1</link><pubDate>Thu, 06 Jun 2024 06:48:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:212ba657-b02a-4705-9c8b-c93abd9994b1</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Bartosz,&lt;/p&gt;
&lt;p&gt;It is possible to use the BLE Long Range (Coded PH) in the nRF52840 with mobile phones, but the mobile phone should also support long range. If not, the mobile phone cannot search for devices that support/use the long range function.&lt;/p&gt;
&lt;p&gt;Please take a look at &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/95563/can-ble_gap_phy_1mbps-ble_gap_phy_2mbps-ble_gap_phy_coded-be-applied-to-broadcast-at-the-same-time-in-sdk15-3?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending"&gt;this discussion&lt;/a&gt;, which may be of help. :)&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>