<?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>ESL Tutorial - Unexplained byte in responses</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125153/esl-tutorial---unexplained-byte-in-responses</link><description>Hi, 
 I&amp;#39;ve been working through the Nordic Bluetooth ESL Tutorial and have the sample code up and running (using a nRF52833 DK as the tag and a nRF5340 DK as the access point). 
 I&amp;#39;ve been able to send commands and receive responses via the console, but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Nov 2025 19:50:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125153/esl-tutorial---unexplained-byte-in-responses" /><item><title>RE: ESL Tutorial - Unexplained byte in responses</title><link>https://devzone.nordicsemi.com/thread/553603?ContentTypeID=1</link><pubDate>Thu, 06 Nov 2025 19:50:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53de45f4-8ba1-4615-841e-c2705b3578ce</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;The latest issue is away from the original scope. Please create a new support case. Thanks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESL Tutorial - Unexplained byte in responses</title><link>https://devzone.nordicsemi.com/thread/553590?ContentTypeID=1</link><pubDate>Thu, 06 Nov 2025 17:16:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b85971c3-9edb-4538-96f0-cfae2c47aaf2</guid><dc:creator>Scott Grubb</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;Thanks again for your help with all of these ESL questions.&amp;nbsp; I had disabled the unused peripherals as per the guide but the problem turned out to be an external sensor that was being initialised too soon after power-on. It&amp;#39;s now working.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m now trying to adjust the PaWR timing parameters but I don&amp;#39;t seem to be able to adjust the Subevent Interval below 8 without causing the Central ESL app to stop working.&amp;nbsp; For example, the following works:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_PAWR_INTERVAL_MIN&lt;/span&gt;&lt;span&gt;=1024&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_PAWR_INTERVAL_MAX&lt;/span&gt;&lt;span&gt;=1024&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_CLIENT_MAX_GROUP&lt;/span&gt;&lt;span&gt;=128&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_SUBEVENT_INTERVAL&lt;/span&gt;&lt;span&gt;=8&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_RESPONSE_SLOT_DELAY&lt;/span&gt;&lt;span&gt;=4&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_RESPONSE_SLOT_SPACING&lt;/span&gt;&lt;span&gt;=2&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_NUM_RESPONSE_SLOTS&lt;/span&gt;&lt;span&gt;=8&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_CLIENT_MAX_RESPONSE_SLOT_BUFFER&lt;/span&gt;&lt;span&gt;=8&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;but this doesn&amp;#39;t:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_PAWR_INTERVAL_MIN&lt;/span&gt;&lt;span&gt;=768&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_PAWR_INTERVAL_MAX&lt;/span&gt;&lt;span&gt;=768&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_CLIENT_MAX_GROUP&lt;/span&gt;&lt;span&gt;=128&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_SUBEVENT_INTERVAL&lt;/span&gt;&lt;span&gt;=6&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_RESPONSE_SLOT_DELAY&lt;/span&gt;&lt;span&gt;=4&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_RESPONSE_SLOT_SPACING&lt;/span&gt;&lt;span&gt;=2&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_NUM_RESPONSE_SLOTS&lt;/span&gt;&lt;span&gt;=8&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ESL_CLIENT_MAX_RESPONSE_SLOT_BUFFER&lt;/span&gt;&lt;span&gt;=8&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;I can&amp;#39;t see anything obvious in the central_esl code but I thought that maybe CONFIG_ESL_SUBEVENT_INTERVAL was being divided by 8 somewhere which was causing values less than 8 to result in an error.&amp;nbsp; There are no clues in the log, because when the problem occurs, it also&amp;nbsp;stops the VCP from working.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Regards&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Scott&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESL Tutorial - Unexplained byte in responses</title><link>https://devzone.nordicsemi.com/thread/553065?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 19:15:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63c7d424-7c08-4969-88bc-b0a80fd4d876</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user="Scott Grubb"]I&amp;#39;ve disabled all unused peripherals on the tag (including the UART) [/quote]
&lt;p&gt;How did you disable the&amp;nbsp;&lt;span&gt;unused peripherals? Did you refer to the&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power_general.html#disable_unused_pins_and_peripherals"&gt;Disable unused pins and peripherals&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESL Tutorial - Unexplained byte in responses</title><link>https://devzone.nordicsemi.com/thread/553058?ContentTypeID=1</link><pubDate>Fri, 31 Oct 2025 16:19:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2fd11bd-c66e-46fb-9fa0-8f67528a8b33</guid><dc:creator>Scott Grubb</dc:creator><description>&lt;p&gt;Thanks again.&amp;nbsp; One other question related to ESL/PAwR: do you know how the tags were configured to obtain the power consumption figures shown here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/periodic-advertising-with-responses-pawr-a-practical-guide"&gt;(+) Periodic Advertising with Responses (PAwR): A practical guide - Software - nRF Connect SDK guides - Nordic DevZone&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve disabled all unused peripherals on the tag (including the UART) but am struggling to get the power consumption down to anything like these levels when running the ESL demo.&amp;nbsp; The lowest I have achieved so far using the default PaWR timing parameters is around 170uA.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Scott&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESL Tutorial - Unexplained byte in responses</title><link>https://devzone.nordicsemi.com/thread/552809?ContentTypeID=1</link><pubDate>Wed, 29 Oct 2025 16:57:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4475fda7-6f60-47d5-9725-f100738a7a3d</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;It&amp;#39;s defined in&amp;nbsp;&lt;a href="https://bitbucket.org/bluetooth-SIG/public/src/8c192a8effd1574d0c83e72ad91407511bcad209/assigned_numbers/core/ad_types.yaml#lines-179,180,181"&gt;https://bitbucket.org/bluetooth-SIG/public/src/8c192a8effd1574d0c83e72ad91407511bcad209/assigned_numbers/core/ad_types.yaml#lines-179,180,181&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/3731.Capture.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESL Tutorial - Unexplained byte in responses</title><link>https://devzone.nordicsemi.com/thread/552677?ContentTypeID=1</link><pubDate>Tue, 28 Oct 2025 18:00:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95524aaa-14f2-4fad-ac9f-d1acba8a1c5b</guid><dc:creator>Scott Grubb</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for this.&amp;nbsp; That explains it!&amp;nbsp; Do you happen to know if this is something particular to Nordic&amp;#39;s implementation of ESL?&amp;nbsp; I don&amp;#39;t think it&amp;#39;s mentioned in the ESL Service documentation (but I might have missed it there too).&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESL Tutorial - Unexplained byte in responses</title><link>https://devzone.nordicsemi.com/thread/552360?ContentTypeID=1</link><pubDate>Fri, 24 Oct 2025 13:21:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2da366e-9e0b-4ce4-9d6d-4876a1987db3</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Check the&amp;nbsp;1- Nordic Bluetooth ESL Tutorial v0.9.1.pdf in the&amp;nbsp;&lt;a href="https://view-su3.highspot.com/viewer/f59b92d3222f034d780b5fc532391319"&gt;Downloaded kit (here)&lt;/a&gt;, page. 25:&lt;/p&gt;
&lt;p&gt;&lt;br /&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/pastedimage1761312013486v1.png" alt=" " /&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>