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

Add Transverter Offset setting #7

Open
K7MDL2 opened this issue Aug 7, 2024 · 3 comments
Open

Add Transverter Offset setting #7

K7MDL2 opened this issue Aug 7, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@K7MDL2
Copy link
Owner

K7MDL2 commented Aug 7, 2024

  1. Intercept CI-V frequency messages from the radio being passed through to a PC and substitute the transverter frequency. Same for PC to radio direction.

  2. Add a way to use a menu and/or buttons to easily choose a band, transverter, or not. If it is a transverter band then add the appropriate offset. - Done

  3. Save and restore frequency for each Xvtr band and the non-Xvtr band they switched from. - Done

@K7MDL2 K7MDL2 added the enhancement New feature or request label Aug 7, 2024
@K7MDL2
Copy link
Owner Author

K7MDL2 commented Aug 15, 2024

Xvtr bands now work. Can press BtnC to cycle through Xvtr OFF and 4 Xvtr. Xvtrs are hard coded in a switch statement today. Need to bring out to a SD card or menu config page. That will be a separate tracking issue under Add Means to Configure

@K7MDL2
Copy link
Owner Author

K7MDL2 commented Aug 23, 2024

The band/frequency/mode/datamode/filter/AGC/Preamp/Atten are captured prior to turning on XVTR mode, is restored when XVTR mode is turned off. Same for each XVTR band.

@K7MDL2
Copy link
Owner Author

K7MDL2 commented Aug 24, 2024

The entire bands table (1344 bytes) is saved to SD card file "/bands.data". It is read into memory overwriting the program defaults in app_setup();

It is used primarily to set the Xvtr bands to their last known values for freq, mode, filter, datamode, agc, preamp, attn. The last non-XVTR band used is also saved. Some values like freq are stored for any band, XVTR or not, but the only cases we are interested in for writing to the radio are related to XVTR usage and returning the radio back the way it was.

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

No branches or pull requests

1 participant