2012年10月1日月曜日

Windows SDR# でRTL-SDR / TCP

SDR#でRTL-SDR/TCPを選択すると、他のPCにワンセグチューナーを置けます。
ubuntustudio 12.04で
サーバー:ワンセグチューナー側:~$ rtl_tcp -a 自分のIP アドレス を実行。

:~$ rtl_tcp -a 192.168.0.2
Found 1 device(s).
Found Fitipower FC0012 tuner
Using Generic RTL2832U (e.g. hama nano)
Tuned to 100000000 Hz.
listening...
Use the device argument 'rtl_tcp=192.168.0.2:1234' in OsmoSDR (gr-osmosdr) source
to receive samples in GRC and control rtl_tcp parameters (frequency, gain, ...).
client accepted!  <<<=Playが押されると
set gain mode 0
set sample rate 2048000
set freq 100000000
set freq correction 0
set freq 80000000
ll+, now 1
ll-, now 0
ll+, now 1
ll+, now 2
ll-, now 0
ll+, now 1

クライアント
SDR#でRTL-SDR/TCPを選択。Configでワンセグチューナー側IPアドレスをセットして
Update settings  => Play

sdr_tcp
AMD Athlon(tm)XP 2200+ 1.79GHz 992MB RAMでは、15%ぐらいCPU使用率が下がっています。
サーバーはWindowsでも出来ました。
Windows Zipfile RTLSDR binariesの中にrtl_tcp.exeがあります。
googleで検索すると
Raspberry PI(RSコンポーネンツ)サーバーにされている方もおられるようですね。