Keyboard Shortcuts
Likes
Search
no usb or lsb - both sides are alwas on
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 |
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 |
开云体育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:
|
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:? |
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:? |
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:? |
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. |