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've owned the board for a few years now, but it has had an issue with the PID that the temperature never rises to the peak temperature. I thought I'd try to adjust the parameters (increase Kp I suppose?) and flash the updated firmware on the board. I was able to build the firmware (Arduino IDE v2.3.2 & esp32 boards v3.0.7, master branch), but the application crashes some seconds after boot causing a reboot. I tried debugging the issue, but the behaviour was very strange (for loop in digitalButton running to i = 546) that I suspect the device either runs out of memory or there is something funky going on with the libraries / board support. As I uploaded the firmware to the board and thus replaced the original, I now have a bricked device. Thus I was wondering if you could perhaps share some firmware version you have built that has been tested and proven to work? I would of course appreciate if there would be a version with tweaked PID parameters, but would be grateful for any working version.
The text was updated successfully, but these errors were encountered:
Please try to downgrade ESP suppport to 1.0.6 version. I remember that anythink higher than this will cause issue which you described. I tried to find out why this is happening, but without luck. Pls let me know if your issue is solved.
I've owned the board for a few years now, but it has had an issue with the PID that the temperature never rises to the peak temperature. I thought I'd try to adjust the parameters (increase Kp I suppose?) and flash the updated firmware on the board. I was able to build the firmware (Arduino IDE v2.3.2 & esp32 boards v3.0.7, master branch), but the application crashes some seconds after boot causing a reboot. I tried debugging the issue, but the behaviour was very strange (for loop in digitalButton running to i = 546) that I suspect the device either runs out of memory or there is something funky going on with the libraries / board support. As I uploaded the firmware to the board and thus replaced the original, I now have a bricked device. Thus I was wondering if you could perhaps share some firmware version you have built that has been tested and proven to work? I would of course appreciate if there would be a version with tweaked PID parameters, but would be grateful for any working version.
The text was updated successfully, but these errors were encountered: