Hardware watchdog on Nano ESP32?

Hi,

Can anyone tell me how to use the hardware watchdog on the Nano ESP32? I presume it’s slightly different from the other Nano’s.

(I have tried to search here and on google but haven’t found an answer. )

Thanks!
M

Google "esp32 hardware watchdog". :wink:

I did that, of course, but I found nothing specific to Arduino nano ESP32.

And I am not sure whether code for ESP32 (a different board) also works the same for an Arduino Nano ESP32.

That’s why I asked the question. If this is something I’m supposed to know, I apologize - but I don’t know.

The watchdog is from the ESP32, it's not from the board.

1 Like

Ah. Then I will try the headers and code I found online. Thanks.