Replies: 2 comments 2 replies
-
use the IQ Exporter module |
Beta Was this translation helpful? Give feedback.
1 reply
-
I tested the IQ VFO with netcat, I see only an empty stream? (The active VFO is the rtl_433_sink / IQ Exporter)
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a question:
The driver for this question is:
It would be awesome if we could combine the visualization and tuning capabilities of
sdrpp
withrtl_433
decoding...As far as I know this cannot be done directly at the moment, and I would like to consult your opinion on these possible options:
Add a RTL_TCP protocol to the network_sink module and push the IQ/stereo base-band stream
Might be relatively easy to implement in existing code, maybe this is just prefixing the IQ stream with the appropriate
Dongle Info Header
and pushing the IQ as anint8
stream.This solution is very specific for RTL compatible softwares and is a bit of a hack in my opinion as it misuses the VFO for base-band transmission, and only allows for 8 bit resolution..
Add networking to the recorder
And stream the baseband as UDP, TCP, RTL_TCP to the network, might be quite useful to have in general.
Adding a SoapySDR sink.
This might be the most useful option as it is the most generic, should also work for rtl_433.
Enhance rtl_433 with a VFO UDP source
That might be a solution but does not enhance the capabilities op
sdrpp
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions