Remember
Register
Home
/
Support
/
Support Forum
/
does xbee 3 digimesh support a watchdog?
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
3rd Party Python and API development in other Languages
(265)
RF Solutions and XBee
(8,417)
Digi TransPort
(787)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,162)
Google Coral
(2)
Rabbit
(3,195)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
does xbee 3 digimesh support a watchdog?
0
votes
I get the error "ImportError: cannot import name WDT" when using this code:
from machine import WDT
Is there another way to use the feature of a watchdog if it is indeed in no way supported in the xbee 3?
watchdog
micropython
importerror
asked
Oct 30, 2020
in
Python
by
Asimov1
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
You need to make sure that you have the most current version of the XBee 3 modules firmware for this function to work.
answered
Oct 30, 2020
by
mvut
Veteran of the Digi Community
(
15,112
points)
Please
log in
or
register
to add a comment.
...