uBitx v6 Cat Control Issue
I thought I had the Cat Control problem solved adding magnetic cores to my USB cable.? After a short period of time, the problem resurfaced.? Next step was to change from a wireless mouse to a wired
By
Don Judd
·
#108036
·
|
Re: KBD on v3 screen
I'm sorry but that does not match observations.
We know the error message comes from init_waterfall() long after we start the radio and see the initial waterfall so we know it gets called more than
By
Dave, N1AI
·
#108035
·
|
Re: sBitx v3 : CW settings?
Hi Farhan,
Good to read that you recognise the problem. I agree it is irritating. See the image below as a typical UI.
I have no knowledge of auto squelch software, but wonder if that is a long
By
Harald Holt <haraldholt@...>
·
#108034
·
|
Re: #sBitx on Raspberry Pi OS 64-bit
#sBitx
Jerry, installed your 64 bit SW on my V2, works great. The only issue was starting SBITX from the desktop, fixed irt sand all is well. I¡¯m using a 4GB PI. I¡¯m sure speeds will improve
By
Tom Crowley KT4XN 1738
·
#108033
·
|
uBITX V6 BFO tuning page
I am trying to tune the BFO on an uBITX V6.
I go to the tuning page
BFO tuning Aid ¨C HF SIGNALS<https://www.hfsignals.com/index.php/bfo-tuning-aid/>
using Chrome as per the instructions, but in
By
welcomemoshiach
·
#108032
·
|
Re: #sBitx on Raspberry Pi OS 64-bit
#sBitx
For those interested on this topic, I did a ready-to-use image with Debian 12 64-bit already configured with sbitx software, which might be
By
Rafael Diniz
·
#108031
·
|
Re: SBitx output
Reduce the DRIVE control
By
Ashhar Farhan
·
#108030
·
|
SBitx output
Is there any way to reduce / increase SBitx output ?
By
ARNAB SEN VU2CMV
·
#108029
·
|
Re: SBitx time
Thanks for replies. I have corrected the time as advised by OM Evan , AC9TU.
73s
By
ARNAB SEN VU2CMV
·
#108028
·
|
Re: Icom microphone on the sBitx?
"Gordon,
Thanks again for your wonderful relay mod for keying an external amplifier.
By using the sBitx V2/V3 to drive my amplifier to almost a kilowatt I was
finally able to get reliable signal
By
Gordon Gibby KX4Z
·
#108027
·
|
Re: Icom microphone on the sBitx?
John, the code snippet comes from the tx_process in sbitx.c
I'm not reaching success there yet, but in a couple hours ofwork, I got a
lot better at handling the arrays of sounds and
By
Gordon Gibby KX4Z
·
#108026
·
|
Re: Icom microphone on the sBitx?
that's great! I was doing experiments with the digital signal processing
tonight and strangely, I got poor results from a homebrew mic that I think
I had working very well with my DE -- when tried
By
Gordon Gibby KX4Z
·
#108025
·
|
Re: Icom microphone on the sBitx?
Gordon,
Thanks again for your wonderful relay mod for keying an external amplifier. By using the sBitx V2/V3 to drive my amplifier to almost a kilowatt I was finally able to get reliable signal
By
John Terrell, N6LN
·
#108024
·
|
Re: KBD on v3 screen
Success ...
I just watched Ashhar's video showing how to use CW mode, where he shows using the keyboard to send a CW message.? Obviously, his didn't crash.
What was different?
Ashhar's desktop
By
Peter VK3PYE
·
#108023
·
|
Re: Icom microphone on the sBitx?
// TBD: Something strange is going on, this should have been the otherway
if (r->mode == MODE_LSB || r->mode == MODE_CWR)
// zero out the LSB
for (i = 0; i < MAX_BINS/2; i++){
__real__
By
John Terrell, N6LN
·
#108022
·
|
Re: Icom microphone on the sBitx?
Here is the code snippet where I changed the USB filtering: The
coefficient may well be different for every different radio. I twiddled
this on the real radio after starting on my computer. I
By
Gordon Gibby KX4Z
·
#108021
·
|
Re: Icom microphone on the sBitx?
Yup. Big difference. Congrats! Remember we can adjust ANY microphone
through simple math now in this radio. I'm getting ready to do a science
fair experiment with my precalculus students where
By
Gordon Gibby KX4Z
·
#108020
·
|
Re: Icom microphone on the sBitx?
HUGE difference! Check it out for yourself with my audio files.So here's what both sound like. I transmitted my voice through each microphone and recorded the audio received on my Icom-7600 directly
By
John Terrell, N6LN
·
#108019
·
|
Re: KBD on v3 screen
The init_waterfall is called just once at the beginning of the
program. it doesn't get called repeatedly at all. the rtty, psk31
modes are dud in v3, instead, you should use DIGITAL and switch to
By
Ashhar Farhan
·
#108018
·
|
Re: KBD on v3 screen
Hi Dave, just to confirm, mine is crashing on the "sBitx" program as you show (above), and with the same modes -- 2TONE, DIGITAL, RTTY, PSK31, CWR and CW.
I have tried it using both the "mouse" and
By
Peter VK3PYE
·
#108017
·
|