Watchdog timer
8 years 3 months ago #29530844
by buchjyot
Watchdog timer was created by buchjyot
Hi,
what i want to do is, to have a such configuration in which if my remote control is off or disconnected during the operation, i want to put motor current to Zero. So, that it doesn't produce much current during the disconnection of remote. how can i do it with watchdog timer.
Thanks.
what i want to do is, to have a such configuration in which if my remote control is off or disconnected during the operation, i want to put motor current to Zero. So, that it doesn't produce much current during the disconnection of remote. how can i do it with watchdog timer.
Thanks.
Please Log in or Create an account to join the conversation.
8 years 3 months ago #29530846
by TechSupport
Replied by TechSupport on topic Watchdog timer
If the controller no longer sees the radio pulse anymore, then the input becomes 0, therefore the motor command will also become 0. The watchdog timer is looking for a valid serial command every 1 Second by default. Since the radio is not sending serial commands, it won't work in that manner.
You would have to write a microbasic script to do something like that.
You would have to write a microbasic script to do something like that.
Please Log in or Create an account to join the conversation.
Moderators: tonysantoni
Time to create page: 0.053 seconds