matthewwall / weewx-sdr

weewx driver for software-defined radio
GNU General Public License v3.0
114 stars 74 forks source link

Trouble capturing Data from Acurite Atlas 7in1 and WH32B reliably #185

Open agc346 opened 4 months ago

agc346 commented 4 months ago

I have tried frequency hopping from 433 to 915 with no luck. Whatever frequency is specified first in the command works, but the second does not. I have tried two SDRs with mixed success, however I am unable to get two SDRs to feed information into weewx. A couple commands I have tried are:

rtl_433 -M utc -F json -f 433.92M -f 914.98M -H 35 -R 40 -R 78 rtl_433 -d 0 -M utc -F json -R 40 & rtl_433 -d 1 -M utc -F json -f 914980000 -R 78

These work, although I am unable to combine them to receive data. rtl_433 -d 0 -M utc -F json -R 40 rtl_433 -d 1 -M utc -F json -f 914980000 -R 78

I would like to have frequency hopping working so I only need one sdr.

sandeen commented 3 months ago

If the rtl_433 commands are the problem, I think you need to raise the issue with the project at https://github.com/merbanan/rtl_433 rather than here?

agc346 commented 1 month ago

Thank You. I have added the issue there.