Gr-smart meters on WSL: Difference between revisions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
Now running gnuradio-companion should open the application as seen below. | Now running gnuradio-companion should open the application as seen below. | ||
[[File:Grc_on_wsl.jpg|alt=|frameless| | [[File:Grc_on_wsl.jpg|alt=|frameless|600x600px]] | ||
===Connect Software Defined Radio (SDR) to WSL=== | ===Connect Software Defined Radio (SDR) to WSL=== | ||
==== Install Command Line Interface ==== | |||
When you connect a SDR to Windows using USB, WSL can't see that device. You must use an application called '''usbipd''' to transfer them from Windows to WSL. | When you connect a SDR to Windows using USB, WSL can't see that device. You must use an application called '''usbipd''' to transfer them from Windows to WSL. | ||
This [https://learn.microsoft.com/en-us/windows/wsl/connect-usb guide] by Microsoft provides instructions on how to install and use this open source project available [https://github.com/dorssel/usbipd-win/releases here]. | This [https://learn.microsoft.com/en-us/windows/wsl/connect-usb guide] by Microsoft provides instructions on how to install and use this open source project available [https://github.com/dorssel/usbipd-win/releases here]. | ||
==== Optional GUI Interface ==== | |||
This [https://gitlab.com/alelec/wsl-usb-gui GUI interface] is a wrapper for the command line tool and can be downloaded [https://gitlab.com/alelec/wsl-usb-gui/-/releases here]. | |||
[[File:WSL USB GUI Manager.png|frameless|781x781px]]<br /> | |||