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

RS-44 (DOSAAF-85) frequencies V/U transponder are not correct. #112

Open
ON4ASG opened this issue Jul 5, 2023 · 5 comments
Open

RS-44 (DOSAAF-85) frequencies V/U transponder are not correct. #112

ON4ASG opened this issue Jul 5, 2023 · 5 comments

Comments

@ON4ASG
Copy link

ON4ASG commented Jul 5, 2023

The frequencies in the App when tracking RS-44 (DOSAAF-85) are not correct.
RS-44 is an inverting transponder...
Uplink: 145935->145995 LSB
Down: 435670->435610 USB
Center: 435640
Beacon: 435605 CW

Look4sat App gives Mode V/U transponder: 435.6161-145.9329 which is impossible combination!
Would be great to have the possibility to enter your own custom downlink frequency and get the according uplink frequency with corrected doppler, see wish 4O4A. :)

Grts,
Hans
ON4ASG

@ON4ASG ON4ASG changed the title RS-44 (DOSAAF-85) are not correct. RS-44 (DOSAAF-85) frequencies V/U transponder are not correct. Jul 6, 2023
@ON4ASG
Copy link
Author

ON4ASG commented Jul 6, 2023

AO7, FO-29, CAS-4B, JO-97....all have the same issue

@rt-bishop
Copy link
Owner

rt-bishop commented Jul 7, 2023

Hey! Thanks for reporting this)
Look4Sat reveices the data from the SatNOGS db in this format:

"uuid": "89NTmbqJEuTGW36fd386Fy", "description": "Mode V/U - Transponder", "alive": true, "uplink_low": 145935000, "uplink_high": 145995000, "downlink_low": 435610000, "downlink_high": 435670000, "mode": "USB", "uplink_mode": "LSB",

When it displays the frequencies it ignores the "high" values and only shows the "low" ones, calculating doppler for them.
It was easier to implement this way because most of the satellites don't have the "high" value and I needed to come up with something from the UI perspective. I'm happy to redo it, but there is always a balance between the amount of data and how to properly display it in the UI.

If showing all the freqs, then we have up to 4 fixed values and up to 4 doppler corrected ones. I can extend the transmitter cell but would like to know how to squeeze all the required data in the best possible way? Your suggestions (and drawings!!!) would be highly appreciated =)

@ON4ASG
Copy link
Author

ON4ASG commented Jul 7, 2023 via email

@dl3jop
Copy link

dl3jop commented Sep 9, 2023

Hi, I may got a simple solution for it:
I wrote similar satellite tracking program which also parses the satnogs transponder data:
If there is a lower and upper value present I calculate the transponders center frequency as a preset. Using a slider, you can change the frequency.
I guess adding a slider below the transponder frequency box to sweep the frequency between +-60 KHz from the center frequency could be an elegant solution which does not require a complete overhaul of the design?

@ON4ASG
Copy link
Author

ON4ASG commented Sep 9, 2023 via email

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

3 participants