Keyboard Shortcuts
Likes
- Tinysa
- Messages
Search
On Thu, Mar 30, 2023 at 07:59 AM, Erik Kaashoek wrote:
:-) Maintaining code that was originally written by someone else would not be at the top of my list of things to do either.? I'm happy the shared code base for NanoVNA-App and TinySA-App allow users to take advantage of DiSlord's modifications. Herb |
And therein lies a problem for Erik who tries to satisfy everyone....perhaps the EU/UK do not want to see the expanded US bands. On Thu, 30 Mar 2023, 4:18 pm Terry Perdue, <K8tp@...> wrote:
|
On Thu, Mar 30, 2023 at 06:48 AM, hwalker wrote:
?I've been doing my frequency correction at 1GHz and entering the correction in ppb.? Does the new k and M modifiers mean the frequency offset is now entered in +/- Hz?? If so, what would be the conversion from -1200pps to Hz?My error, the previous keypad will return ? ?Have you given thought to?/g/tinysa/message/10852 and adding DiSlord's NanoVNA modification to TinySA-App?Thought yes, but too many projects at the moment and working on tinySA-App is not my favourite job, to say the least ? -- For more info on the tinySA go to https://tinysa.org/wiki/ |
开云体育Hi Erik Now firmware numbering is running backwards 1.4079 was issued on 25.03.2023 Kind regards Kurt ? Fra: [email protected] <[email protected]> P? vegne af Erik Kaashoek ? New FW release For more info on the tinySA go to |
开云体育Hi Erik Besides comment from Herm there is no longer possibility to enter negative values and above 5.34GHz calibration now produces error messages as of too low level or incorrect frequency Kind regards Kurt ? Fra: [email protected] <[email protected]> P? vegne af Erik Kaashoek ? New FW release For more info on the tinySA go to |
On Thu, Mar 30, 2023 at 02:19 AM, Erik Kaashoek wrote:
New FW releaseErik, ? ?I've been doing my frequency correction at 1GHz and entering the correction in ppb.? Does the new k and M modifiers mean the frequency offset is now entered in +/- Hz?? If so, what would be the conversion from -1200pps to Hz? ? ?Have you given thought to?/g/tinysa/message/10852 and adding DiSlord's NanoVNA modification to TinySA-App? Herb? |
Re: New FW release: Added option for fixed 10 gridlines
On Wed, Mar 29, 2023 at 03:20 PM, Brian Donaldson wrote:
....That looks like release notes for the Ultra. I don't have an Ultra. But do appreciate the response. I will look them over anyway as I might get an Ultra later.Here's a link by the same author for release notes for the tinySA 2.8" ...?/g/tinysa/message/10037 Herb? |
Re: New FW release: Added option for fixed 10 gridlines
Couldn’t agree more with everything hwalker just said above. thank you for taking my request of 10 grid lines to a vote and making such a fast firmware upgrade to implemented it. I’m flabbergasted with your capacity of development of this tiny apparatus we all use and love best, Diogo.
|
Re: Measuring FM deviation:2 meter (VHF) 1200 baud packet
K.G.
Just as a hint:
When it comes to measuring FM deviation with a spectrum analizer or an (already existing) SDR, then these three word should ringing a bell: "Bessel Null Methode" There are some nice videos on YT describing the background of it without ugly maths and showing setups. But there are two things two make sure to keep them outta the signal path 1. is the above mentioned emphasis and 2. audio processing circuits like filters, compressors or just limiters in transceivers. The videos like will show the process using signal generators, but these aren't real radios. Anyhow, after watching it or an other one too you should be fimiliar with it. |
Re: tinySA Ultra firmware upgrade
#ultra
On Mon, Mar 27, 2023 at 03:38 PM, Bill Cromwell wrote:
Anything beyond a nonjudgmental suggestion should be left out. I am a long time Linux user and I can testify that Linux has its own pitfalls, just as the other popular operating systems. The tool must be adapted to the purpose, but the bottom line is to get new FW onto the tinySA without damaging the device or the PC.? And if Windows is too much of a hassle, you can also use Linux on a RasPi, which many hobbyists have in their drawers:
=========================================== If you just want to load new firmware, download it on the RasPi or transfer it from your Windows PC to the RasPi.? Open a terminal window (either directly on the RasPi if keyboard and screen are connected) or via SSH (e.g. via putty from Windows). Install the tool dfu-util (you need to do this only once):? ? ? sudo apt install dfu-util ? Change to the directory where the *.bin file is located, (name is e.g. tinySA_v1.4-77-gae025eb.bin), switch the tinySA into dfu mode and type (use the correct name of your bin file): ? ??dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D tinySA_v1.4-77-gae025eb.bin
READY =========================================== If you want to build your own binaries from Eriks source code and flash them - do this: In a terminal window (either directly on the RasPi if keyboard and screen are connected) or via SSH (e.g. via putty from Windows): 1. installation of the necessary programs
? ? sudo apt install gcc-arm-none-eabi git dfu-util
2. fetch source and submodule. ? ? git clone https://github.com/erikkaashoek/tinySA.git
? ? cd tinySA
? ? git submodule update --init --recursive
?
3. then connect the tinySA, switch it on and either
3a. create the program for tinySA ? ? make clean
? ? make && make flash
3b. or the program for tinySA Ultra ? ? make clean
? ? TARGET=F303 make && make flash
?
READY?
?
1. and 2. are only necessary once to init the build system - 1. may take some time.
?
If there are new versions on Erik's GitHub, update them on the RasPi.
? ? cd tinySA
? ? git pull
?
After that, you can continue directly with 3a or 3b.
?
The best way to do this is to copy/paste the commands into a terminal.
HTH Martin ? |
Re: Measuring FM deviation:2 meter (VHF) 1200 baud packet
I'll leave the 9600 baud until later!? All of the radio's that we would press into 9600 baud service either have a port wired from the factory or are easily modified based on documentation (like the Alinco DR-1200).
So far on my 1200 baud testing, Paul's (psehorne) pic for setting the AFSK level on modems to match the received spectrum on the SA Ultra has worked.? We had one sight down to fire damage (radio and PK-12 were burned badly, along with some of the coax) and needed to be back on the air as a digipeater.? We had a NIB PK-12(!), and a Yaesu FT-2800M, and all new cabling.? We set it up with the SA Ultra as per Paul's pic and the digi is back on the air. The tinySA Ultra sure is much easier to take to a site than the big Heathkit!? No power supply required either :-) Jim Allyn - we would pay you to check out the Heathkit if you're interested? Hank K4HYJ |
Re: tinySA Ultra firmware upgrade
#ultra
Hi Vitaliy,
Your problem sounds somewhat similar to a problem I previously had, and below is the copy of my posting that documents my solution. ———————- Thought I should close this post with the procedure that eventually worked great for me.? I posted this in a different post/thread but thought it might help others in the future that stumble upon this post/thread. Sorry about the graphics not showing up in my post, and I believe you can find the graphics showing this in post #5577 by Steven Reed, and below is the process I used based on Steven Reeds graphics. What finally worked for me is as follows. I used device manager to see what device my TinySA was showing up as with my TinySA connected to my computers USB port and when I then selected the DFU mode on the TinySA.? In my case my device showed up under "Other devices, and under that it said STM BOOTLOADER"? Then using device manager I right clicked on "STM BOOTLOADER" and selected "Update driver", then I selected "Browse my computer for drivers", and then I gave it the following path for the search "C:\Program Files (x86)\STMicroelectronics" and told it to include subfolders for the search.? Windows then successfully found the correct deriver and then DfuSe Demo had no problem recognizing my TinySA when I put the TinySA in DFU mode and I was then able to update the firmware in my TinySA using DfuSe Demo. The above procedure worked great, whereas everything else I tried failed. Don (wd8dsb) —————— Don |
Re: tinySA Ultra firmware upgrade
#ultra
I've been reading this thread and haven't put in my two-cents yet so, for what it's worth, here's my two cents . . . I also have a backup image of just a fresh install of Windows 10 Pro in case I want to try installing new software and not have to deal with the possibilities of other software drivers or configurations causing issues with a new software install. Don't rely on the Windows recovery utility built into the OS!? You'll not get reliable results like you will with an actual recovery image of a known working system. |
Re: tinySA Ultra firmware upgrade
#ultra
I have tried about everything proposed in this topic and others at the NanoVNA forum and have given up trying to use my WIN-11 tablet to update the Ultra. Lucky, I still have a WIN7 computer that I use to run some older test equipment and that one, combined with the tinySA-app works like a charm. New OS software is not always better.
John |
Re: How to download captured display images
On Tue, Mar 28, 2023 at 10:54 AM, DiSlord wrote:
DiSlord,right click on any of the files to save them to the PC.I add only button, real save not work yet :( ? Thanks for clarifying.? At least image files on the Sandisk card can be saved by double clicking on their name and saving them from the pop-up screen shot window. Herb |