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
- Tinysa
- Messages
Search
Re: Observing a low frequency signal using an up converter
¿ªÔÆÌåÓýHi John,Can you recommend the "brand" of Up Converter you have and a reliable supplier please. As you say, there are a plethora of clones out there. I would rather get "The Real McCoy". TIA...Bob VK2ZRE On 22/12/2022 9:10 am, John Cunliffe
W7ZQ wrote:
Isidro, |
Another Possible bug in Big Digit Freq FW
Using the new FW when I use the jog wheel to move a marker.?? The jog wheel changes the Start freq by the setting of the Scale/Div.?? In my case 2 mhz.?? Prior to this FW the marker could be moved along the spectrum to read the freq of various peaks on the display.
Rich |
Re: Which branch to use to compile the same firmware as Erik is releasing?
Martin, to make sure I have this correct, the changes to my previous instructions are:
remove the line--> git checkout V4.3 remove the lines below for the temporary fix for wrong version number (do this once) git tag -d v1.3 git tag -a -m v1.3 v1.3 12a96bb I have tested the instructions locally here and it seems to build OK. If this makes sense to you, I will re-port my modified instaructions. Lane |
Re: Observing a low frequency signal using an up converter
¿ªÔÆÌåÓýHi Ken,
not the double balanced ones. They have mostly transformers on the LO and RF port.
And I prefer this mixers because of the higher dynamic.
Isidro
DB1SBI
herunterladen
Am 21. Dez. 2022, um 22:18, "Kenneth Greenough via " <talktalk.net@groups.io target=_blank>[email protected]> schrieb: Hello Isidro, |
Re: Observing a low frequency signal using an up converter
Isidro,
I am using a pre made unit I bought 2018 or 19. It has a SBL-1 mixer terminated with 3db attenuators, a few band pass filters a limiting circuit and a couple of MMICs. It works well enough without having to go thorough any hoops. It would be simple? for people to build them self or if they don't want to do that spend the 50-60 bucks and buy it. There are ample of sellers on e-bay and Ali express. Of course, since there are at least as many clones out there as there are sellers the results may vary. John |
Re: Observing a low frequency signal using an up converter
¿ªÔÆÌåÓýHello Isidro,What you say about using the normal IF port as input is true for the minicircuits mixers such as the SBL1. But there are many other mixers that can work right down to DC. Especially many of the IC mixers. 73 Ken g8beq On 21/12/2022 19:50, Isidro Berniol
wrote:
|
Re: Observing a low frequency signal using an up converter
¿ªÔÆÌåÓýHello Larry,It's an unfortunate fact that most times you already need to have accurate test gear to check anything else. 73 Ken g8beq On 21/12/2022 16:48, Lawrance A.
Schneider wrote:
On Wed, Dec 21, 2022 at 11:13 AM, John Cunliffe W7ZQ wrote: |
Re: Observing a low frequency signal using an up converter
¿ªÔÆÌåÓýHello John,I realise that my description was very basic and could benefit from filters, amplifiers etc. For anyone wanting to just look at audio frequencies the oscillator could be on 10.7 MHz and the output of the mixer could be put through a crystal filter from an ex PMR radio etc. This could eliminate the osc' feedthrough and remove the unwanted sideband. A suitable amplifier could be set to give the same level output as the audio input and then attenuated to suit the SA.? Although the shape of the filters pass band would have some effect. 73 Ken g8beq On 21/12/2022 16:13, John Cunliffe W7ZQ
wrote:
Thanks Kenneth, |
Re: Observing a low frequency signal using an up converter
To find the perfect LO level for this application use the IF input of the mixer with a signal at the level limit of the mixer. Then apply the LO signal at the nominal level.
Now variate the input in 1dB steps and measure the output.
When you reach the 1dB compression point vary the LO level to see if it has an effect. If so lower the input level.
Note the minimum LO level needed and the maximal allowable LO level for the mixer. If you select a level 17dBm mixer from Mini Circuits the perfect LO power is 20dBm if you use a 3dB pad at the LO input.
A usual value for the level loss would be? 6 to 8 dB plus the loss of the 3dB pads.
All the Best,
Isidro
herunterladen
Am 21. Dez. 2022, um 20:48, John Cunliffe W7ZQ <n2nep@...> schrieb: Lawrence, |
Re: Observing a low frequency signal using an up converter
¿ªÔÆÌåÓýHi,
This Description misses some important things.
Thie mixer IF port is used as input. If you select the right mixer the input can be DC coupled, allowing measurement down to very low frequencies.
Also it can make sense to use a higher IF then 10MHz for easy filter implementation.
To have a good level translation use a 3dB attenuator on all thee ports.
Mini Circuits high level mixers work great for this purpose.
All the Best,
Isidro
herunterladen
Am 21. Dez. 2022, um 16:14, "Kenneth Greenough via " <talktalk.net@groups.io target=_blank>[email protected]> schrieb: Hello Larry, |
Re: Observing a low frequency signal using an up converter
Lawrence,
No it is the output directly from the box. The amplifier I am using is for the 10Mhz cal out signal from the tinySA that is at about -30dbm and thus to small for the input of the box. The box needs to have ~ 0 to +10dbm signal at the external 10Mhz clock input.With the external clock input at 0dbm my up converter directly tracks the input signal. John |
Re: tinySA branch 'V4.3' renamed to 'main'
On Wed, Dec 21, 2022 at 01:55 PM, Erik Kaashoek wrote:
Bumped version to v1.4 Hello tinySA hackers,
?
If you clone directly from Erik's GitHub repository, you're ready to go locally - but to participate in the development process and create PRs, you need to do a bit more.
?
If you forked to GitHub first and cloned from that (up-to-sync) fork (as I did), you'll need to get the new tag because it won't sync automatically.
?
? ? git tag | grep v1
? ? ? ? v1.0
? ? ? ? v1.1
? ? ? ? v1.2
? ? ? ? v1.3
Perform this tag sync with: ? ? git fetch --tags https://github.com/erikkaashoek/tinySA.git Now the latest tag is available on your local repo: ? ? git tag | grep v1 ? ? ? ? v1.0
? ? ? ? v1.1
? ? ? ? v1.2
? ? ? ? v1.3
? ? ? ? v1.4
Another options would be to define two uptreams in your local git repository, one pointing to??and the other to your own GitHub repository.? Clone your repository, in my case? ? ? git clone <your repository> Add a 2nd upstream remote, e.g named erikkaashoek: ? ? git remote add erikkaashoek https://github.com/erikkaashoek/tinySA.git ? ? git fetch erikkaashoek Now create a branch, e.g. also with the name erikkaashoek ? ? git branch erikkaashoek and associate it with the main branch of Erik's repo (the remote upstream erikkaashoek) ? ? git branch -u erikkaashoek/main erikkaashoek ? ? ? ? Branch 'erikkaashoek' set up to track remote branch 'main' from 'erikkaashoek'.
Then you have a read-only branch erikkaashoek linked to the original from which you can sync your main branch via e.g.?? ? git checkout main ? ? git rebase erikkaashoek Work on main, create branches for features from there, work, test, upload to the tinySA, etc. Push the feature branch (to your GH repository) and create a PR from your GH repo. Martin |
Re: Noise Sources
We are at the point where colleges and universities could require engineering students enrolled in a related course to purchase a TinySA, just like a textbook.
I may be old, but I do remember the days when textbooks were printed on paper and purchased in a bookstore rather than as PDF files! -- Ed, K0KC
?
k0kc@...
http://k0kc.us/
|
Re: Noise Sources
Just blows my mind what we can do with just a couple hundred dollars. I'm 75 and remember in college lab manually measuring hundreds of points and plotting on graph paper with equipment you could only dream of using let alone own! Something like the TinySa would have been pie in the sky science fiction! ? On Wed, Dec 21, 2022, 11:06 AM Ed Wilson via <ed.wilson=[email protected]> wrote:
|
Re: Observing a low frequency signal using an up converter
On Wed, Dec 21, 2022 at 11:57 AM, John Cunliffe W7ZQ wrote:
a -50dbm signal the output equals a -50dbmThank you for your prompt reply. I understand comparing. ?What I'm wondering about are you using an external amplifier or is there circuitry within the?BG7TBL that assures equivalency. ?I'm about to view a few videos that may tell me more. Thanks, ? ? ? ? ?larry |
Re: Noise Sources
Attached, please find the response curve for a low pass filter generated by my TinySA Ultra and my new noise source. The curve was generated using TinySA-App. Thanks again to all who helped me understand how to properly use the noise source with the TinySA Ultra! Ed, K0KC k0kc@... http://k0kc.us/ -- Ed, K0KC
?
k0kc@...
http://k0kc.us/
|
Re: Observing a low frequency signal using an up converter
Lawrance,
Because for the tests I feed it a calibrated level from my calibrated HP signal generator and read the output with the TinySA. If I feed it a -50dbm signal the output equals a -50dbm signal on the tinySA (and on my HP spectrum analyzer I use to double check), and when I feed a -100dbm signal, the tinSA reads a -100dbm signal. I did those tests between 0dbm and -120dbm and it tracks well within the specs of the tinySA. John |
Re: Observing a low frequency signal using an up converter
On Wed, Dec 21, 2022 at 11:13 AM, John Cunliffe W7ZQ wrote:
So a 0dbm signal in equals a 0dbm signal out and a -100 dbm signal in equals a -100dbm signal out. It tracks pretty good within +- 1-2db above 30khz.First, thank you both (Kenneth Greenough &??John Cunliffe W7ZQ). How are you sure the dbm is equivalent to dbm out? ? larry |
to navigate to use esc to dismiss