You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a simple application (weather / clock) that just connects to WiFi, periodically updates weather information, and displays it.
Everything works fine and it runs for hours (stable, low RAM use) if I leave the display backlight at full brightness. However, if I dim the backlight using PWM on GPIO1, the board will spontaneously reset after a couple of minutes. Anywhere between 1 minute and 15 minutes before it resets, randomly.
rtc_get_reset_reason shows POWERON_RESET or RTCWDT_BROWN_OUT_RESET. Either one can show, but otherwise the reset pattern looks random as described above.
I looked at the datasheet for PT4103 backlight LED controller, which suggests low-frequency PWM on the backlight control pin, but even using 500Hz, the reset still happens.
Is this something you have experienced or could test?
The text was updated successfully, but these errors were encountered:
I have a simple application (weather / clock) that just connects to WiFi, periodically updates weather information, and displays it.
Everything works fine and it runs for hours (stable, low RAM use) if I leave the display backlight at full brightness. However, if I dim the backlight using PWM on GPIO1, the board will spontaneously reset after a couple of minutes. Anywhere between 1 minute and 15 minutes before it resets, randomly.
rtc_get_reset_reason
showsPOWERON_RESET
orRTCWDT_BROWN_OUT_RESET
. Either one can show, but otherwise the reset pattern looks random as described above.I looked at the datasheet for PT4103 backlight LED controller, which suggests low-frequency PWM on the backlight control pin, but even using 500Hz, the reset still happens.
Is this something you have experienced or could test?
The text was updated successfully, but these errors were encountered: