Keyboard Shortcuts
Likes
- Tinysa
- Messages
Search
Re: TinySA: Internally generated spurious signals
Above 1GHz RF is like water. It flows? through every hole
Hiding with the spur removal does not work as the spur removal removes spurs that do not actually exist but this 48MHz harmonic leakage is an actual signal. In a next HW revision (not planned) I will pay some extra attention to them. |
Re: TinySA: Internally generated spurious signals
Now the 64,000 dollar question.
What could be done to suppress them? Either hide them with software tricks, such as the spur-removal option, but that might leave “holes” in the spectrum, or additional filtering/ decoupling/ screening on the board, which is out of the question for most current owners. There is of course the human software modification - learn to live with it and adjust practice accordingly. Out of interest, I was playing with my nanoV2 to improve screening. I found that things seemed to be worse if I applied conductive (absorption) tape inside the case and even laying the device (in FR4 unclad case) on a flat metal sheet also made things worse, especially above 2.5ghz. Steve L. G7PSZ |
Re: TinySA: Internally generated spurious signals
Yes the unit certainly has limitations, though for the price is not to bad really.
Here's a -4dBm carrier from an ADF4351 at 50MHz. The TinySA shows a wide flat top and noise floor of only 45dB down at 12kHz away from center, where as in actual fact the carrier's noise floor is 80dB down by the time your only 1kHz away from center. A useful unit all the same. |
Re: TinySA: Internally generated spurious signals
On Mon, Aug 17, 2020 at 06:00 AM, hwalker wrote:
Your explanation and an illustrative screen shot deserve a Wiki entry, possibly under 'Limitations' or as an addition to the FAQ topic, "Question:?Even without anything connected I still see some signals ".Done, The 4.8MHz is indeed present. |
Re: TinySA: Internally generated spurious signals
On Mon, Aug 17, 2020 at 03:16 AM, Erik Kaashoek wrote:
These are 48MHz harmonics generated by the MCU. For now all tinySA will show them at 48, 96, 144, 192 and 240 MHzErik, ? ?On my tinySA there also appears to be a sub-harmonic of the 48MHz clk at 4.8MHz.? Possibly a divide by 10 output? LOW and HIGH INPUTS terminated in 50ohm loads. Your explanation and an illustrative screen shot deserve a Wiki entry, possibly under 'Limitations' or as an addition to the FAQ topic, "Question:?Even without anything connected I still see some signals ".Perspective buyers should know what to expect if the internally generated MCU signals will be an issue to them.- Herb |
TinySA: Internally generated spurious signals
Have I just been unlucky and got a bad unit, or does everyone suffer spurious signals on their TinySA?
I see specific signals at 144.20MHz, 192.15MHz, and 240.19MHz. They are unstable, and wander over a few hundred kHz, during a period of about an hour. Each are 12-15dB above noise floor in 10kHz RBW. They are definitely internally generated. I have applied 50Ohm loads to the SMA connectors, and even operated the device inside a Faraday cage, but still the spurious signals remain visible. Any feedback welcome. John |
Re: Sources of interference
On Sun, Aug 16, 2020 at 08:33 AM, ajparent1/kb1gmx wrote:
I've already used mine for tracking power line noise t 300mhz using aYou can measure the field strength of a source in dBuV/m if you change display units to dBuV and use a transducer calibrated in dB/m.? At a single frequency you can enter the tranducer factor (plus pre-amplifier gain if used) in Level->External Amp for a direct reading of field strength (only accurate at 1mtr distance from the source). Similar technique using a current probe can be made for dBuA measurements. - Herb |
Identifying which serial port the tinySA is attached to
The tinySA uses the same VID/PID as the NanoVNA so if you are writing a script or program to communicate with the tinySA, and both a NanoVNA and tinySA are connected to your computer at the same time, you need to perform extra steps to automatically identify which port the tinySA is connected to.
1. The most reliable way is to query a connected port using the 'info' console command. ? ? >info ? tinySA v0.3 2019-2020 Copyright @Erik Kaashoek 2016-2020 Copyright @edy555 SW licensed under GPL. See: https://github.com/erikkaashoek/tinySA Version: tinySA_v1.0-49-ga63df47 Build Time: Aug 4 2020 - 17:52:05 Kernel: 4.0.0 Compiler: GCC 7.2.1 20170904 (release) [ARM/embedded-7-branch revision 255204] Architecture: ARMv6-M Core Variant: Cortex-M0 Port Info: Preemption through NMI Platform: STM32F072xB Entry Level Medium Density devices
|
Re: Sources of interference
I've already used mine for tracking power line noise t 300mhz using a
small yagi for that band. With an untuned amplified .3M untuned HF loop I"ve tracked all sorts of items emitting significant noise. Very handy. Allison ----------------------------------------- Please post here, direct emails go to a dead letter box. |
Re: Jumping base line
On Sat, Aug 15, 2020 at 11:09 PM, Erik Kaashoek wrote:
On Sat, Aug 15, 2020 at 03:30 PM, OneOfEleven wrote:? ?Besides the faster speed and unlimited points, the tinySA 'scanraw ' command transfers corrected data - unlike the similar command on the NanoVNA which transfers raw data and requires you to externally apply calibration factors.? That's the major reason I've never used the 'scanraw' command on the NanoVNA. ? The binary format of the data returned by the tinySA 'scanraw' command is easy for C programmers to convert to actual dBm values.? Programmers using higher level languages like Python, will struggle doing the conversion until some examples start appearing on the web. ? From notes provided to me from Erik: ? ? ?Scanraw command outputs: ? ? ? ? ?byte 1: '{'
? ? ? ? ?byte 2: 'x'
? ? ? ? ?byte 3: LSB of 16?
? ? ? ? ?byte 4: MSB of 16?
? ? ? ? ?.. repeats bytes 2,3 and 4 for all points
? ? ? ? ?byte end: '}? ? ? ? ?level in dBm? = ((byte3 + (byte4) * 256) )? / 32 - 128 ? - Herb |
Sources of interference
A very useful use of the TinySA is to track down sources of interference.
The horrors of today's unfiltered unscreened (and often unsafe - we had one leave burn marks all up our lounge wall after it exploded) chinese switched mode regulators/supplies, they have literally destroyed today's HF (and now slowly moving up into VHF/UHF) communications for many people around the globe :( This is just one example - a baofeng walkie-talkie charger. |
Re: frequency correction
#tinysa
On Sat, Aug 15, 2020 at 07:06 PM, hwalker wrote:
Is that the only change in FW release v1.0-52?I think so. |