Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- BITX20
- Messages
Search
Re: Signal Meter and 10m conversion for Bitx40 ?
The AD8310 is newer, cheaper, and slightly better, but those pins are on 0.65mm centers.
toggle quoted message
Show quoted text
On Wed, May 31, 2017 at 09:02 am, Jerry Gaffke wrote: A more accurate S-meter could be had by using an AD8307 (or AD8307 if you can deal with the pin spacing.) ? |
Re: Building my own ubitx - question about mixers and mixer transformers
Most any level 7 mixer should work, such as the ADE-1 or SBL-1. ?The commercial ones are designed to give a flat response up to a ghz or two, so an appropriately hand built design appropriate for the operating frequency may outperform it, though choosing the correct core and number of windings is not something I'll be giving advice on. ?If you check the datasheets, you will see that the commercial mixer schematic is identical to what Farhan has on his diode ring mixers, so the same method of transmitting CW should work. ?The dual diode modulator on the uBitx is operating at 12mhz, and can be identical to what is on the Bitx40.?
toggle quoted message
Show quoted text
There are a few issues with the uBitx as it now stands.? With a 45mhz IF and a high side VFO, the receiver will be susceptible to images in the FM broadcast band. ?For example, when receiving at 25mhz, the vfo will be at 45+25 = 70mhz. ? An FM transmitter at 70+25 = 95mhz would be received as an image. ?So if you have strong FM broadcast transmitters in your area, you might consider upping the IF frequency some from 45 mhz. ?That would also make it easier to build a suitable front end lowpass filter that still lets through a 10m signal. The second harmonic out of the push-pull IRF510's is not sufficiently attenuated unless you happen to have a spectrum analyzer handy to get the balance right. ?So, for example, you will likely need separate lowpass filters on 80 and 40 meters to be legal. ?Use C0G or NP0 caps in those filters and anywhere the actual capacitance value is critical, and the caps in in the lowpass filters need to be good for several hundred volts. There might be some trouble with crosstalk when using all three outputs from the Si5351, especially if the SI5351 outputs are set to the higher drive levels. ?Will certainly work, though might give us extra birdies. Farhan is still developing the uBitx, but has encouraged scratch builds as a way of getting more information on possible issues. I think it will prove to be a very nice rig, better in many ways than the Bitx40 has been. Jerry, KE7ER On Wed, May 31, 2017 at 08:55 am, David Feldman wrote: 1. I could not find specification for the transformers used in ubitx (alongside the BAT45S diodes), but I did eventually track down a mention from bitx40 on hfsigs.com as follows: ? ?T1,T2,T4,T5,T6,T7 : 10 turns trifilar on FT 37-43 core ? |
Re: Building my own ubitx - question about mixers and mixer transformers
Dave WB0GAZ In the early days of BITX most of us built our own transceivers that loosely followed the original design by Farhan.? Historical information on those builds cover most of your questions and can be found by browsing back over the group discussions.?
is best or worse.? I personally would build my own carefully designed mixers, but leave room for substituting alternative mixers for testing and evaluation purposes.? This way you can determine for yourself which is best for you.? It may be that the best? HF mixer will be different from the best BFO mixer.? It is probably not a one-size-fits-all situation. Arv _._ On Wed, May 31, 2017 at 9:55 AM, David Feldman via Groups.Io <wb0gaz@...> wrote: Hello (and thanks to the moderator for approving my request to join)! |
D7/C130 connected incorrectly
It appears from the BITX40v3 schematic that D7 & C130 should not be connected between +12v and ground but instead across pins 8 and 9 of K1.? Just like D6 and C164 are connected across pins 8 and 9 of K2.
?
High voltage spikes could result went the PPT control line is opened.? Also D7 will be damaged if the 12v power leads are accidentally reversed.
?
I apologize if this has already been corrected but I didn't see a previous post and the schematic is still wrong. |
Re: Signal Meter and 10m conversion for Bitx40 ?
Here's a very simple S-meter: ?
toggle quoted message
Show quoted text
I suppose you could read it from the Arduino through an analog pin, and maybe convert the linear reading over to something logarithmic (traditionally 6 dB difference per S unit). Print the result to the display using printLine2() in the sketch. But that diode detector is not going to be very sensitive. A more accurate S-meter could be had by using an AD8307 (or AD8307 if you can deal with the pin spacing.) Not only does it have a 90 dB dynamic range, the output is logarithmic. ? Those parts are good down to DC, could be used after the audio pre-amp if you need the gain. As far as hitting other bands, you would need to replace the bandpass filter at L1,L2,L3 and the lowpass filter at L6,L7. Also adjust the Arduino sketch to move the VFO frequency appropriately. Power from the IRF510 will be down some when operating at 10 meters, and could be you will have trouble with the current board layout at those higher frequencies. Allard's sketch allows you to choose LSB or USB operation. Jerry, KE7ER On Wed, May 31, 2017 at 08:05 am, Jim McKay wrote: I am looking for software and hardware advice to add a signal meter (ideally on the Raduino?1602 LCD - bottom line?) and also to convert the radio to 10m USB. ? |
Building my own ubitx - question about mixers and mixer transformers
Hello (and thanks to the moderator for approving my request to join)!
I am implementing my own ubitx and have a couple of questions about the mixers and mixer transformers (which don't seem to be specified on the project website): 1. I could not find specification for the transformers used in ubitx (alongside the BAT45S diodes), but I did eventually track down a mention from bitx40 on hfsigs.com as follows: T1,T2,T4,T5,T6,T7 : 10 turns trifilar on FT 37-43 core Is this appropriate for the ubitx frequency regime (12 and 45 MHz)? 2. There were some mentions of "tv transformer cores" - binocular - but no specification or identifier. Are these a suitable alternative? 3. Could I use packaged minicircuits mixers (such as ADE-1 or similar Level-7 mixer) in lieu of the transformer+bat45s design? If so, how do I "unbalance" the ADE-1 for CW transmit in the 45 MHz-to-RF mixer stage? Would injecting a positive bias voltage into the IF port work (if so, recommended voltage, current and means to isolate normal RF flow)? Thanks very much, looking forward to this project!! 73 Dave WB0GAZ wb0gaz@... |
Re: How to pronounce "BITX"?
Joe Puma
I like BIT-X "bit-ex"
toggle quoted message
Show quoted text
Sent from my iPhone On May 30, 2017, at 3:55 PM, Vince Vielhaber <vev@...> wrote: |
Signal Meter and 10m conversion for Bitx40 ?
Hello everyone, I am looking for software and hardware advice to add a signal meter (ideally on the Raduino?1602 LCD - bottom line?) and also to convert the radio to 10m USB. |
BITX QSO Night, Sunday, June 4, 7pm Local Time, 7277 kHz in North America, 7177 kHz elsewhere
BITX QSO Night, Sunday, June 4, 7pm Local Time, 7277 kHz in North America, 7177 kHz elsewhere
Join us as we make contacts from BITX40 to BITX40 on 7277 kHz in the 40 meter band! To participate, call CQ BITX at 7pm sharp, your local time, on Sunday. Call off and on for about 15 minutes. It is helpful if you call CQ BITX with your name and location.? Repeat your call a number of times if conditions are weak. This is a worldwide event at 7pm in each time zone.? You may participate in any time zone, regardless of your location, so you may wish to call in at 6pm, 7pm and 8pm, your local time, to contact hams in adjacent time zones. Report your QSO's, discuss propagation, noise, signal reports, audio reports, antenna type, etc. in this thread. This is an undirected, scheduled event.? The BITX QSO Night relies on you to call CQ BITX to initiate contacts with other stations, so warm up that final and transmit a few calls at 7pm on Sunday.? Talk to you then! |
Re: Raduino_v1.13 with scan function released
Yes I believe the general recommendation should be 10K instead of 47K.
toggle quoted message
Show quoted text
So that it gives sufficient drive in all cases. I will update the instructions accordingly. 73 Allard PE1NWL On Wed, May 31, 2017 14:40, Jerry Gaffke via Groups.Io wrote:
Some have found that they need a smaller resistor value than Allard's 47k |
Re: Raduino_v1.13 with scan function released
Some have found that they need a smaller resistor value than Allard's 47k to get 5 watts out, some have gone as low as 10k. ?That's a better solution than turning up R136. ?That variation is due to how the BFO lands on the edge of the crystal filter, so different rigs wind up with different drive levels into the IRF510. ?My guess is that everybody could do just fine using 10k and thus drive the IRF510 relatively hard, since the IRF510 does not have to be a linear amp when transmitting CW. ?Though Q13 is already out beyond its dissipation limits, as is R141. ?So those parts might possibly blow with too high of a drive level, though nobody has reported a problem like that recently.
toggle quoted message
Show quoted text
I'll let somebody who has gotten around to doing it give advice on how to get digital modes going. On Tue, May 30, 2017 at 11:42 pm, John Smith wrote: When you say BFO is on the skirt of the filter, do you mean CW will need to be turned up? ? |
Re: Raduino_v1.13 with scan function released
OK thanks, updated the text slighty as follows:
toggle quoted message
Show quoted text
FUNCTION BUTTON WIRING: Connect a momentary pushbutton between pin A3 (connector P1, orange wire) and ground. And the pin layout picture: PIN LAYOUT: 73 Allard PE1NWL On Wed, May 31, 2017 06:43, John Smith via Groups.Io wrote:
I was happy with a SSB Transceiver to go with my CW transceiver, but I |
Re: How to pronounce "BITX"? Thanks!
John
Wow! I never thought there would be such a big response to my question! Thanks for all the replies, and it seems that there are plenty of quite acceptable pronunciations. B. I. T. X. seems a bit formal to me, Bittex now sounds like that stuff they put in liquids to stop people drinking them, so I'm going with By Tex from now on. 73 all, John G4EDX/G4JBC |
Re: Raduino_v1.13 with scan function released
I have meanwhile updated the code so that the display now shows the actual
toggle quoted message
Show quoted text
frequency during both TX and RX. Will be included in the next version v1.14, along with some other improvements - to be released soon. 73 Allard PE1NWL On Wed, May 31, 2017 02:07, Jerry Gaffke via Groups.Io wrote:
I have no idea what commercial rigs do these days. ??But I'd think that in |
Re: Step by step raduino software install instructions
For window 7 with 32 bit computer what are the steps to be followed. followed SoundarOn Mon, May 29, 2017 at 7:15 PM, terryhugheskirkcudbright via Groups.Io <terryhugheskirkcudbright@...> wrote: i have got it working at last. i downloaded the driver from GOGO:TRONICS |
Re: Raduino_v1.13 with scan function released
When you say BFO is on the skirt of the filter, do you mean CW will need to be turned up?
And with clean CW we drive it really hard.--- How hard? Do you offer any words of advice about safely interfacing with isolated audio and switches? I am planning on something like Easy Digi from scratch with a DB9 breakout board with screw terminals, plus the two audio cable connections. Do I need pots for audio levels? Or do you think in windows audio settings will be enough. I would appreciate a link for what others have done here in the digital sub group, or what have you.? |
to navigate to use esc to dismiss