¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

NanoVNA software development


vaclav_sal
 

Could somebody help me to implement cloned NanoVNA software using Eclipse Python plug-in?
I have my first Python running on Eclipse IDE , I have cloned the NanoVNA , however, I am not sure how to actually use the cloned files.
Should I just add / make new python source folder and add new empty module and copy cloned "python" folder into it?

This is my first usage of Python and I am actually not sure if it is necessary since it appears that original NanoVNA software is written in C.

Thanks


 

Could somebody help me to implement cloned NanoVNA software using Eclipse
Python plug-in?
Very unlikely:
We are calling code that runs in nanoVNA "firmware" and it is compiled from C

Python is one of several languages used in PC software for data from nanoVNA via USB.

You find some Python in NanoVNA GitHub repositories because edy555 included that for exercising firmware from PCs.