florianL21 / LED-ClockShelf

Code base for a completely customizable and configurable LED clock using WS2812b RGB LEDs. Controllable via the Blynk app
GNU General Public License v3.0
24 stars 4 forks source link

System freeze #21

Closed masterbalby2 closed 1 year ago

masterbalby2 commented 1 year ago

After several weeks of work I finally finished making the shelf. The leds are installed and the printed covers are in place. I programmed my esp32 and wired it to the leds through a 74AHCT125N levelshifter. Everything works fine but after a few minutes (between 5 and 10 minutes) the system freezes. I don't understand what causes this freeze. Do you have any ideas? PS: thank you for this great project

florianL21 commented 1 year ago

There was a bug in the code that would cause system resets a few weeks ago. Did you use the newest version of the code? If you are still having issues try to disable Blynk as a first step to see if it is still happening

masterbalby2 commented 1 year ago

Ok thanks for the answer. I am using the latest version of the code. I'll try tonight by disabling Blynk.

masterbalby2 commented 1 year ago

The problem seems to be solved. Indeed I did not have the last version of the code. With the last one everything works and no more freeze of the clock with blink activated. Thanks

florianL21 commented 1 year ago

Great to hear :)