CSV output prints only headers #3226
Replies: 18 comments 13 replies
-
You didn't say what version of rtl_433. If not the most recent release or git master, please upgrade. You didn't say what happens if you don't give any arguments (beyond -v). It would help to sort out a general problem from a specific decoder. |
Beta Was this translation helpful? Give feedback.
-
I mentioned the version at the bottom, but it is indeed out of date (22.11). I downloaded the most recent release binary and tried using it. If I don't specify any parameters, it seems to... not pick anything up, for some reason. It's very close to a digital clock that reads the same sensor, so I'd expect it to be fine even if I don't use the largest antenna I can for the radio. Are there any libraries I might want to upgrade as well? |
Beta Was this translation helpful? Give feedback.
-
Each new start will produce a header and append that. The csv file looks like expected. |
Beta Was this translation helpful? Give feedback.
-
hi HaxtonFale, Next try -with -R2 and -R19, > rtl_433 -f 432.85M -s1024k -R2 -R19 -M level now test with -F csv have fun |
Beta Was this translation helpful? Give feedback.
-
Seems like the program settles on noise being at ca. -31 dB if I use all the options you listed. Other than that, if I ask it to be a bit extra verbose (
And so on.
I'll check out gqrx shortly. As for the rest of your reply: see above for picking up any signals; I was able to see the signals on my Windows PC via SDR# (and decode with the rtl_433 plugin that's how I identified the protocol as Nexus) so I'm pretty confident the hardware can see it, and I just need to figure out how to configure it properly or work around obsolete dependencies (like I had to fix in URH). I ran rtl_433 with the parameters you provided, with timeout after 2 minutes (I know my sensor sends every ~70 seconds), and nothing arrived. |
Beta Was this translation helpful? Give feedback.
-
Running gqrx shows me a sea of noise. |
Beta Was this translation helpful? Give feedback.
-
sorry, i didnt know , u already checked it with sdr# on Windows. on Debian: CMake: cd rtl_433/ or, if your CMake is V 3.13 or older: start rtl_433 -f433.85M -s1024k -M level -g +20 -S unknown. view the cus on https://triq.org/iqs/ to get an overview. [markisol_decode] bits_per_row[0] = 1 all these "errors" are normal -vv debug outputs, u will get a lot of them, no problem, but in between time : 2025-03-13 22:41:08 or time : 2025-03-17 23:41:11 im shure, the cracks here will help u more.. GN8 |
Beta Was this translation helpful? Give feedback.
-
Yeah, the constant noise was weird because there was nothing that I have seen in SDR#, such as various regular signals or even the sensor talking. That's why I'm thinking that maybe some radio-specific dependency on my system is obsolete, since I had a similar problem with Universal Radio Hacker on Windows because it had an obsolete rtlsdr.dll that couldn't understand the V4 radio. I'll try building as soon as I'm able. |
Beta Was this translation helpful? Give feedback.
-
R19_nexus_433.92M_250k.cu8.zip i made a very noisy "cu" of my -R19 Nexus R19_nexus_433.92M_250k.cu8.zip) even a solight uses the same decoder for it if no success, try a live version of Debian, bullseye, and install rtl_433 with the commands above. have fun and success. |
Beta Was this translation helpful? Give feedback.
-
I was able to read your input file successfully, both on the old and current version. I built from master and it seems to have the exact same issue: not picking up any signals at all. The version of |
Beta Was this translation helpful? Give feedback.
-
the v0.6 indeed is the repo version and "old", there are a lot of newer versions, each for a special tuner, Christian? any idea? edit: follow this threath: newest version is 2.02 dpkg -l | grep librtlsdr |
Beta Was this translation helpful? Give feedback.
-
HaxtonFale: cd rtl_433/ note any error message! then check your dongle, in special the antenna part (mb. the sma is broken) |
Beta Was this translation helpful? Give feedback.
-
I know it's no witchcraft, but I don't really have many computers lying spare to test things out lol. I'm working on it right now, though one of the machines is currently indisposed and needs to be urgently fixed. |
Beta Was this translation helpful? Give feedback.
-
Dont know the max possible gain of your V4 SDR, but try -g +42 |
Beta Was this translation helpful? Give feedback.
-
But the thing is that the dongle seems to be working fine? Like, I know it works with other software. |
Beta Was this translation helpful? Give feedback.
-
Christian: any other rtl-sdr tool to check whats going on?. |
Beta Was this translation helpful? Give feedback.
-
Sounds like the gain setup in the rtlsdr lib is not working ("works on Windows but not on Debian"). |
Beta Was this translation helpful? Give feedback.
-
Note: the libs v2.0.0 and the newest 2.02 need systemd, no chance with SYSV (MX or antix) - i tested it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to capture the signals from my weather sensor outside so I tried running the following invocation:
The problem is that it produced the following file:
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.
Beta Was this translation helpful? Give feedback.
All reactions