开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

no usb or lsb - both sides are alwas on


Bill Dammeyer
 

The USB and LSB are, seemingly, always on. There is no
difference when shifting from one to the other. Is this normal.
I have recently put on new software to repair another problem.
Thanks,
BIll


 

Adjust your BFO settings?


On Wed, May 17, 2023, 8:48 AM Bill Dammeyer via <kl7hqk=[email protected]> wrote:
The USB and LSB are, seemingly, always on. There is no
difference when shifting from one to the other. Is this normal.
I have recently put on new software to repair another problem.
Thanks,
BIll


Bill Dammeyer
 

the bfo setttings are adjusted to the best of my ability


On Tuesday, May 16, 2023, 07:36:50 PM AKDT, Praba Karan <vu3dxr@...> wrote:


Adjust your BFO settings?


On Wed, May 17, 2023, 8:48 AM Bill Dammeyer via <kl7hqk=[email protected]> wrote:
The USB and LSB are, seemingly, always on. There is no
difference when shifting from one to the other. Is this normal.
I have recently put on new software to repair another problem.
Thanks,
BIll


 

开云体育

It will appear so in a very close receiver. Try with a remote receiver.

Assuming it is a uBitx, the BFO should be around 11.0555 MHz.

Raj

On 17/05/2023 9:35 AM, Bill Dammeyer via groups.io wrote:

the bfo setttings are adjusted to the best of my ability


On Tuesday, May 16, 2023, 07:36:50 PM AKDT, Praba Karan <vu3dxr@...> wrote:


Adjust your BFO settings?

On Wed, May 17, 2023, 8:48 AM Bill Dammeyer via <kl7hqk=[email protected]> wrote:
The USB and LSB are, seemingly, always on. There is no
difference when shifting from one to the other. Is this normal.
I have recently put on new software to repair another problem.
Thanks,
BIll


 

I don't know about your new software, but with the stock uBitx firmware, when you touch the USB or LSB buttons, you must tune the frequency slightly off then back to get the sideband to actually change in the receiver.? This is due to a bug in the firmware.??

I've modified the stock firmware for my uBitx V6 to fix this problem and change a few other features.? You can check it out here if you like:?
https://github.com/rrister/ubitxv6/releases/tag/v6.1


Bill Dammeyer
 

Dan,
I've received all the pictures - pretty neat the way it all comes out.

There's a link to a download in the message below. If you could
link to it and then download it and compile it, it might help me.
It won't complile on my computer but it may on yours, let me know.

Bill

On Wednesday, May 17, 2023, 03:08:19 AM AKDT, Rolan Rister <rtemp@...> wrote:


I don't know about your new software, but with the stock uBitx firmware, when you touch the USB or LSB buttons, you must tune the frequency slightly off then back to get the sideband to actually change in the receiver.? This is due to a bug in the firmware.??

I've modified the stock firmware for my uBitx V6 to fix this problem and change a few other features.? You can check it out here if you like:?
https://github.com/rrister/ubitxv6/releases/tag/v6.1


Bill Dammeyer
 

I've run the new software a number of times and it
will not compile. The stock software gives me no
change when changing from USB TO LSB.


On Wednesday, May 17, 2023, 03:08:19 AM AKDT, Rolan Rister <rtemp@...> wrote:


I don't know about your new software, but with the stock uBitx firmware, when you touch the USB or LSB buttons, you must tune the frequency slightly off then back to get the sideband to actually change in the receiver.? This is due to a bug in the firmware.??

I've modified the stock firmware for my uBitx V6 to fix this problem and change a few other features.? You can check it out here if you like:?
https://github.com/rrister/ubitxv6/releases/tag/v6.1


 

Could you post the compile messages/errors ?? ? Maybe those will provide a clue.


Bill Dammeyer
 

the end of the post is: "bool isUsbVfof"


On Tuesday, May 23, 2023, 11:53:06 AM AKDT, Rolan Rister <rtemp@...> wrote:


Could you post the compile messages/errors ?? ? Maybe those will provide a clue.


 


bool isUsbVfof? ?should be? ?bool isUsbVfoA? ? in the code.? ?I wonder of there might be a random error in a file.
In the file tab "ubitx_v6.1_code" in the Arduino IDE, there should be a line about a quarter of the way down from the top of the file that looks like this:

bool isUsbVfoA = false, isUsbVfoB = true;

Also, in the tab "ubitx.h" about halfway down there is a line that should look like this:

extern bool isUsbVfoA, isUsbVfoB;

If either of these has 'isUsbVfof' instead of 'isUsbVfoA', you should correct it and try to compile again.


Bill Dammeyer
 

Rolan,
The code seems to be good in both places
I am using Linux, not Windows, if that will
cause any problems.
Bill



On Tuesday, May 23, 2023, 03:00:59 PM AKDT, Rolan Rister <rtemp@...> wrote:



bool isUsbVfof? ?should be? ?bool isUsbVfoA? ? in the code.? ?I wonder of there might be a random error in a file.
In the file tab "ubitx_v6.1_code" in the Arduino IDE, there should be a line about a quarter of the way down from the top of the file that looks like this:

bool isUsbVfoA = false, isUsbVfoB = true;

Also, in the tab "ubitx.h" about halfway down there is a line that should look like this:

extern bool isUsbVfoA, isUsbVfoB;

If either of these has 'isUsbVfof' instead of 'isUsbVfoA', you should correct it and try to compile again.


 

Hmmm.? ?I've never tried it with Linux, so I don't have any particular insight there.? ?
The only other things I can think to check are on the tools menu of the Arduino IDE, that the Board is set to "Arduino Nano" and the Processor is set to "ATmega328P (Old Bootloader)".