Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout timer #1

Open
hp1coo opened this issue Apr 30, 2017 · 1 comment
Open

Timeout timer #1

hp1coo opened this issue Apr 30, 2017 · 1 comment

Comments

@hp1coo
Copy link

hp1coo commented Apr 30, 2017

Hi,

Do you think is feasible to have a timeout timer to turn off transmitters after certain amount of time (for example 3 minutes) to avoid a transmitter damage due to continuous transmit?

Thanks,

@mmiller7
Copy link
Owner

mmiller7 commented Apr 30, 2017

My solution to this is (and any other automatic control setups) is I program my TX radio to have a timeout of 2-3 minutes. My concern is if there is a bug in the controller code or somehow the processor on the Arduino (or whatever the controller is) the controller may fail; by having the radio's firmware control the timout limit it ensures it will still shut down even if the controller fails. All my radios and the ones I have seen (Yaesu, ICOM, TYT, Baofeng/Pofung) support a "timeout" threshold built into the radio where it will stop transmit until it is un-keyed and re-keyed.

When I moved to using a Raspberry Pi this has actually saved me when high RF caused the controller to crash and it locked up in the "keyed" state but the radio's built in firmware properly shut down the transmitter when it hit the timeout threshold.

Is there a particular radio you're using that lacks this feature that it needs to be in the controller logic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants