Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: Harmonic performance - SSB vs CW
Nick,
Best layout is similar,? Bus down one site to the NO contacts and the wiper is the end of the filter and when in the off poistion the wiper sits on the NC contacts to ground shorting the filter.? So a filter pick? enables the relay and filter and no pick the filter is shorted.? Reduces the effects of stray capacitance. That and copper pour under everything and opposing side. lots of vias to? tie them together especially along signal tracks. Allison |
||
Re: Raduino Clone kit from W0EB-N5IB
#ubitx
Gentlemen would you mind taking this discussion to another thread?? You are cluttering up my offering of the Raduino clone to the group members.
Thanks, Jim |
||
Re: Harmonic performance - SSB vs CW
Glen I hear you, I did look on eBay the omrons can be had for $1.36 each. i think 9 of them are still a reasonable cost given the LPF components can be salvaged from the original board... Also possible allows us to have 5 LPFs... This will requir moving to I2C lcd for extra IO ports...
Cheers. |
||
Re: Harmonic performance - SSB vs CW
Hi Nick,? it's just doodling right now.? I had also been thinking about doing a whole uBITX (with mods) in modular form also.? It could get expensive though re board making unless some smarts are applied to sizes and panelisation to hit the best cost/size ratio from current China suppliers.
toggle quoted message
Show quoted text
It's also hard to form a 'final' schematic though. One also depends on the wisdom in this group for what is good and what is not so good, re mods. to take into a design. glenn On Tue, Aug 7, 2018 at 09:53 AM, Nick VK4PLN wrote: Hi Glen. |
||
Re: Raduino Clone kit from W0EB-N5IB
#ubitx
Hi Glenn,
As far as I know, and have used, the physical layer (e.g. hardware) is defined as an open drain / open collector.? I haven't seen the Ap note.? If you have a link you could share, I would like to review. For bit banging with a standard digital I/O port.? You set the port as an input, set the drive state to 0.? You bit bang between input and output states. For the case we have here, between a 3.3V and 5V device, the pull-up to 3.3V Si5351 meets/ exceeds the VIH of the 5V Nano, so all is good. However, if you need to interface between say a 1.2V or 1.8V to a? 5V? I/O you would need to level shift......? I see how this Ap note could be going now. I will admit, that I read you post under a fog of too many folks are destroying Nanos. I'd rather have a discussion then a fellow ham wondering why something went wrong when it worked fine yesterday. Cheers, Gary |
||
Re: Harmonic performance - SSB vs CW
Hi Glen.
How about using?omron g6s-2, they are 5v and just need the reverse diode, I reckon then can be switched directly buy the NANO.. and about half the size... You beat me to it, I was about to fire up EasyEDA and slap a board together.. I am still thinking of doing an entire uBitx in modular format... For this exact reason, easy to replace a section when a major fault is identified... Great work! 73 Nick VK4PLN |
||
Re: Harmonic performance - SSB vs CW
Kees We did that back in the BITX20A and BITX17A days.? The cap in parallel with L2 can be used to make a steep notch at 2nd harmonic or at 3rd harmonic.? Testing with LTSpice indicates that a cap across each inductor could provide the notch at a pair of frequencies.? Arv _._ On Mon, Aug 6, 2018 at 4:03 PM Kees T <windy10605@...> wrote: Since we're all using W3NQN's LPF design/layout from the 1999 QST (Hans, Farhan, me too). Typically 3 inductors, capacitive input/output, etc. The only difference I see is that my designs use a capacitor across L2 Unless someone has already looked into that, I'll? fire up "Elsie" and see what it shows. |
||
Re: Harmonic performance - SSB vs CW
Kees,
Mica is good but not at all cheap and somewhat scarce and big For SMT MLC are good fairly cheap too (at the 5000 piece level). For the rich ATC 100B or of the other series in that desired size like 600C or F. Also using T30 size is a bit small for 10W and up. Allison |
||
Re: Harmonic performance - SSB vs CW
More to see if it's possible rather than anything else, I was working on a PCB that would fit in same space as the original LPF area, but switching on both ends of each filter. (ie 3 more relays)? I didn't alter the actual switching sequence just added the extra relays controlled in the same manner as the original ones. Picture is of the PCB. No switching transistors are on the PCB, yet.? You can see space either side though.
This is not all routed as you can see, just the RF paths in and out of the relays. (The inductors are shown with 4 holes, just because i? had that part in my LIB.) Orientations may change. glenn vk3pe |
||
Re: Humble suggestion future Ubitx versions
#ubitx
RICHARD
¿ªÔÆÌåÓýWho¡¯s complaining? ?Yes it is a kit, much like the 10/11 meter mods in the past ¡°cut the green wire¡±.?? It is a kit that anyone can buy, ?and with a little help can operate 1-30 MHZ.? ?I¡¯m an NRA member and see the same thing, ¡° buy this gun, move this screw¡± and it will do this. But that¡¯s just me, been a ham for 52 years seen a lot. K6KWQ ? Sent from for Windows 10 ? From: [email protected] <[email protected]> on behalf of AA9GG <paul.aa9gg@...>
Sent: Monday, August 6, 2018 2:45:09 PM To: [email protected] Subject: Re: [BITX20] Humble suggestion future Ubitx versions #ubitx ?
We are hams...it's NOTHING to build a filter to put on it....It is sold as a "kit"...so FINISH building it and stop complaining....
On Mon, Aug 6, 2018 at 12:59 PM, RICHARD
<k6kwq@...> wrote:
Paul Mateer, AA9GG
Elan Engineering Corp. NAQCC 3123, SKCC 4628 |
||
Re: Raduino Clone kit from W0EB-N5IB
#ubitx
Gary, my understanding is that the I2C bus is only open drain when reading back the "ACK"? 9th bit on the data line. I may well be wrong here.? Bit banging implementations for I2C will not all be open drain either.
toggle quoted message
Show quoted text
Philips publish an Ap note on using logic level translation on the I2C bus when different voltage levels are used. They use FET's and pullups as no doubt you have seen. Since they invented I2C I assume they know what they are talking about??? In any case, it costs pennies only and is in my view, good practice. glenn On Mon, Aug 6, 2018 at 11:13 PM, Gary Anderson wrote: Glen, concerned about your logic level translator implementation w.r.t. I2C bus.? This is an open drain bus.? Nothing should be actively driven High.? The high state is handled by pull-up resistors.? Pull-up to 3.3V from Si5351 supply.? ?If one part is actively driving HIGH and another part on the bus drives LOW, there is bus contention with high currents on the I/Os which could lead to part destruction.?? |
||
Re: Harmonic performance - SSB vs CW
Another aspect of filter design, and to reduce insertion loss, are the capacitors used and their characteristics. In my opinion (and some experience) Mica is the best but expensive,?Polystyrene is second best but difficult to find, Ceramic NPO is third, and I'm sure there are exotic types out there too but they cost too much or are not readily available. You have to watch voltage ratings but not so much in the QRP range.
73 Kees K5BCQ? |
||
Re: One question only...
Timothy Fidler
one 74LS42 with bcd firing from the three output ports assuming they are TTL compatible? and? say 5 BS250s P channel (or four given the number of? relays now available)? say 80 40 20 and 10 mtr? BPF drivers) small signal Mosfets for switch on zero, (or a ULN 2003 (30c US at Futurlec.com in one off qty)..
Say total cost $1.50 could have put a stake thorough this demon...KISS ?? of course it is board space and cost that drives these decisions. Alternative for physical relays for switching RF up to say 6W level in 50 z impedance circuits... ?a possibly foolish thought for likes of Kees and Ashar F? for any weakware rework concept.. if you fire the gate of a 2N7000 N mosfet? and drive it hard on from an isolated 10V dc supply* with a limiting resistor and a decent say 1mH mini inductor in both the? supply and return legs of the 5V psu - will the thing pass RF as if it were a small signal relay contact ?? RDS fully on for above part approx 1.2 ohms. * homemade with a Hartley osc design to reduce the snap and crackle. |
||
Re: Harmonic performance - SSB vs CW
¿ªÔÆÌåÓýI¡¯m using this one? https://www.ebay.com/itm/192131587815, but it¡¯s only because I have a 150W amp after the uBITx inside the same box.? It¡¯s smaller than the uBITx though and has a directional coupler on board.? I would think, as others have mentioned, ?Hans¡¯s QRP-Labs modules would work as a good starting place for those looking for a cheap alternative (https://www.qrp-labs.com/lpfkit.html).? They are quite good and $4.60 each band.? I¡¯ve used them a lot..hard to beat.? There are some other QRP radios that have good outboard filter boards that are excellent too¡Kees has some kits that are very well designed.? The one at HFProjects.com is pretty good too¡ ? ? ? From: [email protected] [mailto:[email protected]] On Behalf Of m5fra2 via Groups.Io
Sent: Monday, August 6, 2018 11:39 AM To: [email protected] Subject: Re: [BITX20] Harmonic performance - SSB vs CW ? Which after-market board is that? I would like to keep any new boards in the same case. ? Colin ¨C M5FRA ? ? ? From: [email protected] <[email protected]> On Behalf Of MadRadioModder ? ¡°rip out the filters and the relays and even the TR relay (KT1-3 and K3) and route everything to an external low pass board.?¡° ? Yup, done, works¡ gains almost 30bd in suppression with a good/cheap after-market board. ? From: [email protected] [mailto:[email protected]] On Behalf Of ajparent1/KB1GMX ? Warren, ?
-- ¡_. _._ |
||
Re: Harmonic performance - SSB vs CW
Warren,
Pin diodes have a lot going for them.? I like them. What I have to try is two of the filters from the board and using the poor mans?pin?the 1n4007 diode in pairs two on each side back to back.? ? Worth a try and what is the cost if it fails.... not much. For two filters? and 8 diodes its maybe 20cents in parts. I've used that to 5W for TR switching with good result. Allison |
||
Re: Harmonic performance - SSB vs CW
Since we're all using W3NQN's LPF design/layout from the 1999 QST (Hans, Farhan, me too). Typically 3 inductors, capacitive input/output, etc. The only difference I see is that my designs use a capacitor across L2 Unless someone has already looked into that, I'll? fire up "Elsie" and see what it shows.
73 Kees K5BCQ |
||
Re: Harmonic performance - SSB vs CW
¿ªÔÆÌåÓýI¡¯m considering some BAP64¡¯s for switching tiny bandpass filters in and out in the uBITx right now.? Elecraft nailed this concept in their K3S design, using them everywhere from the front end almost up to the audio stage for switching things in and out¡ ? From: [email protected] [mailto:[email protected]] On Behalf Of Warren Allgyer ? The reason I mention PIN diodes is these are used in the pristine RS-HFIQ SDR which is a superb all band performer. A significantly higher price point and it is not a standalone. But it is a superb radio and it uses PIN diodes for its filter switching. Yes there is significant current drain but there is also relay holding current in this design. Not advocating PIN, simply raising the possibility. -- ¡_. _._ |