<?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>csl</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128602/csl</link><description>how to enable CSL on openthread?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Jul 2026 11:37:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128602/csl" /><item><title>RE: csl</title><link>https://devzone.nordicsemi.com/thread/568647?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2026 11:37:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85968faa-86fb-4d9f-8a87-0f8aa0d60d02</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can enable CSL with the following Kconfig option:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_OPENTHREAD_CSL_RECEIVER=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can then configure the CSL behavior with these options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;CONFIG_OPENTHREAD_CSL_RECEIVER - Enables SSED child mode.&lt;/li&gt;
&lt;li&gt;CONFIG_OPENTHREAD_CSL_AUTO_SYNC - Enables the CSL autosynchronization feature.&lt;/li&gt;
&lt;li&gt;CONFIG_OPENTHREAD_CSL_TIMEOUT - Sets the default CSL timeout in seconds.&lt;/li&gt;
&lt;li&gt;CONFIG_OPENTHREAD_CSL_RECEIVE_TIME_AHEAD - Sets the CSL receiver wake up margin in microseconds.&lt;/li&gt;
&lt;li&gt;CONFIG_OPENTHREAD_MIN_RECEIVE_ON_AHEAD - Sets the minimum receiving time before start of MAC header.&lt;/li&gt;
&lt;li&gt;CONFIG_OPENTHREAD_MIN_RECEIVE_ON_AFTER - Sets the minimum receiving time after start of MAC header.&lt;/li&gt;
&lt;li&gt;CONFIG_OPENTHREAD_PLATFORM_CSL_UNCERT - Sets the fixed uncertainty of the device for scheduling CSL Transmissions in units of 10 microseconds.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can read more in our documentation here:&amp;nbsp;&lt;a href="https://nrfconnectdocs.nordicsemi.com/ncs/3.3.1/nrf/protocols/thread/sed_ssed.html#synchronized-sleepy-end-device"&gt;Synchronized Sleepy End Device&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>