-
Notifications
You must be signed in to change notification settings - Fork 4
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
Dropped Targets and tuner Gain update #7
Comments
Hi, 6 seconds seems to be a little too short? For example, FIS-B targets relies on primary reday return and are usually generated between 7-10 seconds. Having For the |
Hello dndx Stratux have always used the highest gain setting however they also use so called high gain antenna for some reason. My ground station is at ~500ft MSL.(Woodside) I now get targets with stock SDR antennas ~150nm both ES and UAT. The ~alum rock UAT tower is received when on. I just started looking at the rust code. I now have my rpi-img-builder working great. I can compile in Debian Stretch Xeon or Rpi Jessie ARM. I needed to use pkg-config to build correctly, isc-DCHP-client and resolvconf to get eth0 working correctly. I'll keep checking it out as time allows |
@D35Bonanza Yeah. I agree setting gains to their maximum was never a good idea, but since I thought it worked well enough, never really tested with lower gains. I will give So with the 6 sec Interestingly I am also able to receive the UAT station near OSI in my home, so we must live close. |
@D35Bonanza Just checked, looks like PiAware is using AGC in their
So you think it is worth trying in this use case? |
Yes I know, this is why users in the field stopped using AGC and set the gain to 40db to check it out for S/N using sdsharp |
Both es.rs and uat.rs in src/sensor/sdr helped reception, S/N is much better it appears. 480db to 402db
const TUNER_GAIN: i32 = 402;
gld90.rs in src/sensor/protocal
const MAX_STALE_SECS: u64 = 12; // do not report data more than 6 sec old
//dropping targets at 6sec, 12 sec I hang on to targets ~150miles on Es and uat no dropped targets and appear to pick up a tower in daylight rather then night which is much easier to do.
The text was updated successfully, but these errors were encountered: