uTrack
Loading...
Searching...
No Matches
Radio, UHF Commands

Commands for the UHF radio setup system. They are prefixed by "UHF ".

ON:
Will power up the radio, setup a callback to get all data from the serial uart and start the radio configuration.
OFF:
Will power down the radio and remove the serial uart callback
GPSFIX:
Will perform the same as UHF ON, except it will wait for the GPS to get a fix first
FREQ <n>:
Where n is a whole number with no decimal points. If the frequencey to set is 458.123456 then use UHF FREQ 458123456. FREQ must be set or the radio will not turn on.
BW <n>:
Where n is set to either 12.5 or 20.0. BW must be set or the radio will not turn on.
POWER <n>:
Where n is set between 15 -> 36. POWER must be set or the radio will not turn on.
STATUS:
UHF STATUS will print to the LOG file all the UHF settings. "log debug uhf on" and "log file debug raw" must be in the config to see the output in the LOG file.