Resetting the watchdog timer in Arduino MKR1500

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dkanday
 
Posts: 60
Joined: Mon Jun 07, 2021 4:49 pm

Resetting the watchdog timer in Arduino MKR1500

Post by dkanday »

Hi there,

I am using https://github.com/javos65/WDTZero1 library for using the watchdog timer in Arduino MKR1500. I am trying to use the watchdog to monitor and reset the Arduino if it gets stuck in the loop function trying to send and receive message. But I am not sure how to reset it, if the function gets implemented correctly. The github example does not reflect how to implement the reset. Can someone please help?

User avatar
dkanday
 
Posts: 60
Joined: Mon Jun 07, 2021 4:49 pm

Re: Resetting the watchdog timer in Arduino MKR1500

Post by dkanday »

Is there an alternative library that I can use with MKR1500?

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Resetting the watchdog timer in Arduino MKR1500

Post by adafruit_support_mike »

Check with the folks over in the Arduino forums:

http://forum.arduino.cc/

They know the hardware and convenience functions better than we do.

User avatar
dkanday
 
Posts: 60
Joined: Mon Jun 07, 2021 4:49 pm

Re: Resetting the watchdog timer in Arduino MKR1500

Post by dkanday »

Thanks Mike! Will do

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”