<?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>RUN_STATUS_LED in zigbee/light_bulb stops blinking if brightness is less than 100%!</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80033/run_status_led-in-zigbee-light_bulb-stops-blinking-if-brightness-is-less-than-100</link><description>Hello, 
 I&amp;#39;m evaluating nrf52840 and trying to use zigbee/light_bulb as a starting point. One thing I caught immediately and still trying to find an explanation for was the strange behavior of RUN_STATUS_LED. 
 Steps to reproduce: 1. Use zigbee/light_bulb</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Sep 2021 04:53:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80033/run_status_led-in-zigbee-light_bulb-stops-blinking-if-brightness-is-less-than-100" /><item><title>RE: RUN_STATUS_LED in zigbee/light_bulb stops blinking if brightness is less than 100%!</title><link>https://devzone.nordicsemi.com/thread/331593?ContentTypeID=1</link><pubDate>Wed, 29 Sep 2021 04:53:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b7b28b5-6e32-4034-993f-35aa634cab69</guid><dc:creator>Sergey A.</dc:creator><description>&lt;p&gt;Hi Marte,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Indeed, I deleted ch0-pin association&amp;nbsp;with pwm0 and the issue has gone away.&lt;/p&gt;
&lt;p&gt;Thank you for your prompt and professional reply!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Sergey&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RUN_STATUS_LED in zigbee/light_bulb stops blinking if brightness is less than 100%!</title><link>https://devzone.nordicsemi.com/thread/331507?ContentTypeID=1</link><pubDate>Tue, 28 Sep 2021 12:31:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2d7d28c-7cb5-455b-8966-3d26ce7ce2ae</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Sergey,&lt;/p&gt;
&lt;p&gt;This is caused by the pins for LED 1 and LED 4 both being configured as PWM0. LED 4 is configured specifically for this sample, which you can find in the&amp;nbsp;overlay file&amp;nbsp;boards/nrf52840dk_nrf52840.overlay, while LED 1 is the default PWM LED for nRF52840 DK and is configured in the board file&amp;nbsp;zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts.&lt;/p&gt;
&lt;p&gt;If you need to disable LED 1 as PWM LED you can do so by deleting the ch0-pin property&amp;nbsp;in the overlay file:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;pwm0&lt;/span&gt;&lt;span&gt;&amp;nbsp;{&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;ch1-pin&lt;/span&gt;&lt;span&gt;&amp;nbsp;=&amp;nbsp;&amp;lt;&lt;/span&gt;&lt;span&gt;16&lt;/span&gt;&lt;span&gt;&amp;gt;;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;ch1-inverted&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span&gt;/delete-property/&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;ch0-pin&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;div&gt;&lt;code&gt;&lt;span&gt;};&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RUN_STATUS_LED in zigbee/light_bulb stops blinking if brightness is less than 100%!</title><link>https://devzone.nordicsemi.com/thread/331364?ContentTypeID=1</link><pubDate>Mon, 27 Sep 2021 14:58:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db5c3e91-d195-4375-8bf3-583a815cd853</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Sergey,&lt;/p&gt;
&lt;p&gt;I am able to reproduce this on my side, but it seems like&amp;nbsp;RUN_STATUS_LED stops blinking when LED 4 is turned on completely as well, and it will only blink if LED 4 is turned off.&lt;/p&gt;
&lt;p&gt;I have started looking into this, and I will come back to you tomorrow.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>