watchdog

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
ik8vrq
Posts: 4
Joined: Wed Nov 26, 2014 9:46 am

watchdog

Post by ik8vrq » Wed Nov 26, 2014 9:50 am

Hi to everyone,

could be important have a watchdog in some critical application.

What about it? Can be implemented?

Kind regards. Angelo

ik8vrq
Posts: 4
Joined: Wed Nov 26, 2014 9:46 am

Re: watchdog

Post by ik8vrq » Fri Nov 28, 2014 1:12 pm

Hi,

just to clarify, and for the ham friends who wrote me, we are working on a balloon project using the pyboard as a flight computer.
We believe that a watchdog is a must for this design.

Kind regards and 73 (for ham friends!)

Angelo

Turbinenreiter
Posts: 288
Joined: Sun May 04, 2014 8:54 am

Re: watchdog

Post by Turbinenreiter » Sat Nov 29, 2014 11:16 am

Watchdogs are possible, but they are not implemented yet. I don't know if anyone is working on it.

pfalcon
Posts: 1155
Joined: Fri Feb 28, 2014 2:05 pm

Re: watchdog

Post by pfalcon » Sat Dec 06, 2014 11:31 am

We have ticket for that, but so far it didn't go beyond initial RFC: https://github.com/micropython/micropython/issues/264
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/

Post Reply