|
Re: BITX QSO Afternoon/Evening, Sunday, July 1, 3PM & 7PM Local Time, 7277 kHz in North America, 7177 kHz elsewhere.
I'm just using my test leads for my multimeter (I'm at work) as an antenna... If you guys are having this much trouble it's no wonder I can't hear anything... HIHI
--
73 de Glenn VE3JAU
Thunder Bay,
I'm just using my test leads for my multimeter (I'm at work) as an antenna... If you guys are having this much trouble it's no wonder I can't hear anything... HIHI
--
73 de Glenn VE3JAU
Thunder Bay,
|
By
Glenn Anderson
·
#53468
·
|
|
Re: TX frequency? of uBitx at CWL and CWU mode
#ubitxcw
Ian :
Thanks for the reply. I noticed that option in the uBITX Manager but I couldn't find any documentation on what I meant.
Now I know, so I will give it a try. I am not sure that this will "fix"
Ian :
Thanks for the reply. I noticed that option in the uBITX Manager but I couldn't find any documentation on what I meant.
Now I know, so I will give it a try. I am not sure that this will "fix"
|
By
Michael Babineau
·
#53469
·
|
|
Re: RFI from uBitx TX after AGC and other mods installed
Rick,
Did you use a leaded part or SMT for the .01 cap?
John
KC9OJV
Rick,
Did you use a leaded part or SMT for the .01 cap?
John
KC9OJV
|
By
John KC9OJV
·
#53470
·
|
|
Re: TX frequency? of uBitx at CWL and CWU mode
#ubitxcw
Michael
I agree with you opinion, yes There is not enough explanation for them :)
I liked it the first time I implemented this feature.
So I adopted it as a basic specification. That is, if no
Michael
I agree with you opinion, yes There is not enough explanation for them :)
I liked it the first time I implemented this feature.
So I adopted it as a basic specification. That is, if no
|
By
Ian Lee
·
#53471
·
|
|
Questions regarding BitX40 build
Hello.
I'm currently building a BitX40 Ver 3 in a AmateurRadioKits.in Universal Case Blue 2 for Bitx40 case and I have a couple of questions.
I wasn't able to find any instructions for using the
Hello.
I'm currently building a BitX40 Ver 3 in a AmateurRadioKits.in Universal Case Blue 2 for Bitx40 case and I have a couple of questions.
I wasn't able to find any instructions for using the
|
By
craigmclean@...
·
#53472
·
|
|
Re: KD8CEC Firmware
Where did you find it?
By
MadRadioModder
·
#53473
·
|
|
Re: KD8CEC Firmware
Thanks for your interresting.
You can get it from the link below
https://github.com/phdlee/ubitx
See the Release section for more convenience.
https://github.com/phdlee/ubitx/releases
Ian
Thanks for your interresting.
You can get it from the link below
https://github.com/phdlee/ubitx
See the Release section for more convenience.
https://github.com/phdlee/ubitx/releases
Ian
|
By
Ian Lee
·
#53474
·
|
|
Re: RFI from uBitx TX after AGC and other mods installed
Another data point...
I put a .01uf cap across the audio input the the AGC board (the Don & Kees kit) and it seems to have pretty much removed the audio from the speaker on xmit. I think it's still
Another data point...
I put a .01uf cap across the audio input the the AGC board (the Don & Kees kit) and it seems to have pretty much removed the audio from the speaker on xmit. I think it's still
|
By
Mark M
·
#53475
·
|
|
Re: RFI from uBitx TX after AGC and other mods installed
John, As of now it is just a leaded part that I scabbed/tacked on to the board. It even has long legs. I was so elated to have gotten rid of the audio and sometimes oscillations that I have not gone
John, As of now it is just a leaded part that I scabbed/tacked on to the board. It even has long legs. I was so elated to have gotten rid of the audio and sometimes oscillations that I have not gone
|
By
Rick Price
·
#53476
·
|
|
Re: Questions regarding BitX40 build
Craig VE6TBW,
Question 1: that's what I did. Might want to search for older discussions on wiring up a diode between the socket and fuse holder to blow the fuse if power is ever hooked up
Craig VE6TBW,
Question 1: that's what I did. Might want to search for older discussions on wiring up a diode between the socket and fuse holder to blow the fuse if power is ever hooked up
|
By
Jacob Farnes
·
#53477
·
|
|
Re: BITX QSO Afternoon/Evening, Sunday, July 1, 3PM & 7PM Local Time, 7277 kHz in North America, 7177 kHz elsewhere.
Listened on 7.277 for a while, and called CQ several times tonight around 7:30 and 10 PM EST. Didn't hear anyone.
WB2VXW
Listened on 7.277 for a while, and called CQ several times tonight around 7:30 and 10 PM EST. Didn't hear anyone.
WB2VXW
|
By
Howard Fidel
·
#53478
·
|
|
Re: TX frequency? of uBitx at CWL and CWU mode
#ubitxcw
Sorry if I'm missing something but is there a "user manual" for the Memory Manager? I've never used it before...
Thanks
--
73 de Glenn VE3JAU
Thunder Bay, Ontario
Sorry if I'm missing something but is there a "user manual" for the Memory Manager? I've never used it before...
Thanks
--
73 de Glenn VE3JAU
Thunder Bay, Ontario
|
By
Glenn Anderson
·
#53479
·
|
|
Re: Running on a Jump Box
The unit is going to draw (amperage wise) what it needs. You should not limit it. Now VOLTAGE is a different story, you will want to set that between 12 to 13.8Vdc. As stated use RV1 to adjust the
The unit is going to draw (amperage wise) what it needs. You should not limit it. Now VOLTAGE is a different story, you will want to set that between 12 to 13.8Vdc. As stated use RV1 to adjust the
|
By
AA9GG
·
#53480
·
|
|
Re: Compiler warnings
C++ and micro-controllers do not really play well together. That is why I use strictly ANSI C.
--
Paul Mateer, AA9GG
Elan Engineering Corp.
www.elanengr.com
NAQCC 3123, SKCC 4628
C++ and micro-controllers do not really play well together. That is why I use strictly ANSI C.
--
Paul Mateer, AA9GG
Elan Engineering Corp.
www.elanengr.com
NAQCC 3123, SKCC 4628
|
By
AA9GG
·
#53481
·
|
|
Re: Compiler warnings
Really? Why do you say that? I find the OOP benefits to be well worth the effort to use them, especially encapsulation.
Jack, W8TEE
Really? Why do you say that? I find the OOP benefits to be well worth the effort to use them, especially encapsulation.
Jack, W8TEE
|
By
Jack, W8TEE
·
#53482
·
|
|
Re: BITX QSO Afternoon/Evening, Sunday, July 1, 3PM & 7PM Local Time, 7277 kHz in North America, 7177 kHz elsewhere.
I didn't try tonight because I have the uBiTX in pieces waiting to get stuffed into a new box
Dan, W2DLC
I didn't try tonight because I have the uBiTX in pieces waiting to get stuffed into a new box
Dan, W2DLC
|
By
Daniel Conklin
·
#53483
·
|
|
Re: Bitx40 75KHz Spurious, How to solve it.
#bitx40
Thanks Allard, goofed there. Will re-hookup the bitx40 later today and see.
Thanks Allard, goofed there. Will re-hookup the bitx40 later today and see.
|
By
Raj vu2zap
·
#53484
·
|
|
Re: Bitx40 75KHz Spurious, How to solve it.
#bitx40
OK! connected up the bitx40 with Raduino.
Yes, there are spurious as reported. The spurious distance from carrier varies with frequency.
All the spurs all come together and disappear at near 7.2
OK! connected up the bitx40 with Raduino.
Yes, there are spurious as reported. The spurious distance from carrier varies with frequency.
All the spurs all come together and disappear at near 7.2
|
By
Raj vu2zap
·
#53485
·
|
|
BFO adjusting procedure
In traditional rigs and in DDS there is a variable capacitor that is used to precisely and easily adjust the BFO or the DDS output. In dongles it can be easily done via the software. Using the 10mhz
In traditional rigs and in DDS there is a variable capacitor that is used to precisely and easily adjust the BFO or the DDS output. In dongles it can be easily done via the software. Using the 10mhz
|
By
iz oos
·
#53487
·
|
|
Re: TX frequency? of uBitx at CWL and CWU mode
#ubitxcw
Hi!
Thank you for your advice and comment.
Firstly, I did not consider that frequency displayed on the commercial rigs is TX frequency even though frequency of uBitx is RX.
But I am still wondering
Hi!
Thank you for your advice and comment.
Firstly, I did not consider that frequency displayed on the commercial rigs is TX frequency even though frequency of uBitx is RX.
But I am still wondering
|
By
jj1epe@...
·
#53488
·
|