ESP32 real Watchdog and brownout disabling

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
MJU20
Posts: 243
http://meble-kuchenne.info.pl
Joined: Tue Dec 08, 2020 5:11 pm
Has thanked: 75 times
Been thanked: 50 times

ESP32 real Watchdog and brownout disabling

Post by MJU20 »

Please add a working feature for the ESP32 to disable the Brown-out and Watchdog detection.

Thank you.

BenR
Matrix Staff
Posts: 1733
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 439 times
Been thanked: 602 times

Re: ESP32 real Watchdog and brownout disabling

Post by BenR »

Hello,

I've been through and hopefully added working code for the auto watchdog feature to function correctly.

For the watchdog it looks like you can play with the settings via the sdkconfig settings file.

The line should look like this.

Code: Select all

CONFIG_ESP32_BROWNOUT_DET=y

BenR
Matrix Staff
Posts: 1733
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 439 times
Been thanked: 602 times

Re: ESP32 real Watchdog and brownout disabling

Post by BenR »

Hmm sorry I hit a wall with the watchdog fix I did. It should have worked but was causing compile errors and I couldn't seem to resolve them.

Anyway for now the answer to the watchdog problem is documented here.

viewtopic.php?p=3568#p3568

I'll keep trying for a none c code based fix.

Post Reply