-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
feedbackRequest for more information; may be closed in 30d if not receivedRequest for more information; may be closed in 30d if not received
Description
I'm trying to capture the signals from my weather sensor outside so I tried running the following invocation:
$ rtl_433 -v -F csv:weather/sdr.csv -R 19
The problem is that it produced the following file:
$ cat weather/sdr.csv
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
time,msg,codes,model,id,channel,battery_ok,temperature_C,humidity
This feels less than ideal.
I'm using RTL-SDR V4 with Debian 12 (bookworm), rtl_433 version 22.11 (2022-11-19) from the repo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feedbackRequest for more information; may be closed in 30d if not receivedRequest for more information; may be closed in 30d if not received