-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Ability to set shift (simplex, negative or positive). 1. Changing the frequency, modulation, step, tone, tone frequency, reverse or shift in the GUI while in memory mode will now prompt the user to modify the memory or copy the memory contents to VFO and then make the modifications. If the user attempts to change the frequency to one that is not in the band currently set to that side of the radio, the user will be prompted to either modify the memory or abort the change. 1. User can select any Raspberry Pi GPIO pin for PTT, not just the 'left' and 'right' radios for the Nexus DR-X. 'left' and 'right' are still available and will map to GPIO 12 and GPIO23 respectively. 1. Clicking 'Up' or 'Down' when in VFO mode now more closely mimics turning the tuning knob on the radio in terms of what parameters are kept from frequency to frequency. For example, the shift setting will automatically change as frequencies traverse the ranges described in the TM-D710GA manual: - VHF Under 145.100 MHz: No offset (Simplex operation) 145.100 ~ 145.499 MHz: – 600 kHz offset 145.500 ~ 145.999 MHz: No offset (Simplex operation) 146.000 ~ 146.399 MHz: + 600 kHz offset 146.400 ~ 146.599 MHz: No offset (Simplex operation) 146.600 ~ 146.999 MHz: – 600 kHz offset 147.000 ~ 147.399 MHz: + 600 kHz offset 147.400 ~ 147.599 MHz: No offset (Simplex operation) 147.600 ~ 147.999 MHz: – 600 kHz offset 148.000 MHz and higher: No offset (Simplex operation) - UHF Under 442.000 MHz: No offset (Simplex operation) 442.000 ~ 444.999 MHz: + 5 MHz offset 445.000 ~ 446.999 MHz: No offset (Simplex operation) 447.000 ~ 449.999 MHz: – 5 MHz offset 450.000 MHz and higher: No offset (Simplex operation)
- Loading branch information
Showing
6 changed files
with
263 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.