Keyboard Shortcuts
Likes
Search
#sBitx Incorrect frequency display
#sBitx
Anthony Good
开云体育I’ve seen this issue and similar things remedied by a restart. ?A common one is where you’re tuning and the spectrum display and waterfall shows the same recurring pattern of spikes and bumps, but there are no signals actually coming out the speaker. ?I think the SDR code gets into some weird state. ?We’ll eventually figure it out.The reason the sBitx would appear to be 600 Hz lower on CW is due to the way it calculates the frequency, I believe. ?All commercial rigs I’m aware of take the CW BFO into account when displaying the operating frequency. ?The sBitx on the other hand uses the PITCH setting and line on the spectrum display to show the user where to tune to get the CW beat note they want. ?The displayed frequency is the actual center frequency, not the frequency one would get the desired beat note. ?This is what I’ve gathered; I haven’t actually looked at the code to verify my thinking.
|
Mark, How has your experience been with the sBitx so far? I just placed an order. On September 16, 2022 at 12:33 PM "Mark Earnest via groups.io" <mark@...> wrote:
|
Mark Earnest
I like it, but I bought it to tinker around with. I've blown the finals a couple of times (it's very picky about SWR and turning the power down to tune does not always actually lower the power output) and I've worked around a few software bugs but I knew that getting into it. If you are looking for a rock solid finished product, this isn't it. If you are looking for an open source SDR radio in development to play around with, that's what you'll get :) I haven't had a chance to dig into the codebase as much as I want to so far, but I'm eagerly following along with Anthony's code branch and testing out new features as he adds them.
|
Try to measure the exact frequency of the internal oscillator standard used within the radio.? ?Perhaps it is just off a bit.? ?My older ICOM 718's are never quite perfect.? ? It was difficult to fix them.? ?But with the uBix and similar, a small change in the code can fix the frequency?correctly to match the internal oscillator's?actual frequency.? ? Sincerely, Gordon KX4Z On Sat, Sep 17, 2022 at 7:07 AM Ichiro Ebara <je1jgc@...> wrote:
|
Anthony Good
开云体育I’m planning to add a command that will change the calculated frequency behavoir on CW to account for the pitch.?
|
Anthony Good
开云体育I have added a command to account for CW pitch in the VFO display frequency. ?You can try this code by executing in a terminal window:cd /home/pi git clone? cd sbitx-k3ng git pull git checkout?2022.09.15 ./build sbitx ./sbitx The command syntax is: \addcwpitch [on|off] This development code version also adds functionality to the spectrum display to center on the CW pitch when changing SPAN. ?I’m also playing around with improving iambic CW keying with an Interrupt Service Routine reading the paddle. ?This part is a work in progress…. Please test \addcwpitch and let me know how this works for you. 73 Goody K3NG
|
PeteWK8S
Goody, here are my results using Icom 7610 and the sBitx each using 700Hz pitch for the \addcwpitch ?on and off
First transmitting on 7610 then transmitting on sBitx ---- both units using Dummy Loads ? \addcwpitch ON IC7610 ?TX on 14.060.00? sBitx ? ? RX on 14.060.70 ? (up 700Hz) ------------------------------------- IC7610 ?RX on 14.060.00 sBitx ? ? TX ?on 14.060.00 ========================== \addcwpitch OFF IC7610 TX on 14.060.00 sBitx ? ?RX on 14.060.00 ------------------------------ IC7610 RX on 14.060.70 ?(up 700Hz) sBitx ? ?TX ?on 14.060.00 Pete WK8S? |
Anthony Good
toggle quoted message
Show quoted text
|
(1)MODE:CW \addcwpitch ON IC-705 ?TX on 7.030.00 sBitx ? ? RX on 7.030.70 ? (up 700Hz)? -->Spectrum and frequency displays are misaligned? ------------------------------------- IC-705 ?RX on 7.030.00 sBitx ? ? TX ?on 7.030.00 ========================== (2)MODE:CWR \addcwpitch ON IC-705 ?TX on 7.030.00 sBitx ? ? RX on 7.030.70 ? (up 700Hz) ------------------------------------- IC-705 ?RX on 7.030.00 sBitx ? ? TX ?on 7.030.00 ========================== \addcwpitch OFF IC-705 TX on 7.030.00 sBitx ?RX on 7.030.00 ?--->Spectrum and frequency displays are misaligned? ------------------------------ IC-705 RX on 7.029.30 ?(down 700Hz) sBitx ?TX on 7.030.00 |