Search found 2 matches

by Glenn
Thu Feb 25, 2021 11:53 pm
Forum: Programs, Libraries and Tools
Topic: XBee 3 watchdog
Replies: 2
Views: 1805

Re: XBee 3 watchdog

Thanks.

I guess I'll find out by trial and error.
The Digi docs on XBee 3 are definitely wanting when it comes to details.
by Glenn
Thu Feb 25, 2021 9:58 pm
Forum: Programs, Libraries and Tools
Topic: XBee 3 watchdog
Replies: 2
Views: 1805

XBee 3 watchdog

I would like to use the watchdog timer for my project. The only info I found contains a conflict. from machine import WDT wdt = WDT(timeout=2000) # enable it with a timeout of 2s wdt.feed() This implies the time out is in milliseconds. The text below it says; classmachine.WDT(id=0, timeout=5000) Cre...