Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: Si5351 correction question
Hi erry,
toggle quoted message
Show quoted text
My comments were in a completely different universe :) I assumed being posted here it was something it is not. While we all know about "assume" it isn't unreasonavle to expect questions posted here to be about the Bitx machines. Moving on... 73, Bill KU8H On 11/03/2018 12:53 PM, Jerry Gaffke via Groups.Io wrote:
The etherkit library is totally different than the si5351bx routines --
bark less - wag more |
Re: Si5351 correction question
Vince Vielhaber
I looked at your project and see you're using the adafruit si5351 board. There was an issue some time ago and recalling from a hazy memory it had something to do with crystal loading and the si5351 settings for the crystal. This caused the si5351 to be slightly off frequency. Jerry may remember more about it as I believe he addressed it in the si5351bx routines. I know it affected the Raduino, I'm just guessing the Adafruit is using the same or very similar crystal due to cost and availability.
toggle quoted message
Show quoted text
Vince. On 11/03/2018 12:52 PM, Mark Pilant wrote:
Hi Bill.When I replied with a suggestion he told me he is not using a Bitx40nor uBitxnor a raduino nor any of the Bitx or uBitx software. -shrug-True at the moment. I'm actually using a Mega2560 to control the Si5351 --
K8ZW |
Poor mans spectrum analyzer
#ubitx
Nigel G4ZAL
I have no sophisticated bench test gear so I used my hackRF and the free Spectrum Analyzer software to 'look' at what my uBitx was transmitting whilst on FT8 on 7.074MHz and the result is quite disappointing although not unexpected.
uBitx was on an EFHW for 40M and the hackRF was on a short whip antenna. I have some Axicom relays and shielded SMD inductors for L5/7 and will compare results after swapping out the bits and see if I can 'clean up my act' ! Nigel |
Re: Si5351 correction question
The etherkit library is totally different than the si5351bx routines used on the uBitx.
toggle quoted message
Show quoted text
So my discussion of the correction factor may or may not pertain. Good luck. On Sat, Nov 3, 2018 at 09:46 AM, Mark Pilant wrote: Hi Jerry. |
Re: Si5351 correction question
Hi Bill.
When I replied with a suggestion he told me he is not using a Bitx40 nor uBitxTrue at the moment. I'm actually using a Mega2560 to control the Si5351 board with a 3.5" TFT LCD interface. The software is based on the VU2SPF and VE1BWV sketch, with the appropriate changes to run the display (which uses an HX8357D chip). I opted to use the simpler si5351 sketch to eliminate as many variables as possible to make sure the Si5351 board is operating as it should. Here is a link to my work as of a couple of months ago: I need to update it after picking it up again a week or two ago. (Too many irons in the fire :-) 73 - Mark N1VQW |
Re: Si5351 correction question
Hi Jerry.
I have not heard of others in the forum voice concern about the si5351 calibrationI have not as well, but I wanted to check to see if my symptoms jogged anyone's memory. :-) Assuming your firmware is using the si5351bx routines that Farhan's original releaseI'm not sure if it is; I haven't actually checked. The sketch I'm using to test the Si5351 is in the Etherkit (NT7S) GitHub repository. I might have to check out the 25 MHz oscillator. I have an HP Modulation Analyzer which should do the trick. (It also uses my GPSDO as a reference.) I do have an Efratom rubidium standard, but find my GPSDO (HP Z3816A & Spectracom 8140) more convenient :-) :-) 73 - Mark N1VQW |
Re: Si5351 correction question
I have not heard of others in the forum voice concern about the si5351 calibration changing.?
toggle quoted message
Show quoted text
Unless you are using different firmware or there is an error in the firmware, that sounds like the 25mhz crystal reference oscillator at the si5351 has changed a bit. If you have a good second rig that can receive 25mhz, perhaps bring a short antenna from it close to your uBitx and listen to the 25mhz oscillator, see if you can hear it move, perhaps when blowing hot air on the si5351 board. Assuming your firmware is using the si5351bx routines that Farhan's original release was using, then the correction factor says how many hertz off from 875mhz the vco internal to the si5351 is. The clock output frequencies and the rig operating? frequencies will be moved by a factor? exactly proportional to to that correction factor, assuming your firmware is written correctly. For example, you report two different correction factors of 15380 and 14210. So in the first case, the vco was at 875.015380 hz, and in the second case at 875.014210 hz, and the vco moved by 15380-14210 = 1170 hz, slightly more than a 1ppm difference. That could be attributed to temperature or power supply differences around the si5351 and crystal. A rig operating at 3.5mhz would have moved by? ?3.5mhz * (1170/875000000) = 4.68hz If the rig was operating at 28mhz, it would have moved by 28mhz * (1170/875000000)?= 37.44 hz.? Unless you are operating in one of the narrow band digital modes, those shifts are not of much consequence. If you are operating in a narrow band digital mode in a varying temperature environment, you may need a more stable reference than the 10 cent? 25mhz crystal supplied with your si5351 board. There are si5351 boards out there with a TCXO (temperature compensated crystal oscillator)? from QRPLabs and Etherkit.? ?The QRPLabs board can be GPS disciplined. Or I suppose you could look into rubidium oscillators.? ?;-)? I don't know if you are experiencing temperature or voltage changes around the si5351, or exactly how much the frequency would shift if you did. It could be that you have a more sensitive crystal than most, you might experiment with swapping it out.? Better yet, get a different si5351 board.? Preferably one with a TCXO. You might try cleaning the area around the si5351 and 25mhz crystal with alcohol. Jerry, KE7ER ? ? On Sat, Nov 3, 2018 at 07:04 AM, Mark Pilant wrote:
My main puzzler is why, given the same Si5351 and Arduino boards, did the correction |
Ubitx Backup file .btx
Hello everyone! Today I played a little with my Ubitx, I made a lot of contacts all over Europe. After a while I decided to listen myself on a SDR located somewhere in Norway because I wanted to play a little with the BFO. By accident I have sellected "Set Calibration" instead of "BFO" and everything was messed up, I couldn't hear or transmit nothing at all. I was lucky because I have a configuration file for backup and now I am back on the ionosphere. I am wondering, is there a website from where we can download this configuration file with the .btx extension? If someone else wants this file with the default settings, leave me a message. Thanks!
|
Re: Si5351 correction question
Hi Mark.
What firmware are you running?None. The calibration sketch is here: This sketch simply programs the Si5351 as an oscillator, no USB, LSB, offset, etc. Hi Jerry. I'd recommend the algorithm of post /g/BITX20/message/54501I'm eventually going to be doing something similar to what was mentioned in your post. My main puzzler is why, given the same Si5351 and Arduino boards, did the correction number need to change to get the correct output frequency? 73 - Mark N1VQW |
Re: New file uploaded to [email protected]
Sorry for the above message. The audio is there its just very low. I should have checked
the info on the web site re this problem. and? Shall? have to get an amplifier to boost the audio A Redface Regards Fred Aunger (G6FJA) |
Re: the cause for the spurs, found!
Correction:
toggle quoted message
Show quoted text
After seeing your results I feel the stage is OK for upto -5 dbm is -30 to -40 dbm. The output of the stage is max -10 dbm and so the input will be 15 -20dbm less (i.e. gain of stage) So your Bidi amp is good to go. At 03-11-18, you wrote: Raj |
Re: the cause for the spurs, found!
Thats a given. The stage becomes a high impedance input.
toggle quoted message
Show quoted text
Try a 470 Ohms parallel with input to compensate the resistors removed. We did discuss the notch but I have not tried. After seeing your results I feel the stage is OK for upto -5 dbm input where as the actual input is -30 to -40 dbm. The output of the stage is max -10 dbm and so the input will be 15 -20dbm less (i.e. gain of stage) So your Bidi amp is good to go. So where is the offender, it is the strong harmonics of the final that is getting coupled from the relay contact loops and into the input of the Bidi amp which is getting overloaded ! This unholy mix of signals is causing spurs. Replacing the stock top contact relays with bottom contact AXICOM of Mike Doty relays reduces the loop size and so the coupling to L5. I noticed if the stock 45MHz filter is mounted high by 3mm then the spurs increase, it needs to be close to the board. That gave me the clue! The harmonics are also getting picked up by L1/2/3/4 ! 1: Change the relays and you will see major relief. DO NOT mount in sockets, they add to the loop. additionally but may not be needed for your board. 2: Change L5/7 will make a small change only if the relay is changed. 3: Change L1/2/3/4, one of my boards became unstable if any wires or finger was near. 4: Add another 45MHz filter at the Bidi out to clean up after the Bidi but with a big power loss. 5: Do't over drive on higher bands. Drive settting that gives 10W on 40M is fine on all bands with only relay change. We need a audio clipper / hard limiter for the next board. Raj At 03-11-18, you wrote: Raj |
Re: the cause for the spurs, found!
¿ªÔÆÌåÓýGlenn, pleas keep in mind to check the output of Your signal generator, mostly the ahrmonics are in the same range i.e. about -30 dBc to the main cyarrier. So to make sure You do not make false measurements, place a low pass fitler between the output of Your sig gen and DUT. Henning Am 03.11.2018 um 10:33 schrieb Glenn:
Not much change really Raj, I used 39k. |
Re: uBitxr4 audio distortion fix
Dear Raj, No heat in the final Audio Transistor , It is cool including my self? Thanks & regards sudanthiram vu2nsk On Sat, Nov 3, 2018 at 1:58 PM Raj vu2zap <rajendrakumargg@...> wrote: Sundar, |
Re: Tone on Nextion LCD Dimming
Thank-you for the reply.? I did try wrapping the 5 v lead through a toroid I? had, though at 300 hz, even if a square wave, I would not expect much attenuation.? I will try a larger inductance. On Fri, Nov 2, 2018 at 8:47 PM Glenn <glennp@...> wrote: Evan It's almost certain the dimming is done by PWM, ie chopping the LED supply.?? Did you try adding some series inductance to the display supply along with your extra capacitors.? |
Re: the cause for the spurs, found!
Not much change really Raj, I used 39k.
At -10dBm input, there is a slight improvement by maybe 2-3dB At -20 & -30dBm in, virtually same result. I wonder if a notch could be added for the 2nd Harmonic..... Did you do any sums on the 3rd harmonic? It may also contribute. glenn |
Re: the cause for the spurs, found!
¿ªÔÆÌåÓýAshar, I always had a lot of doubts that the first mixer should be the
culprit but suspected taht the first BiDi amp must be the reason
in producing harmonics. But now You and Raj confirmed my
suspicion. This findings also explain why putting another xtal
filter between the output of the BiDI amp (in TX direction) and
mixer. My proposal: first of all put a diplexer on the IF output of the mixer and the following stage. THen use two 90 deg hybrids and in between tho identical xtal fitlers, i.e. split the 45 MHz IF signal into two path, filter them within two identicla filters (gain and phase) and combine. Both dipexer and 90 deg hybrids with the xtal filters will attenuate harmonics. I am also thinking of another diplexer (LP - Hp ) at the
RF-In/Out of the mixer, the high frequency path be treminated into
50 ohms. In TX mode the image (LO+IF) will then be terminated and
not be reflected into the mixer.? In addition do a good leveling of all stages in the TX path, but keep in mind that the balanced modulator has a limited LO suppression, so the carrier suppression (and image band) must be taken into account. Henning Weddig DK5LV? ? Am 03.11.2018 um 03:39 schrieb Ashhar
Farhan:
|
Re: uBitxr4 audio distortion fix
Sundar,
toggle quoted message
Show quoted text
It should be best sound around half. Just check if final audio tr's are too hot! Raj At 03-11-18, you wrote:
Dear Raj, |