<?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>connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103127/connectless-cte-tx-rx-problem</link><description>I am testing connectless CTE RX/TX. A strange behavior is occurring. Please advice me. ・connectless CTE TX nRF52833-DK + nRF Connect SDK + connectless CTE TX (almost same as sample) ・connectless CTE RX nRF52833-DK + nRF Connect SDK + My Application (customised</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 29 Oct 2023 23:19:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103127/connectless-cte-tx-rx-problem" /><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/452902?ContentTypeID=1</link><pubDate>Sun, 29 Oct 2023 23:19:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9246a2dc-8643-42d7-84ed-6b4d884e3b93</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;The problem seems to be with PeriodicAdvertising rather than DirectionFinding.&lt;br /&gt;This ticket will be finished and a new ticket will be created.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/451944?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2023 11:33:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c44fb6d7-5b17-4c26-b51f-6ab269cd5fde</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Our developer suggested to set&amp;nbsp;&lt;span&gt;&lt;strong&gt;CONFIG_BT_CTLR_SYNC_PERIODIC_SKIP_ON_SCAN_AUX=y&lt;/strong&gt; (sorry if that wasn&amp;#39;t clear) to allow the device to skip periodic sync events that overlap with extended scan event.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This means that when&amp;nbsp;AUX_ADV_IND or AUX_CHAIN_IND auxiliary channel PDU scan radio event overlaps Periodic Sync radio event in unreserved time space, let the Periodic Sync radio event be aborted so that the auxiliary channel PDU can be received to generate Extended Advertising Reports. By default we want Periodic Advertising Sync Events to take priority over any overlapping Extended Advertising Primary and Auxiliary channel PDU reception in order to not skip Periodic Advertising Report generation. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Under simultaneous multiple Periodic Advertising Sync support with small Periodic Advertising Intervals where there will be a lot of overlapping Periodic Advertising Sync events, it is desirable to permit Extended Advertising auxiliary PDU reception be allowed in a round robin scheduling to skip the overlapping Periodic Advertising Sync event.&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/451652?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 09:03:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01ecc1e0-bf13-4bc8-831e-e066c9a0852c</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;sorry. Information was lacking.&lt;br /&gt;&lt;br /&gt;When set &amp;quot;CONFIG_BT_CTLR_SYNC_PERIODIC_SKIP_ON_SCAN_AUX=n&amp;quot;&lt;br /&gt;&lt;br /&gt;After EXT_ADV reception stopped, EXT_ADV reception did not recover even if all Periodic transmitters were stopped.&lt;br /&gt;&lt;br /&gt;Is this correct behavior?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/451632?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 07:57:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7c3769a-7ef0-44e4-8402-5d5330fafc64</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you explain what you mean about &amp;quot;EXT_ADV reception was not restored&amp;quot; here? Do you also stop and restart the device that is receiving data and are still not able to see the EXT_ADV working as expected?&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/451582?ContentTypeID=1</link><pubDate>Sat, 21 Oct 2023 15:17:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96f0fcab-7848-4aba-a556-6b565e001a13</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;&amp;quot;CONFIG_BT_CTLR_SYNC_PERIODIC_SKIP_ON_SCAN_AUX&amp;quot;&lt;br /&gt;I tested it.&lt;br /&gt;Indeed, it seems that EXT_ADV reception never stops.&lt;br /&gt;However, even if all CTE transmitters were stopped, EXT_ADV reception was not restored.&lt;br /&gt;Is this normal operation?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/450984?ContentTypeID=1</link><pubDate>Wed, 18 Oct 2023 08:31:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67e1314f-f7b2-4fd7-a2a0-cba2c2c40201</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;One of our devs looked at this, and suggested trying the&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_CTLR_SYNC_PERIODIC_SKIP_ON_SCAN_AUX"&gt;CONFIG_BT_CTLR_SYNC_PERIODIC_SKIP_ON_SCAN_AUX&lt;/a&gt;&amp;nbsp;to skip periodic sync events on overlaps with extended scan events.&amp;nbsp;&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/450279?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2023 11:49:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d45c8f0c-32e3-4644-8934-222ae210ef15</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;So you&amp;#39;re trying to receive CTE data from 5 TX devices at the same time? If so, that makes sense, as CTE means&amp;nbsp;&lt;strong&gt;Constant&amp;nbsp;&lt;/strong&gt;tone extension, so it will only be able to receive from one device at a time by default, and you&amp;#39;ll need to give each of them separate timeslots using I.E. the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/mpsl/timeslot/README.html"&gt;MPSL &lt;/a&gt;I believe. Are you able to receive the EXT_ADV at all? What exactly is &amp;quot;long time&amp;quot; in this test case?&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/449876?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 14:19:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b054f16b-f142-4fb3-80ac-9421320b5381</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;An interesting phenomenon has occurred.&lt;br /&gt;The phenomenon occurred in an environment I built into my product.&lt;br /&gt;Similar to the test, you will receive a CTE.&lt;br /&gt;nRF5340&lt;br /&gt;Set CONFIG_BT_PER_ADV_SYNC_MAX=8&lt;br /&gt;5 TX boards(with CTE)&lt;br /&gt;If you are receiving for a long time, only EXT_ADV will not be received. (ADV_NON_CONN and ADV_CONN are received.)&lt;br /&gt;&lt;br /&gt;Do you have any advice?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/449684?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2023 02:05:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91aa3c1b-74e2-4276-bafd-90d2fa0e5955</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;OK.Thanks.&lt;/p&gt;
&lt;p&gt;&lt;span class="HwtZe" lang="en"&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;I&amp;#39;m also testing the modified version.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;No issues have occurred at this time.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/449520?ContentTypeID=1</link><pubDate>Tue, 10 Oct 2023 10:37:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fc415d2-9632-4c8e-b7be-7f95cd8750fe</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I just wanted to let you know that I&amp;#39;m back, and I checked up on Hieu&amp;#39;s test setup which has been running over the weekend and can confirm it is still running. So it seems like the fix is a success as far as we can tell. I&amp;#39;ll let you know if anything changes.&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/449220?ContentTypeID=1</link><pubDate>Fri, 06 Oct 2023 15:43:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff2c98fe-e769-4ac5-9426-640b989f3352</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi loquat,&lt;/p&gt;
&lt;p&gt;My apology for the long silence. I&amp;nbsp;would like to confirm a fix before updating you.&lt;/p&gt;
&lt;p&gt;Currently, we have a promising fix here:&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/pull/63560"&gt;https://github.com/zephyrproject-rtos/zephyr/pull/63560&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;During the tests that I have run the past week, I see that further&amp;nbsp;power cycling the TX board a few times every now and then can cause the issue to happen much faster.&lt;br /&gt;With the fix linked above, however, my current test setup has run more than 24 hours, with me frequently try power cycling the TX board.&lt;/p&gt;
&lt;p&gt;If you wish, please consider giving it a try. You can cherry-pick that fix to your zephyr repository. If you do, please run cherry-pick with &lt;a href="https://stackoverflow.com/a/56547468"&gt;merge strategy to prefer &amp;quot;theirs&amp;quot; code&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I will be out of office next week, but Simon will resume supporting you for this case.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/446328?ContentTypeID=1</link><pubDate>Fri, 15 Sep 2023 14:48:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6608f93f-9c7c-466c-b194-f19ab01e1a86</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Just wanted to give you an update. This pull does seem to mitigate the issue, as it happens less often, but it&amp;#39;s still there. Sometimes it takes 10+ hours to recreate though.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve found out that the reason this happens is that the RTC0 seems to stop for some reason after some time has passed, and we&amp;#39;re currently looking into why this is.&lt;/p&gt;
&lt;p&gt;I will be out of office for the coming weeks, but my colleague Hieu will take over DevZone communication, and let you know when the development team has any updates on this issue. Thank you for your patience!&lt;/p&gt;
&lt;p&gt;Our development team also requested that you make a &lt;a href="https://github.com/nrfconnect/sdk-nrf/"&gt;github issue for this,&lt;/a&gt; as it is a bug in the BT controller we would like to address in a future release, and adding it to the GitHub issues would be best for them to address this.&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/445955?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2023 23:36:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:223f5d16-2ea0-4515-845f-593782e287f4</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;&lt;span class="HwtZe" lang="en"&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;OK.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="HwtZe" lang="en"&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;I&amp;#39;ll test it too.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="HwtZe" lang="en"&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;Thanks.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/445857?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2023 13:20:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebce12b6-f7f8-4051-8b4f-2755e8b10e44</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Just wanted to let you know we found a bug in the Bluetooth controller that we&amp;#39;ve added a fix for and is currently testing on our end. Thus far it&amp;#39;s been running for 1,5 hours without a failure on my end at least. I want to give it some more time to run before I confirm/accept that this fixes the issue, but the pull request is available here at least, so you can test this on your end as well if you&amp;#39;re interested.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/12315"&gt;https://github.com/nrfconnect/sdk-nrf/pull/12315&lt;/a&gt;&amp;nbsp;&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/445684?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 16:11:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0dd3926b-c2f4-4ea4-8c3f-29d004c72064</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;OK.&lt;/p&gt;
&lt;p&gt;I tested it.&lt;br /&gt;1. add &amp;quot;CONFIG_BT_CTLR_SCAN_ENABLE_STRICT=y&amp;quot; to RX side&lt;br /&gt;2. Add button press-&amp;gt;scan_stop() processing to RX side&lt;br /&gt;3. Run the test until reception on the RX side stops&lt;br /&gt;4. After stopping reception, press the button&lt;br /&gt;5. Check the return value of scan__stop()&lt;br /&gt;result is zero.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/445637?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2023 12:47:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00a6fb63-a946-4c2e-b49f-79222c510ccd</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;But can you try calling bt_le_scan_stop() when the scan &amp;quot;just stops&amp;quot; here and see if you&amp;#39;re able to stop the scan or if it returns an error?&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/445284?ContentTypeID=1</link><pubDate>Mon, 11 Sep 2023 06:07:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47071ddd-f019-49c4-bad7-5f6840062c69</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;I don&amp;#39;t quite understand it.&lt;br /&gt;&amp;quot;returned from function calls.&amp;quot;&lt;br /&gt;What function is this returning from?&lt;br /&gt;bt_le_scan_stop() is never called by anyone.&lt;br /&gt;But the scan stops.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/445281?ContentTypeID=1</link><pubDate>Mon, 11 Sep 2023 05:46:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdfe986e-82ce-453d-ae27-c594e6a6c6fb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;And you&amp;#39;re still able to reproduce the scanner stopping altogether, correct? Note that you should also enable logging if you haven&amp;#39;t to see error codes that are returned from function calls.&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/444979?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 14:29:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa5e0bb8-6392-4e93-b52e-4c0f9370eaaa</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;I try it.&lt;/p&gt;
&lt;p&gt;bt_le_scan_stop() symbol is not found.(&lt;span class="HwtZe" lang="en"&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;No one calls bt_le_scan_stop())&lt;br /&gt;I set a break-point on &amp;quot;set_le_ext_scan_enable()&amp;quot;.&lt;br /&gt;but, not be called.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/444898?ContentTypeID=1</link><pubDate>Thu, 07 Sep 2023 11:22:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca1d275e-64ab-4279-b9ad-213e43fd11d7</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Try setting&amp;nbsp;&lt;span&gt;CONFIG_BT_CTLR_SCAN_ENABLE_STRICT=y and see if you still see the &lt;strong&gt;bt_le_scan_stop()&amp;nbsp;&lt;/strong&gt;being triggered if/when this issue occurs. I don&amp;#39;t think it will fix the issue entirely, but you should be able to see a &lt;strong&gt;bt_le_scan_stop&lt;/strong&gt;() trigger when the scanner actually stops, and likely glean some information from what exactly called this scan_stop() function.&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/444743?ContentTypeID=1</link><pubDate>Wed, 06 Sep 2023 14:06:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d234b31-b6ae-4af8-9a47-459e8687af2b</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;sorry. My understanding is lacking.&lt;br /&gt;What I need to do is&lt;br /&gt;Just to confirm that this bug no longer occurs after setting &amp;quot;CONFIG_BT_CTLR_SCAN_ENABLE_STRICT=y&amp;quot;?&lt;br /&gt;Or do I need to do something more than that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/444723?ContentTypeID=1</link><pubDate>Wed, 06 Sep 2023 12:51:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f01a5725-36d6-49a5-a6f0-a37dd7621e5e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CONFIG_BT_CTLR_SCAN_ENABLE_STRICT enforces returning HCI error commands on enabling/disabling already enabled/disabled scanning, which is what the hypothesis of what&amp;#39;s happening currently is.&lt;/span&gt;&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/444556?ContentTypeID=1</link><pubDate>Tue, 05 Sep 2023 14:54:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f326f3c-5001-4aab-aba8-491b9f79c473</guid><dc:creator>loquat</dc:creator><description>&lt;p&gt;thank you&lt;br /&gt;But if my perception and yours are the same, the problem exists in the scan process.&lt;br /&gt;The scan actually stops, even though I didn&amp;#39;t call bt_le_scan_stop().&lt;br /&gt;Does using &amp;quot;CONFIG_BT_CTLR_SCAN_ENABLE_STRICT=y&amp;quot; prevent scanning from stopping?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/444508?ContentTypeID=1</link><pubDate>Tue, 05 Sep 2023 12:34:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bbfd61f-01b3-400c-969b-ff7ad73e3127</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;So now I&amp;#39;ve been able to reproduce the issue. It triggered ~15 minutes after I left yesterday, and again after ~2 minutes today. Can you try using CONFIG_BT_CTLR_SCAN_ENABLE_STRICT=y in your receiver&amp;#39;s prj.conf. Then if there&amp;#39;s a mismatch in the state of scanning in the controller, using &lt;strong&gt;bt_le_scan_stop()&lt;/strong&gt; should return a failure from the controller and we might see an error code. You can also try implementing duplicate filtering enabled when scanning.&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: connectless CTE TX/RX problem</title><link>https://devzone.nordicsemi.com/thread/444341?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2023 13:20:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bacb07b1-e1cd-4013-b966-d162938d5d78</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Following these instructions I haven&amp;#39;t been able to reproduce this after running the RX sample connected to a PPK2 for ~40 minutes (all LEDs are on/blinking as expected and the current consumption shows RX occurring as expected). I&amp;#39;ll leave it running when I head out today and see if it has occurred when I come into office tomorrow. If not, do you have more than two DKs available for testing so you can make sure it isn&amp;#39;t the specific DK(s) you&amp;#39;re using? Also, how far away from each other are the two devices placed when you do these tests? I have them no more than &lt;strong&gt;0.5m&lt;/strong&gt; away&amp;nbsp;on my end.&lt;/p&gt;
&lt;p&gt;Can you also show me how the DK and PPK you&amp;#39;re measuring on are connected physically, and if you&amp;#39;re testing in source meter or ampere meter mode.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>