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: The issues of the TDA2822
With all due respect sir, I eventually would like to purchase this kit as soon as I finish my disability claim in a month or so. This seems like a pretty serious issue. I am sure you didn't plan on parts failing but simply pointing out is only a percentage of your total production run isn't a solution.? Overall from all the posts I read this kit is great. However I suspect you realized when shipping the boards with bad audio amps that it was an issue. If the original part was less than a dollar, you can easily raise the price by .50$ to 1$ us to cover the cost of putting a good part in.? Thats just my .02$ kf4ftr Chris? |
Re: #uBITX Firmware KD8CEC - IF-Shift etc.
#ubitx
Allard,
I don't think I agree with you. PBT and "clariier" are two different things. A "clarifer" or incremental tuning control is only useful for tuning an off-frequency signal. The BFO must be at the suppressed carrier frequency for proper detection of a SSB signal. If you deviate from that frequency then the detected audio becomes distorted, the old "donald duck" sound spoken of by the old-timers. One of my first ham-band receivers was an old RME-4350, 1950's vintage. It had a "BFO" control which was really useful on SSB because in a round-table not all transmitters could be set to the exact same frequency - resolution of 1kc was pretty good! The BFO could be used to tune everyone in properly, in essence it was what is today called an "receiver incremental tuning" control. Passband tuning (or IF Shift) does not impact the relationship of the BFO to the suppressed carrier at all. You could do the IF Shift by changing CLK1 in order to shift where the signal impacts the 12Mhz passband of the SSB filter but CLK0 would still have to maintain the same relationship to CLK2 in order to demodulate the signal properly. tim ab0wr On Sun, 11 Mar 2018 01:09:24 +0100 "Allard PE1NWL" <pe1nwl@...> wrote: Jerry, |
Re: Endian issues...final chapter
I agree with Jack.
toggle quoted message
Show quoted text
There are many cases where ASCII protocols are just too cumbersome.? On Sun, Mar 11, 2018 at 07:58 am, Jack Purdum wrote:
Binary versus ASCII protocols simply hangs a second tool on your belt. You need to decide which best solves your design problem. |
Re: ubitx mount question regarding lcd display and bezel
Hi Tom, Not sure what bezel you have from the many that Digikey offers. My guess is that you are more interested in mounting the LCD without any visible fasteners. I know that some have mounted the display using only the pins into the main board for support and found that to be sufficient. That method does require careful positioning of the board and I see yours is already in place. Looking at your layout I think you could make some brackets which would be held in place by the tuning encoder,jacks, and volume control and hold the display from behind avoiding any thru holes in the front panel. Brackets could also be attached to the bottom panel to do the same thing. Of course you could get another bezel big enough to cover the thru front panel fasteners but it is always rewarding to figure out how to use what you already have. GL and looking forward to seeing your solution. 73 Willy On Sun, Mar 11, 2018 at 9:45 AM, Bert N8NN <bertgarcia73@...> wrote: Tom -- Very nice tuning knob!? Can you provide the part number and source? |
Re: #uBITX Firmware KD8CEC - IF-Shift etc.
#ubitx
Good catch.
toggle quoted message
Show quoted text
My excuse for last night was it was too late. Now it's too early. The original (and incorrect) formulas from post 44182 was this: ? ? For USB, it's? ?VFO-(clk1-BFO) ? ? For LSB, it's? ?VFO+(clk1-BFO)? The correct formulas are the duplicated ones that you spotted: ? ? ?For USB, it's? ?VFO-(clk1-BFO) ? ? ?For LSB, it's? ?VFO-(clk1+BFO)? Thanks, Jerry, KE7ER On Sun, Mar 11, 2018 at 07:57 am, Rod Self wrote:
|
Re: #uBITX Firmware KD8CEC - IF-Shift etc.
#ubitx
Yes, the tone of the CW signal should not change if IF-Shift (and/or BFO-Adjust,
toggle quoted message
Show quoted text
whatever you want to call it) is implemented correctly by changing both? the BFO and the VFO as mentioned in post 44182. The original uBitx code implemented BFO-Adjust by only moving the BFO, so the CW tone did change, and SSB speech becomes unnatural/unintelligible. I have no idea what the various new versions of the code do these days. Moving clk1 as somebody suggested a few posts back won't work, we must adjust the 12mhz BFO (equal to the incoming suppressed carrier) relative to the 12mhz filter passband. ? Jerry, KE7ER On Sun, Mar 11, 2018 at 07:37 am, Tim Gorman wrote:
If you are listening to a CW signal then moving the IF Shift doesn't |
Re: Endian issues...final chapter
Jack Purdum
Totally agree when moving data between internet users. The downside is that binary 255 takes one byte but ASCII takes three bytes to push down a com link. If you are doing something computationally intensive, like moving FFT data to an SDR spectrum display, minimizing data transfer time can make a large performance difference. As Hans Summers (designer of the super-cool QCX transceiver from QRP Labs) pointed out, the endian issue must be handled even when writing to EEPROM on the same machine. You could store numeric data in EEPROM as ASCII, but then you need to pass through atoi() going into EEPROM and itoa() coming out. Clearly, Hans is storing his EEPROM data in binary. CAT protocols like the one Ian Lee has worked on use an ASCII data transfer and it makes it so much easier to debug when something goes south. Even then, however, when commands can be as short as 10 bytes, someone reported a noticeable delay in response time. If you're only tool is a hammer, it should be no surprise that every problem looks like a nail. Binary versus ASCII protocols simply hangs a second tool on your belt. You need to decide which best solves your design problem. Jack, W8TEE From: Ashhar Farhan <farhanbox@...> To: [email protected] Sent: Sunday, March 11, 2018 12:49 AM Subject: Re: [BITX20] Endian issues...final chapter ietf solved this by insisting that internet protocos SHOULD be in plain text. it makes debuggera out our eyeballs and prevents testing of friendships. On 11 Mar 2018 12:27 am, "Michael Hagen" <motdog@...> wrote:
|
Re: #uBITX Firmware KD8CEC - IF-Shift etc.
#ubitx
Rod Self
¿ªÔÆÌåÓýJerry, ?Huh? The formula correction at the bottom seems to be Rod KM6SN On 03/11/2018 07:43 AM, Jerry Gaffke
via Groups.Io wrote:
It was getting late when I pressed send, a couple minor errors crept in: |
Re: #uBITX Firmware KD8CEC - IF-Shift etc.
#ubitx
It was getting late when I pressed send, a couple minor errors crept in:
toggle quoted message
Show quoted text
>? The 12mhz filter is passing audio between roughly 500 and 2500 hz in its upper sideband, >? so the 12mhz filter is probably centered around 11996500 + (500+2500)/2 = 1199800 hz. > >? With a clk1 for USB of 56995000 hz, the center of that upper sideband in the 45mhz filter >? would be 56995000-11998000 = 44997000 hz >? With clk1 for LSB of 32995000 hz, the center of that lower sideband in the 45mhz filter >? would be 32995000+11998000 = 44993000 hz. When I say "upper sideband in the 45mhz filter", I'm talking about the upper sideband of the original signal.? ?Should rewrite those last few lines with a few more words: ? With a clk1 for USB of 56995000 hz, the center of that sideband within the 45mhz filter ? (now below the carrier due to sideband inversion from the high side VFO) ? would be 56995000-11998000 = 44997000 hz ? With clk1 for LSB of 32995000 hz, the center of that sideband within the 45mhz filter ? (now above the carrier due to sideband inversion from the high side VFO) ? would be 32995000+11998000 = 44993000 hz. And I flipped the arithmetic at the wrong spot in these formulas: >? The display shows the frequency of the suppressed carrier, always easy enough to compute: >? ? ? For USB, it's? ?VFO-(clk1-BFO) >? ? ? For LSB, it's? ?VFO-(clk1+BFO)? Those two formulas should read: ? ? ? ?For USB, it's? ?VFO-(clk1-BFO) ? ? ?For LSB, it's? ?VFO-(clk1+BFO)? Jerry, KE7ER On Sat, Mar 10, 2018 at 11:36 pm, Jerry Gaffke wrote: I think Gerald's complaint about USB sounding different than LSB winds up being due to |
Re: #uBITX Firmware KD8CEC - IF-Shift etc.
#ubitx
Vince,
If you are listening to a CW signal then moving the IF Shift doesn't change the tone of the CW signal at all. You are just moving the passband. That can change the sound of a SSB signal because you are removing some of the received audio along with the interfering signal. Just like cutting the highs or lows with a treble/bass tone control. tim ab0wr On Sat, 10 Mar 2018 21:07:17 -0500 "Vince Vielhaber" <vev@...> wrote: IF Shift is supposed to shift the signal thru the passband without |
Re: Board won¡¯t power up.
Ooops! the last couple of mails was men=ant to be private!
toggle quoted message
Show quoted text
At 11-03-18, you wrote:
Send me a photo preferably by whatsapp, email will take more response time. |
Re: Board won¡¯t power up.
Send me a photo preferably by whatsapp, email will take more response time.
toggle quoted message
Show quoted text
At 11-03-18, you wrote:
I have checked twice that the sacrificial diode is installed correctly. |
Re: Board won¡¯t power up.
Bruce,
toggle quoted message
Show quoted text
Check the voltages with your -ve probe on the mother board. In case there is a ground fault in P1 or wire! Raj At 11-03-18, you wrote:
I think my microBitx main board may be defective. When powered up (without the raduino attached), according to the wiring instructions, it only draws 60-80 micro amps, rather than 90-110 mA the instructions specify. I have checked twice that the sacrificial diode is installed correctly. |
Re: Board won¡¯t power up.
Bruce,
toggle quoted message
Show quoted text
Check on the uBitx board if you get the 12V power. Start first just below the power jack P1. Sometimes these wires are crimped well and may not be making contact. It is almost impossible to see uA unless something drastic wrong with P1 or your measurement! This has happened before. Raj At 11-03-18, you wrote:
I think my microBitx main board may be defective. When powered up (without the raduino attached), according to the wiring instructions, it only draws 60-80 micro amps, rather than 90-110 mA the instructions specify. I have checked twice that the sacrificial diode is installed correctly. |
Board won¡¯t power up.
I think my microBitx main board may be defective. When powered up (without the raduino attached), according to the wiring instructions, it only draws 60-80 micro amps, rather than 90-110 mA the instructions specify. I have checked twice that the sacrificial diode is installed correctly.?
Any ideas how to proceed? Thanks, Bruce W1BWA |
Re: uBITX Firmware CEC Version Added WSPR function, I am looking for a beta tester.
#ubitx
Hello Ian.
Is the WSPR frequency calculator in uBITX manager working correctly. Or is the uBITX transmitting on the wrong side band ?. I would like test the update when you have done it. Philip G7JUR |
to navigate to use esc to dismiss