-
Notifications
You must be signed in to change notification settings - Fork 12
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
BFO Offset Calibration #26
Comments
Hi Rob, Frequency and BFO: The BFO configuration parameter is handled has an 8-bit signed integer (-128 to +127). In summary the simple 1-line change would allow +/-99 = +/- 990Hz, but it would not solve your problem. S-Meter: A general observation (not related to the S-Meter noise) that has been covered in the manual, is there is a general background noise when the ATT = AUT. I generally leave it set at “1”. Sync (AFC): |
Hi Dave, Thanks for your response, much appreciated. If the +/-99 Hz is very easy to do, then by all means it makes sense to implement the change. If +/-250 Hz is doable with the remaining memory, then of course that makes sense also. I do notice weird performance when using Sync on SSB on my ATS-20, so I don't enable it much. Once I am dialled into a SSB station, it is relatively stable with minimal drift. Thanks for clarifying the S-Meter noise. I only use it on AM/FM bands anyway, so I don't hear the slight distortion. I have changed my ATT = AUT to a setting of 1, thanks for the tip. A 2.4 kHz SSB filter would have been nice. 1.8, 2.4 and 3 kHz for SSB would be all that is required. Overall, for the price range and fun of playing around with the little SDR receiver, it's worth every penny. I have the ATS-20+ with all-in-one circuit board (1024 model) and ATS-25 AIR on order, so looking forward to playing around with something new. Regards, -Rob |
Hi Rob, The line of code from the ATS_EX.ino file is shown below. Modified (+/- 6000Hz, 100Hz steps): Change multiply from x10 to x100 As stated in the previous post, I am not the author of this firmware, I am just another user. PS: I hope you have fun with the ATS-25 AIR. I have one of the previous versions and they are great for the decoding features such as CW, RTTY and FT8. The only thing to be aware of is that although the ATS-25 AIR does AIRBAND and VHF, it will not do narrowband FM (NFM). 73, Dave |
Hi Dave, I took your suggestions and recompiled the code from the ATS_EX.ino file. I was able to change the value from * 10 to * 25 without issue, and now the BFO Offset Calibration works for me with a larger range. About NFM, most of the FM repeaters in Canada are WFM still. I do not believe Canada is mandated to switch to NFM like the US. Thank you for all your help! -Rob |
Hi Rob, |
Hello,
First, I just want to say Thank You for your firmware. The best display!
I have noticed a few possible "bugs/issues?" with current version v1.18 running on my ATS-20.
On SSB, my frequency readout is off by 2kHz. Using BFO Offset Calibration is not helping as it's limited to 60/-60. Can this value be made larger? Say 250/-250? This would cure my display not showing correct issue. My ATS-20 has always been like this from new, on any firmware.
When on SSB with S-Meter enabled, the audio becomes slightly distorted. Is this normal?
I am not sure what Sync does? When enabled on SSB, when stations are off frequency, is it supposed to "auto tune" them? It is not doing that for me. Please advise.
I love the look of the display, it's very easy on the eyes vs. other firmware available which tends to overcrowd the small display. The battery mod works excellent and seems to be fairly accurate. Overall great work!
Regards,
-Rob
The text was updated successfully, but these errors were encountered: