lheijst / weewx-rtldavis

weewx driver that captures data from software-defined radio using the rtldavis software.
GNU General Public License v3.0
14 stars 5 forks source link

Not a Issue ---- Multiple SDRs #2

Closed Stormtracker017 closed 5 years ago

Stormtracker017 commented 5 years ago

I have two SDR's running on the RPI:

0: Realtek, RTL2838UHIDIR, SN: 0433 1: Realtek, RTL2838UHIDIR, SN: 0915

Is their a way to tell RTLDavis to use 1:0915?

lheijst commented 5 years ago

Not tested: Change in main.go line: dev, err := rtlsdr.Open(0) into: dev, err := rtlsdr.Open(1)

Hope this helps.

Luc

Stormtracker017 commented 5 years ago

It works. This driver been running for over 38 days with out any issues. Thanks Luc