Hi Marcus,
librtlsdr is OK, because rtl_tcp works fine, which
transfers full I/Q spectrum of ~ 1.4 MHz to SDR# on
Windows/PC.
The problem must lie in rtl_fm. By the way, the I/Q
demodulation "raw" mode is erroneous, too, when having
compiled on Raspberry Pi 2.
Something else i could try: use the binary compiled on
Raspi 1 B+ on the Raspi 2. I'll check this, this evening.
Before going for painful debugging, it would be fine if
someone else could reproduce the problem .. or say that it
works fine.
kind regards,
Hayati
Hi Hayati,
I'm totally not used to development on Raspbian, but:
It's really strange that running the same software on
the same distro
with the same RF device would give different results.
So, debugging is on :/ I'd say you should use rtl_sdr
to get raw IQ
samples, and then have a look at them on your PC. If
they are ok, one
would have to look a bit deeper into rtl_fm, if not,
something goes
wrong on the librtlsdr side of things.
Best regards,
Marcus