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
- Nanovna-Users
- Messages
Search
Re: Android NanoVNA WebApp
Did you select the Menu (3 bars, top left of screen)?
toggle quoted message
Show quoted text
Trace settings are there. On Monday, May 25, 2020, 1:24:30 p.m. GMT-4, travlytle@... <travlytle@...> wrote:
I have this app working on my phone, but I can't figure out how to change traces.? I click on a different trace bubble near the top and it just takes me to the settings for that trace.? I'm assuming I'm missing something stupid here, can anyone help? |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
The Gekko version of the early nanoVNAs had the solder pads for an SD card slot - look at my forum photo from almost a year ago.
toggle quoted message
Show quoted text
I actually added a slot to mine but then sold the unit and bought a better made one (no SD pads). /g/nanovna-users/message/223 I have ordered an ST32F303 and I'm looking for the proper LCD panel so that I can convert my H into an H4. I will add an SD slot to the PCB as well. ...Larry On Monday, May 25, 2020, 12:50:54 p.m. GMT-4, DiSlord <dislordlive@...> wrote:
No for H need compile its own firmware, it have about 14kB free flash. Only Fat32 and short filenames need ~10kB (but i don`t test this for H firmware) Also H version not have SD slot on PCB board, need add it, but this difficult for me (for my test). |
Re: Review of NanoVNA-H v3.4
#nanovna-h_v3dot4
I bought the two units from Amazon Seesii USA with 2 day shipping on the
toggle quoted message
Show quoted text
last one. Both units were labeled with 50 KHz starting frequency. But they can start at 10 KHz if that is entered under Stimulus. Rolf KC6HTR On Thu, May 21, 2020 at 8:12 AM Larry Rothman <nlroth@...> wrote:
Please read the forum WIKI and notes in the forum FILES sections. |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
DiSlord
toggle quoted message
Show quoted text
And with 0.9.2 firmware I get this : ch>? SD_SendCmd err CMD0, 0xFF, 0x00000000 ?CMD0 Ok ?CMD8 Ok ?CMD8 0xAA010000 CMD8 Ok, ACMD41 99 ?CMD58 OCR = 0x0080FFC0 CardType 12 filename VNA_20200525_05196.bmp open 0 close 0 ?Read? speed = 156981 Byte/s (count 13, time 424) ?Write speed = 163047 Byte/s (count 607, time 19061) Jos Op 25-5-2020 om 18:28 schreef DiSlord: Add support ExFAT filesystem and check work on my SD cardSamsung EVO Plus 128Gb HD XLAll worked, support ExFat need additional 4kB flash and can`t be suppoted on NanoVNA-H (if add card slot in it) |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
No for H need compile its own firmware, it have about 14kB free flash. Only Fat32 and short filenames need ~10kB (but i don`t test this for H firmware)
Also H version not have SD slot on PCB board, need add it, but this difficult for me (for my test). |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
DiSlord,
toggle quoted message
Show quoted text
With your comment below, do you mean that the non-ExFat version of your firmware that supports the SD cards should work on an H if I add an SD slot? ...Larry On Monday, May 25, 2020, 12:28:12 p.m. GMT-4, DiSlord <dislordlive@...> wrote:
Add support ExFAT filesystem and check work on my SD card Samsung EVO Plus 128Gb HD XLAll worked, support ExFat need additional 4kB flash and can`t be suppoted on NanoVNA-H (if add card slot in it) But on H4 stiil more flash space (only ~89kB + 64kB for calibration save? used from 256kB) On Samsung EVO Plus 128Gb HD XL read speed ~300kB/sec write ~190kB/s |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
DiSlord,
toggle quoted message
Show quoted text
With this firmware I see : ?CMD0 Ok ?CMD8 Ok ?CMD8 0xAA010000 CMD8 Ok, ACMD41 99 ?CMD58 OCR = 0x0080FFC0 CardType 12 filename VNA_20200525_04212.bmp open 0 close 0 ?Read? speed = 238139 Byte/s (count 10, time 215) ?Write speed = 155634 Byte/s (count 606, time 19936) Regards, Jos Op 25-5-2020 om 17:30 schreef DiSlord: Found my error in card type detect |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
Add support ExFAT filesystem and check work on my SD card
Samsung EVO Plus 128Gb HD XLAll worked, support ExFat need additional 4kB flash and can`t be suppoted on NanoVNA-H (if add card slot in it) But on H4 stiil more flash space (only ~89kB + 64kB for calibration save used from 256kB) On Samsung EVO Plus 128Gb HD XL read speed ~300kB/sec write ~190kB/s |
Running Mac installation as an application
Apologies in advance for what is probably a very basic question, but I am a complete newbie when it comes to Python. My Mac installation runs perfectly from the Terminal Window, but is it possible to run NanoVNASaver as an application rather than from the Terminal window?
I've tried to set up a "Run Shell Script" Application using Automator, but I'm not sure of how the path needs to be set up or even if this approach is the best one to use. I'm using the following command: python3 /Users/john/nanovna-saver/NanoVNASaver, but I get the following error: Traceback (most recent call last): File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/Users/john/nanovna-saver/NanoVNASaver/__main__.py", line 21, in <module> from PyQt5 import QtWidgets, QtCore ModuleNotFoundError: No module named 'PyQt5' I have also tried "cd /Users/john/nanovna-saver" and then NanoVNASaver, but I get a different error: -: line 1: NanoVNASaver: command not found. I receive no errors when executing "NanoVNASaver" from the Terminal Window. I am running Catalina 10.15.4. Many thanks in advance for any possible suggestions! John |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
Hi DiSlord,
It's working now , see screenshot attached (after 2 port calibration). This is shown in Tera Term : ?CMD0 Ok ?CMD8 Ok ?CMD8 0xAA010000 ?CMD8 Ok, run ACMD41 ?ACMD41 99 ?ACMD41 0x0080FFC0 CardType 4 filename VNA_20200525_00983.bmp open 0 close 0 Thanks again for you fantastic work. Jos |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
Thanks for made test (i don`t found old SD cards at home for check it)
As i see all SD card types work SD cards workRead/Write speed not big, but this limits of SD card SPI bus mode and processor. In future i try revert SPI speed slowdown to 36MHzI think this a good extend NanoVNA capabilities. |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
On Mon, May 25, 2020 at 11:30 PM, DiSlord wrote:
Thank you very much, it works now. |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
Found my error in card type detect
try this |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
Yes, but you card answer
CMD58 CCR = 0x0080FF80 Not set Card Capacity Status (CCS) bit Need read datasheet |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
It still doesn't work, SDHC card uses block as read/write unit and small capacity SD card uses byte as read/write unit, is there no driver for small capacity SD card?
|
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
Yes possible old cards can`t work on high SPI speed like 36MHz
I try set 18MHz speed for work, this little slowdown write from 150kB/s to 140kB/s Also, i found RTC clock (internal timer) run to fast, as i see in datacheet STM32F303 use internal 40kHz LSI, but ChibiOS use default 32kHz value settings SD_SendCmd CMD17, 0x20, 0x0000003FIts mean Card answer on CMD17 (read sector) Incorrect address specified 1 variant i`m not correct detect card type (old cards use another adress mode) 2 variant card not correct deocode adress (from bigger speed) Try this variant vs slowdown SPI for SD card (to 18MHz) and fixed RTC clock (for set normal clock timer need run time command and set new time) Also i add read/write speed log stat for test On my cards result ~180-220kB/s for read and ~90-140kB/s for write. |
Re: NanoVNA firmvare, compiled by DiSlord #firmware with MiniSD support
#firmware
Hello DiSlord, I installed a microSD card slot and tested that both 8GB and 32GB microSDHC cards can work normally, but I found an ancient 1GB microSD card that does not work.
The following is the information displayed by the terminal when using a 1GB microSD card. CMD0 Ok CMD8 Ok CMD8 0xAA010000 CMD8 Ok, ACMD41 99 CMD58 CCR = 0x0080FF80 CardType 4 SD_SendCmd CMD17, 0x20, 0x0000003F SD_SendCmd CMD17, 0x20, 0x0000003F |
Re: Bad V2 clones incoming
Thank you very much for your guidance. Now there is a problem that 617DB-1023 has been discontinued. I tried to use YB006T-1023 instead, but the consistency of YB006T-1023 will be worse. I need to find more 617DB-1023 before larger production Or alternatives with consistent performance.
|
to navigate to use esc to dismiss