0xCoto

Results 62 comments of 0xCoto

@zarath One more thing: I've managed to get everything working and I'm able to output touchstone files, plot them etc., but I see that the |S21| values disagree between the...

Solved with scikit-rf's calibration tool, thanks!

@Haydarjammoul I had to change my VIDPIDs to: `VIDPIDs = set([(0x0483, 0x5740), (0x04b4,0x0008)]);` so the SAA V2 device could be recognized. See: https://github.com/0xCoto/OptimizeRF/blob/main/nanovna.py

> Import of step file from local file system now possible. @mmiscool Could you please elaborate how this is possible on the demo page (http://web-cad.org/)? `File` -> `Import Project` ->...

@ra1nb0w I ran sudo port install NanoVNA-QT and it throws a checksum error.

``` Coto@cotos-mbp ~ % sudo port install NanoVNA-QT ---> Computing dependencies for NanoVNA-QT ---> Fetching archive for NanoVNA-QT ---> Attempting to fetch NanoVNA-QT-20200507_0.darwin_19.x86_64.tbz2 from https://fra.de.packages.macports.org/NanoVNA-QT ---> Attempting to fetch NanoVNA-QT-20200507_0.darwin_19.x86_64.tbz2...

@ra1nb0w I also tried to build, but again no `.app` is created and the `.dmg` is empty. What I ran/output: [build_attempt.txt](https://github.com/nanovna-v2/NanoVNA-QT/files/7247799/build_attempt.txt) EDIT: Also, the brew installation seems OK as well:...

@ra1nb0w Thanks for your response, but it still fails: ``` Coto@cotos-mbp ~ % sudo port sync Password: ---> Updating the ports tree Coto@cotos-mbp ~ % sudo port install nanovna-qt Password:...

It finally worked, thank you very much for your help! :)