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: Firmware update
#tinysa
Hi Erik, The high input calibration is done with a nanovna as hf generator at 250 MHz (CW)
the output signal measured with the calibrated low input of the tinySA, that worked well and the self test too. Then put the vna signal on the high input. (Uncalibrated I had about 2 dBm margin of error) After calibrating via the config menu (actual input level),the value turned out to be incorrect. Every thing was done as your instruction video shows At the end i loaded the previous fw version (1.3-265) and both inputs could be calibrated well. Wim |
Re: Firmware update
#tinysa
Wim,
How did you perform the high input, or did you calibrate the hi output? -- ------------------------------------------
For more info on the tinySA go to https://tinysa.org/wiki/ |
Firmware update
#tinysa
Hi Erik, installed the latest firmware update yesterday. when re calibrating the "hi-input" it turned out that this did not yield the desired result instead of e.g. -34.2 dBm I came to about -10 dBm actual power. The June fw version gave no problems and worked correctly, even after restoring the previous fw version everything worked well again.
It's not a big problem because uncalibrated gives the high input a fairly correct value. Despite that, I think it's worth noting. 73, the Wim PA0WFG |
Re: RBW filters
I've had a long think about the data and I am convinced the sidelobes are a function of the time domain measurement window. A Wiener inverse is not needed to fix that.
Mathematically, for N Hz RBW you need 1/N seconds of data. A boxcar window of that length produces sinc sidelobes in the frequency domain. Instead of a boxcar of length n, use a triangular weighted window of length 2*n. That will be sinc**2 in the frequency domain which has very low sidelobes. If you scale the data properly you can do the weight multiplication by bit shift so the filter is a shift-add operation. You can, of course, use any weighting function for the time gate and get the Fourier transform of that as the spectral spreading function of the acquisition system. For a Gaussian response, apply Gaussian weights from a table. It can also be done in a completely analog manner with an FET and a function generator. That part I'm sure of. The matter of smaller RBW using the existing HW is rather harder. I'll address that later after I've done some more analysis. Have Fun! Reg |
Re: Comparing antenna outputs
Mike,
You probably need a LNA if you are comparing relatively weak TV signals. It would be a good idea to use a 75 ohm input LNA, then the mismatch at the output to the 50 ohm tinysa would be negligible. You also need to use the pilot signal (if you can isolate it) to compare as the rest of the signal bandwidth varies with time. www.arrl.org/files/file/Technology/TV_Channels/8_Bit_VSB.pdf Gary W9TD |
Re: Comparing antenna outputs
Dennis W1UE
Yes it is.? I have used my unit to accurately aim TV antennas, and to compare response of different antennas. ? I did find that if I tried to look at more than 2 channels of data it was hard to get readings. Dennis? On Fri, Aug 20, 2021 at 10:44 Mikek <amdx@...> wrote: Hi all, |
Comparing antenna outputs
Mikek
Hi all,
?I have ordered, but not received my TinySA yet. (R&L) ? I want to compare two TV antennas. Is the TinySA sensitive enough to show the signals that a TV will receive. The frequency range I'm interested in is 200MHz to 610MHz, Can I scan that whole band or do I need to do it in chunks? I understand over 350MHz specs degrade, but if I'm comparing two antennasI expect they will both be degraded the same. I'm guessing I will just have to live with the 75¦¸ to 50¦¸ mismatch. I don't think that is much. Any hints? |
Re: #tinysa
#tinysa
Its an illegal clone infringing on our trademark
? -- ------------------------------------------
For more info on the tinySA go to https://tinysa.org/wiki/ |
#tinysa
#tinysa
Is this official or modified clone?
https://pt.aliexpress.com/item/1005003112093679.html |
Re: Trace colors
On Sat, Aug 14, 2021 at 05:49 PM, hwalker wrote:
Using the new experimental beta FW, as suggested by Erik, appears to be a better solution but cannot be made "sticky" as can using the "color" console command along with "saveconfig".?You can use PRESET/STORE/STORE 1? or even PRESET/STORE/STORE AS STARTUP to save this configuration for quick recall -- ------------------------------------------
For more info on the tinySA go to https://tinysa.org/wiki/ |
Re: Trace colors
On Sat, Aug 14, 2021 at 02:48 PM, Don Lewis wrote:
Erik, You got me? I don't see anywhere in the menu tree where I have access to "TRACE", is it in a hidden menu? Is this in a older firmware version? I'm totally loss here. If you have the time and patience, please step me through the steps necessary to get to the Trace enable selection. I have FW 1.3-265-ga0c410f, is the process available in that version? ThanksDon, ? There is a "release" directory and a "beta" directory that Erik uses.? The new experimental beta release 1.3-315 at?http://athome.kaashoek.com/tinySA/DFU/beta/ adds the trace menu (see the first figure below). ? The trace colors can be changed, as suggested by DiSlord, using the "color" console command with either the current release FW or the 1.3-315 beta FW.? I found changing the active trace color from yellow to red also results in the marker annotation color also changing to red and is visually unappealing. ? Using the new experimental beta FW, as suggested by Erik, appears to be a better solution but cannot be made "sticky" as can using the "color" console command along with "saveconfig".? Eriks procedure is as in the figures below (Note: the active trace could be set to green instead of red by enabling trace 2 (grn) instead of trace 3). New TRACE menu in beta 1.3-315? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Trace 1 (ylw) set to enabled & MAX_DELAY? ? ? ? ? ? ? ? ? TRACE 3 (red) set to enabled? Herb |
Re: Trace colors
Erik, You got me? I don't see anywhere in the menu tree where I have access to "TRACE", is it in a hidden menu? Is this in a older firmware version? I'm totally loss here. If you have the time and patience, please step me through the steps necessary to get to the Trace enable selection. I have FW 1.3-265-ga0c410f, is the process available in that version? Thanks
|
Re: Trace colors
tinySA support color console command (i port it fom NanoVNA code):
color index hex_color For get color in hex you can use any soft like Example for change trace 1 color to hex = #de0707: 'color 6 0xde0707' read current colors: 'color' Color indexes: #define LCD_BG_COLOR? ? ? ? ? ? ?0
#define LCD_FG_COLOR? ? ? ? ? ? ?1
#define LCD_GRID_COLOR? ? ? ? ? ?2
#define LCD_MENU_COLOR? ? ? ? ? ?3
#define LCD_MENU_TEXT_COLOR? ? ? 4
#define LCD_MENU_ACTIVE_COLOR? ? 5
#define LCD_TRACE_1_COLOR? ? ? ? 6
#define LCD_TRACE_2_COLOR? ? ? ? 7
#define LCD_TRACE_3_COLOR? ? ? ? 8
#define LCD_TRACE_4_COLOR? ? ? ? 9
#define LCD_NORMAL_BAT_COLOR? ? 10
#define LCD_LOW_BAT_COLOR? ? ? ?11
#define LCD_TRIGGER_COLOR? ? ? ?12
#define LCD_RISE_EDGE_COLOR? ? ?13
#define LCD_FALLEN_EDGE_COLOR? ?14
#define LCD_SWEEP_LINE_COLOR? ? 15
#define LCD_BW_TEXT_COLOR? ? ? ?16
#define LCD_INPUT_TEXT_COLOR? ? 17
#define LCD_INPUT_BG_COLOR? ? ? 18
#define LCD_BRIGHT_COLOR_BLUE? ?19
#define LCD_BRIGHT_COLOR_RED? ? 20
#define LCD_BRIGHT_COLOR_GREEN? 21
#define LCD_DARK_GREY? ? ? ? ? ?22
#define LCD_LIGHT_GREY? ? ? ? ? 23
#define LCD_HAM_COLOR? ? ? ? ? ?24
#define LCD_GRID_VALUE_COLOR? ? 25
#define LCD_M_REFERENCE? ? ? ? ?26
#define LCD_M_DELTA? ? ? ? ? ? ?27
#define LCD_M_NOISE? ? ? ? ? ? ?28
#define LCD_M_DEFAULT? ? ? ? ? ?29 |
Re: Trace colors
First select trace 3
TRACE/TRACE/TRACE 3 now enable trace 3 TRACE/ENABLE trace 3 is now enabled, just like trace 1. now set trace 1 in max decay mode select trace 1 TRACE/TRACE/TRACE 1 and enable max decay TRACE/CALC/MAX DECAY -- ------------------------------------------
For more info on the tinySA go to https://tinysa.org/wiki/ |
to navigate to use esc to dismiss