Replies: 1 comment 3 replies
-
Is the NanoVNA detected with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to interface an RPi zero W to a nanoVNA-H. I am reading through the files in nanovna-tools-main. I very well may not have set something up correctly, but I would really like to figure out how to make this work. Here is the error that I see:
ngriesert@antennapi:~/nanovna-tools-main $ python nanovna_communication_template.py -D
Traceback (most recent call last):
File "/home/ngriesert/nanovna-tools-main/nanovna_communication_template.py", line 53, in
nanodevice = options.device or getdevice()
File "/home/ngriesert/nanovna-tools-main/nanovna_communication_template.py", line 32, in getdevice
raise OSError("device not found")
OSError: device not found
I have the single micro-usb port from the rip connected to the usb port of the nanoVNA-H.
Thank you for any feedback.
ng
Beta Was this translation helpful? Give feedback.
All reactions