Super Watchdog Interrupt

TonyD

Member
Hi Alex
The Command line utilities work great on the UPS Card. The Python Utilities work great from Python Fantastic work
The command line wdt -h reveals a command wdt -bint. There is no command to query this feature if is enabled or disabled
Testing has revealed that wdt -bint 0 disables the button mounted on the side (in the same location as all other cards) of the wdt card This was tested via a python script polling the button on the card & found the button was non operational. wdt -bint 1 Enabled this button again confirmed via python script. The function is great & very usable for a headless reset restart. " Excellent " however documentation does not quite line up with this Don't really care was able to work out.

Biggest problem is the Interrupt line from the sequent WDT Ups card is holding the interrupt line & not releasing this line therefore & not allowing any sequent card that i have installed able to change the interrupt line RPI 40 pin connector Pin 37 GPIO26. There appears to be no way of turning this feature on or off from either the Command line or from within Python
Every other feature of this card Excellent

Please Help is it possible to get an additional command line command to Enable/Disable the Interrupt line so as enable other cards to use the interrupt line.

Regards TonyD
 

alexburcea

Moderator
Staff member
Hi Tony,

We will update the documentation, thank you for the suggestion.
Could you tell me the card version so I can dig into this interrupt problem?
If there is a bug here, it will be solved only with a new firmware version but except for the V9.x it needs to be made with an STLink probe
 

TonyD

Member
Hi Alex
WDT Watchdog Card V7.0
wdt -v
Watchdog Control Software ver 2.04
Copyright (c) 2016-2023 Sequent Microsystems

Am running on RPI5 & 64Bit

Regards TonyD
 

alexburcea

Moderator
Staff member
Unfortunately, if I find the bug, you need to reflash the microcontroller using STLink and hook some wires on the 2x4 pin header .
Give me a few days to start debugging this.

Alex.
 

TonyD

Member
Sorry to Bug you again
You Mention earlier that V9.x WDT Super Watchdog.
Is this V9.x card available if so would like to purchase how do i go about getting this version & don't worry about firmware update will throw WDT card on another system not using Interrupt

Regards TonyD
 

alexburcea

Moderator
Staff member
The V9.0 will be available in a few days, I will let you know when we receive them. It contains probably the same bug but is easy fix.
We also do some hardware improvements, starting with a better charger, dual input voltage options 5V or 10 - 24V, and breakable PCB for use with one or two batteries.
 

alexburcea

Moderator
Staff member
The card can be powered from 24V but the output voltage and maintained by the battery is 5V. We added a switching power supply that converts 24V into 5V.
 
Top