Hello,
I'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 from nRF Connect SDK v1.7.0 (I checked v1.6.1, and it exhibits the same behavior).
2. Upload it to nRF52840-PCA10056 (Development Kit for nRF52840)
3. Let the light bulb join your Zigbee network (I don't think that the network origin matters).
4. Turn the bulb on and set the brightness to less than 100%.
5. Observe that RUN_STATUS_LED (aka DK_LED1) stops blinking for an inexplicable reason!
I'm failing to find any even distant relationship between DK_LED1 and PWM, which controls the brightness in the example code. I assume that the issue must be somewhere deeper and requires the attention of the SDK developers.
Best regards,
Sergey