Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: S meter locking up
Justin Phillips K5AXL
Could this be why my audio amp squeels when I turn the preset pot more than 1/16th up from off?? On Mon, Nov 11, 2019, 5:39 PM Philip <philip.g7jur@...> wrote: Here is my posting from last year |
Re: Are these output watt rating crazy?
Mark - N7EKU
Oh,
There's not much to do wrong, it's all up to the software!? But this program always seems to agree with the Elsie program by Tonne Software, so I think it's OK.? The values I am taking are from the v3 schematic -- I think the filters are still the same although arranged differently now.? I thought lots of people would have run these through a simulator program already; especially when investigating power variations it could be interesting to get some confirmation of the cutoffs and input impedances. Cheers, Mark. |
Re: S meter locking up
Here is my posting from last year
The wire up drawing has an error regarding the volume control connections. It shows the orange wire as being Vol_high. And the yellow wire as being Vol_mid, going to the wiper. The orange wire is in fact the Vol_mid, and should go to the wiper. And yellow to the hot end. The pictures are correct. Philip G7JUR |
Re: Are these output watt rating crazy?
Mark,
toggle quoted message
Show quoted text
That gives me confidence in how you are simulating these LPF's. Could be that the 80m LPF really does have a corner at 7mhz. Or could be that the boards are not being built exactly as described by the v5 schematic. Jerry On Mon, Nov 11, 2019 at 12:56 PM, Mark - N7EKU wrote: It looks like a good filter for 30m and 40m.? Input impedance showed 50 ohms on 30m and 40 ohms on 40m. |
Re: Are these output watt rating crazy?
You folks might not have access to the flash drive on my chromebook.
toggle quoted message
Show quoted text
Here's a better place to look for the v5 uBitx schematic: ? ?? Jerry On Mon, Nov 11, 2019 at 09:07 AM, Jerry Gaffke wrote: The v5 uBitx wires up the relays much differently to avoid having harmonics leak around the relays. |
Re: Are these output watt rating crazy?
Mark - N7EKU
Hi Jerry,
Thank you for the information on the code.? Here is a simulation of the 750nH filter: It looks like a good filter for 30m and 40m.? Input impedance showed 50 ohms on 30m and 40 ohms on 40m. Sorry the image isn't bigger -- in linux the filter program only prints to either a printer or to "Microsoft XPS Document Printer" which I don't have going in linux so I have to do a screenshot. Cheers, Mark. |
Re: Are these output watt rating crazy?
Hi,
toggle quoted message
Show quoted text
I haven't had any luck on 160 meters so far due to a compromised antenna. But rest assured that I am using and external low pass filter that starts to rolloff a little above 2 MHz. The filters inside the radio are definitely *not* for 160 meters. It hears pretty well on 160 for all I can tell:) 73, Bill KU8H On 11/11/19 12:07 PM, Jerry Gaffke via Groups.Io wrote:
---snip----- However, the stock uBitx definitely does not have a low pass filter appropriate for 160m !!!!! -- bark less - wag more |
Re: Are these output watt rating crazy?
Mark, I don't think the apparent 7mhz corner you found has anything to do with lack of power on 40m as seen by some. void setTXFilters(unsigned long freq){ if (freq > 21000000L){ // the default filter is with 35 MHz cut-off digitalWrite(TX_LPF_A, 0); digitalWrite(TX_LPF_B, 0); digitalWrite(TX_LPF_C, 0); } else if (freq >= 14000000L){ //thrown the KT1 relay on, the 30 MHz LPF is bypassed and the 14-18 MHz LPF is allowd to go through digitalWrite(TX_LPF_A, 1); digitalWrite(TX_LPF_B, 0); digitalWrite(TX_LPF_C, 0); } else if (freq > 7000000L){ digitalWrite(TX_LPF_A, 1); digitalWrite(TX_LPF_B, 1); digitalWrite(TX_LPF_C, 0); } else { digitalWrite(TX_LPF_A, 1); digitalWrite(TX_LPF_B, 1); digitalWrite(TX_LPF_C, 1); } } ?
So when operating on 40m (unless you are tuned to be exactly on the lower band edge, don't do that!),the signals A,B,C? (driving the KT1,KT2,KT3 relays) are driven with 1,1,0 respectively. KT1 and KT2 are in bypass mode (relay on), and KT3 (off) selects the 7mhz LPF (has 750nH inductors). So no, on a v3 uBitx, the LPF with the 900nH inductors is only used when operating below (or exactly on) 7mhz. The v5 uBitx wires up the relays much differently to avoid having harmonics leak around the relays. ? ??file:///home/chronos/u-ba688dba5e13d507cb8c8d472169a2b5e212d72b/MyFiles/Downloads/ubitx_v5.pdf The code for v5 ? ?? drives the LPF relays with A,B,C == 0,1,0? when operating in the 40m band: else if (freq > 7000000L){ digitalWrite(TX_LPF_A, 0); digitalWrite(TX_LPF_B, 1); digitalWrite(TX_LPF_C, 0); }This powers the middle relay on the v5 to select the filter with the 750nH inductors, the other two relays are left unpowered in bypass mode. Note that the highest freq LPF with the 330nH inductors (for 15m,12m,10m) is always inline on the v5. Jerry, KE7ER On Sun, Nov 10, 2019 at 09:08 PM, Mark - N7EKU wrote:
I used the AADE filter simulation/design program.? I posted because I had seem some comments on the power outputs and was curious to simulate the low filter to see if that might impact some of the power levels.? I simulated the lowest filter I saw on the ubitx v3 schematic.? Did I miss a lower one?? This one seems to be the lowest and used for both 40m and 80m with a cutoff very close to 7MHz (actually showed -2dB at 7.3MHz). |
Re: S meter locking up
Maurice Bersan
SOLVED I just saw a post by a clever person who discovered a wiring error in the wiring diagram. I am using one of those universal case kits by inkits with the extra front mounted circuit board for Ptt, audio and CW. The volume high wire that goes to the volume pot is not the black wire, it's the brown one. The connections diagram appears to be incorrect. I have swapped the two wires and the problem is fixed. I think the post was on Facebook but I can't find it again, so whoever that clever person is, thankyou! Maurice Vk6hly |
S meter locking up
Maurice Bersan
I have just installed a nextion 2.8 screen to my ubitx v5 and I noticed when I tap the screen to select, the s meter shoots up to s8 and sticks there until I either reboot or speak loudly into the mike. I have tried both TFT files with and without s meter but still the same fault. No problems with the old 2 line display screen. I have the kit projects ALC board fitted which works fine with the 2 line display.
Any ideas folks? Maurice Vk6hly |
Re: Wiring question - Nextion case
Ian Reeve
¿ªÔÆÌåÓý
This is true,my board came with the 4k7 resistor and the wire link in place but not soldered.
Get
From: [email protected] <[email protected]> on behalf of Robert Freeman <michmasher@...>
Sent: Sunday, November 10, 2019 10:59:30 PM To: [email protected] <[email protected]> Subject: Re: [BITX20] Wiring question - Nextion case ?
If you want audio into both sides of the headphones, a jumper needs to be soldered from one side to the other.??
73s de NQ0T, Robert
|
I had simar issue even wirh 2.8 nextion. ?I placed a 2uH inductor in series with 5v line goingbto nextion and a decoupling capacitor of 100uF16v at the nextion side to ground.?? That has reasonably reduced the rumbling noise created after introduction of Nextion display.? Hope it helps. Sarma vu3zmv On Mon, 11 Nov 2019, 9:54 am Justin Phillips K5AXL, <dolmdemon@...> wrote: I have a v5 uBITX in Sunil's 5" case with audio amp kit. Audio sounds just fine until I power the Nextion display. It's got a terrible buzz, and you can hear digital noises when the display changes, or when you turn the encoder.? |
Mike Kilpatrick
¿ªÔÆÌåÓýMy long lost twin brother ! ? ? From: Justin Phillips K5AXL
Sent: Monday, November 11, 2019 16:38 To: [email protected] Subject: Re: [BITX20] Nextion 5" display noise #ubitx #nextion #noise ? So, what has two thumbs and is a huge doomarse? <- this guy. ? |
Re: Are these output watt rating crazy?
Mark - N7EKU
Hi,
I used the AADE filter simulation/design program.? I posted because I had seem some comments on the power outputs and was curious to simulate the low filter to see if that might impact some of the power levels.? I simulated the lowest filter I saw on the ubitx v3 schematic.? Did I miss a lower one?? This one seems to be the lowest and used for both 40m and 80m with a cutoff very close to 7MHz (actually showed -2dB at 7.3MHz). Yes the design environment is 50 ohms.? That does not mean the filter will show that for all frequencies.? At the design frequency, they should show that (as this one does for 40m).? At other frequencies they can present higher or lower impedances which will affect power output.? This one does also show around 50 ohms at 80m.? However at 60m it shows to be about 20 ohms and at 160m about 10 ohms.? Even using another filter on the output, with this filter inline it may cause trouble.? So it would be best to have a designed 160m filter linked directly to the output of the PA if one wants to use that band.? My thoughts anyway. Of course it would be good to see an actual measurement of the filter with a VNA etc.? My equipment is packed away from a move at the moment so I have to rely on software at the moment. I just thought people may be interested in what I had found.?? I can work on my own no problem. Cheero, Mark. |
Justin Phillips K5AXL
I have a v5 uBITX in Sunil's 5" case with audio amp kit. Audio sounds just fine until I power the Nextion display. It's got a terrible buzz, and you can hear digital noises when the display changes, or when you turn the encoder.?
I've run separate power for the display and the noise remains. I Also tried powering the display with a battery pack, the noise is just as bad. How do you get this noise out?? Also, my audio (when not influenced by the display) sounds very tinny and a bit high pitch, and it doesn't seem to change when adjusting the BFO much at all.. any ideas? |
Re: Are these output watt rating crazy?
Mark,
toggle quoted message
Show quoted text
I assume you posted to this old thread because you wanted to tell us about your simulation results. Yes, the uBitx should not be used on 160m without a suitable LPF inline with the antenna.? Without that LPF the third harmonic will be nearly as strong as the fundamental. Not sure exactly how you went about simulating the filter or exactly what corner frequency you saw. Regardless of what your filter program thinks, the 80m LPF is being used in a more or less 50 ohm environment. Changing the impedances will change the frequency response. Attenuating some harmonic by 13dB may or may not be sufficient. If that particular harmonic coming out of the final amp is already 30dB down from the fundamental, then the extra 13dB of attenuation from the filter will be sufficient to meet FCC regs.? Due to the push-pull configuration of the IRF510 final, it is mostly the 3rd harmonic that gives us grief. Would be interesting to measure (not simulate) the response of the 80m LPF using something like the Antuino, driving the filter from a 50 ohm source and terminating it into 50 ohms. I believe the 3dB corner frequency of the 80m LPF is around 5mhz, so if you tried to use it on 40m you would not be putting out much of a signal. ? Here's the post you quoted? ??/g/BITX20/message/68292 It happens to be in the same thread as our current conversation, though this thread hasn't been active for over 6 months., Jerry, KE7ER On Sun, Nov 10, 2019 at 05:30 PM, Mark - N7EKU wrote:
Jerry GaffkeHi, |
Re: Wiring question - Nextion case
Thanks guys.?
|