hardware:software_defined_radio

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
hardware:software_defined_radio [2021/06/12 06:00] – [LRPToffLineDecoder] ともやんhardware:software_defined_radio [2023/01/30 13:42] (現在) – [DVB-T USB ドングルの動作確認] ともやん
行 2: 行 2:
 [[wpjp>ソフトウェア無線|ソフトウェア無線 - Wikipedia]]\\ [[wpjp>ソフトウェア無線|ソフトウェア無線 - Wikipedia]]\\
  
-===== ダウンロード =====+===== Linux ===== 
 +基本的には、[[https://wiki.archlinux.jp/index.php/RTL-SDR|RTL-SDR - ArchWiki]] の手順を参考にインストールする🤔\\ 
 + 
 +==== RTL-SDR のインストール ==== 
 +Fedora の場合\\ 
 +<WRAP color_term> 
 +<WRAP color_command><html><pre> 
 +<b class=GRN>$</b> <b class=HIY>sudo</b> dnf install rtl-sdr 
 +</pre></html></WRAP> 
 +<WRAP color_result_long><html><pre> 
 +Fedora 37 - x86_64 - Updates                                                  5.9 kB/s | 5.5 kB     00:00     
 +Fedora 37 - x86_64 - Updates                                                  556 kB/s | 2.2 MB     00:04     
 +Fedora Modular 37 - x86_64 - Updates                                          6.4 kB/s | 4.7 kB     00:00     
 +依存関係が解決しました。 
 +============================================================================================================== 
 + パッケージ              アーキテクチャー       バージョン                       リポジトリー           サイズ 
 +============================================================================================================== 
 +インストール: 
 + <b class=GRN>rtl-sdr</b>                 x86_64                 0.6.0-12.fc37                    fedora                  91 k 
 + 
 +トランザクションの概要 
 +============================================================================================================== 
 +インストール  1 パッケージ 
 + 
 +ダウンロードサイズの合計: 91 k 
 +インストール後のサイズ: 276 k 
 +これでよろしいですか? [y/N]: y 
 +パッケージのダウンロード: 
 +rtl-sdr-0.6.0-12.fc37.x86_64.rpm                                              203 kB/s |  91 kB     00:00     
 +-------------------------------------------------------------------------------------------------------------- 
 +合計                                                                           79 kB/s |  91 kB     00:01      
 +トランザクションの確認を実行中 
 +トランザクションの確認に成功しました。 
 +トランザクションのテストを実行中 
 +トランザクションのテストに成功しました。 
 +トランザクションを実行中 
 +  準備             :                                                                                      1/1  
 +  scriptletの実行中: rtl-sdr-0.6.0-12.fc37.x86_64                                                         1/1  
 +  インストール中   : rtl-sdr-0.6.0-12.fc37.x86_64                                                         1/1  
 +  scriptletの実行中: rtl-sdr-0.6.0-12.fc37.x86_64                                                         1/1  
 +  検証             : rtl-sdr-0.6.0-12.fc37.x86_64                                                         1/1  
 + 
 +インストール済み: 
 +  rtl-sdr-0.6.0-12.fc37.x86_64                                                                                 
 + 
 +完了しました! 
 +</pre></html></WRAP> 
 +</WRAP> 
 + 
 +==== DVB-T USB ドングルの動作確認 ==== 
 +<WRAP color_term> 
 +<WRAP color_command><html><pre> 
 +<b class=GRN>$</b> <b class=HIY>rtl_test</b> 
 +</pre></html></WRAP> 
 +<WRAP color_result><html><pre> 
 +Found 1 device(s): 
 +  0:  ���8�, Hv�8�, SN:  
 + 
 +Using device 0: Generic RTL2832U 
 +usb_open error -3 
 +Please fix the device permissions, e.g. by installing the udev rules file rtl-sdr.rules 
 +Failed to open rtlsdr device #0. 
 +</pre></html></WRAP> 
 +</WRAP> 
 + 
 +Kernel 既存の DVB-T ドライバーと衝突しているので、USB ドングルを既に USB ポートに刺している場合は、一旦抜き刺ししてから rtl_test を実行すると、Kernel ドライバーはデタッチされて RTL-SDR ドライバーで使用可能になる🤔\\ 
 +<WRAP color_term> 
 +<WRAP color_command><html><pre> 
 +<b class=GRN>$</b> <b class=HIY>rtl_test</b> 
 +</pre></html></WRAP> 
 +<WRAP color_result><html><pre> 
 +Found 1 device(s): 
 +  0:  Generic, RTL2832U, SN: 77771111153705700 
 + 
 +Using device 0: Generic RTL2832U 
 +Detached kernel driver 
 +Found Fitipower FC0013 tuner 
 +Supported gain values (23): -9.9 -7.3 -6.5 -6.3 -6.0 -5.8 -5.4 5.8 6.1 6.3 6.5 6.7 6.8 7.0 7.1 17.9 18.1 18.2 18.4 18.6 18.8 19.1 19.7  
 +Sampling at 2048000 S/s. 
 + 
 +Info: This tool will continuously read from the device, and report if 
 +samples get lost. If you observe no further output, everything is fine. 
 + 
 +Reading samples in async mode... 
 +Allocating 15 zero-copy buffers 
 +lost at least 60 bytes 
 +^CSignal caught, exiting! 
 + 
 +User cancel, exiting... 
 +Samples per million lost (minimum): 0 
 +Reattached kernel driver 
 +</pre></html></WRAP> 
 +</WRAP> 
 + 
 +===== Windows ===== 
 +==== ダウンロード ====
 ^ ソフトウェア  ^^ ^ ソフトウェア  ^^
 | [[http://www.hdsdr.de|HDSDR Homepage]] より以下のものをダウンロードする。  || | [[http://www.hdsdr.de|HDSDR Homepage]] より以下のものをダウンロードする。  ||
行 13: 行 108:
 | ::: | [[https://github.com/pbatard/libwdi/releases/download/b730/zadig-2.5.exe|zadig-2.5.exe - Zadig 2.5]]  | | ::: | [[https://github.com/pbatard/libwdi/releases/download/b730/zadig-2.5.exe|zadig-2.5.exe - Zadig 2.5]]  |
  
-===== インストール =====+==== インストール ====
 **RTL2832U** のドライバが組み込まれていない状態の**デバイスマネージャー**。\\ **RTL2832U** のドライバが組み込まれていない状態の**デバイスマネージャー**。\\
 {{windows:sdr_zadig_devman_001.png?600|Zadig 001}}\\ {{windows:sdr_zadig_devman_001.png?600|Zadig 001}}\\
行 30: 行 125:
 **C:\Program Files (x86)\HDSDR\** に **ExtIO_RTL2832.dll** をコピーする。\\ **C:\Program Files (x86)\HDSDR\** に **ExtIO_RTL2832.dll** をコピーする。\\
  
-===== HDSDR の実行 =====+==== HDSDR の実行 ====
 {{windows:hdsdr_313.625mhz.png?800|HDSDR 313.625MHz}}\\ {{windows:hdsdr_313.625mhz.png?800|HDSDR 313.625MHz}}\\
  
-===== SDR アプリ =====+==== SDR アプリ ====
 **SDRSharp**\\ **SDRSharp**\\
 [[https://airspy.com/download/|SDR# and Airspy Downloads - airspy.com]]\\ [[https://airspy.com/download/|SDR# and Airspy Downloads - airspy.com]]\\
  
-===== LRPToffLineDecoder =====+==== LRPToffLineDecoder ====
 衛星データの受信や受信した画像データなど🤤\\ 衛星データの受信や受信した画像データなど🤤\\
 [[https://leshamilton.co.uk/index.htm|Les Hamilton's Home Page Index]]\\ [[https://leshamilton.co.uk/index.htm|Les Hamilton's Home Page Index]]\\
 [[https://leshamilton.co.uk/MeteorLRPTSuite.htm|LRPT Meteor Suite]]\\ [[https://leshamilton.co.uk/MeteorLRPTSuite.htm|LRPT Meteor Suite]]\\
  
-===== 周波数表 =====+==== 周波数表 ====
 [[https://hokkaido.basekernel.ne.jp/pc/hokkaido-radio-list.html|北海道圏 AM/FM 周波数表]]\\ [[https://hokkaido.basekernel.ne.jp/pc/hokkaido-radio-list.html|北海道圏 AM/FM 周波数表]]\\
  
行 48: 行 143:
 [[https://jm1xtk.dip.jp/cnt/42_hdsdr0/index.php|HDSDR Ver:2.76a ソフトウェアラジオの導入・JM1XTK]]\\ [[https://jm1xtk.dip.jp/cnt/42_hdsdr0/index.php|HDSDR Ver:2.76a ソフトウェアラジオの導入・JM1XTK]]\\
 [[https://ameblo.jp/millimeter-wave/entry-12209011641.html|FMから地デジまで使える広帯域アンテナの自作  - 理論より実践! | プロムナード]]\\ [[https://ameblo.jp/millimeter-wave/entry-12209011641.html|FMから地デジまで使える広帯域アンテナの自作  - 理論より実践! | プロムナード]]\\
 +
 +[[http://icas.to/sdr-vu-dgl/hdsdr/|SDR-VU-DGL EXTIO for HDSDR]]\\
 +[[http://wiki.spench.net/wiki/USRP_Interfaces#Installer|USRP Interfaces - SpenchWiki]]\\
 +[[http://blog.livedoor.jp/bh5ea20tb/archives/4451748.html|RTL-SDR HDSDR 導入&ダイレクトサンプリング(direct sampling mode)の設定方法 (2013/11/10情報追加) : KG-ACARS HFDL VDL MCAに感謝 受信方法 受信記録のブログPlus RTL-SDR]]\\
 +[[http://blog.livedoor.jp/bh5ea20tb/archives/5022979.html|RTL-SDR DSD1.7でデジタルアマチュア無線D-STARを受信してみましょう。デジタル復調確認! : KG-ACARS HFDL VDL MCAに感謝 受信方法 受信記録のブログPlus RTL-SDR]]\\
 +[[http://ja1tgo.webcrow.jp/RTLSDR.html|RLT-SDR]]\\
 +[[https://jm1xtk.dip.jp/cnt/43_sdrsharp/index.php|SDRSharp ソフトウエアラジオの導入・JM1XTK]]\\
 +[[https://ameblo.jp/millimeter-wave/entry-12209011641.html|FMから地デジまで使える広帯域アンテナの自作  - 理論より実践! | プロムナード]]\\
 +[[http://www.ja2ptq.jp/|Amateur Radio Station JA2PTQ]]\\
 +[[http://yukio-sekiguchi.way-nifty.com/radio/|JRC Radio]]\\
 +[[https://radio.erx.jp/%E3%82%AC%E3%83%AB%E3%83%90%E3%83%8B%E3%83%83%E3%82%AF%E3%82%A2%E3%82%A4%E3%82%BD%E3%83%AC%E3%83%BC%E3%82%BF%E3%83%BC%E3%80%8Caor-gt-1%E3%80%8D%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%A6%E3%81%BF%E3%81%9F/|ガルバニックアイソレーター「AOR GT-1」を使ってみた | 超入門:真空管ラジオこれ]]\\
 +[[https://www.rakuten.ne.jp/gold/m-zone25/hf-antena.htm|HF帯・V/U帯 ワイドバンドアンテナの比較]]\\
 +[[https://ttrf.tk/|Computer & RF Technology]]\\
 +[[https://mijikanas.com/guidance/denki_97.htm|USBワンセグチューナーを使ったソフトウェアーラジオ]]\\
  
 ==== 付録 ==== ==== 付録 ====
 [[tw>tomoyan596/status/1403421346592292867|そっかぁ、shioさんもラジオですかねぇ🤔 意外なローカル局が聴けるかもしれませんよ🤤 気象衛星の画像とかも... / Twitter]]\\ [[tw>tomoyan596/status/1403421346592292867|そっかぁ、shioさんもラジオですかねぇ🤔 意外なローカル局が聴けるかもしれませんよ🤤 気象衛星の画像とかも... / Twitter]]\\
  
  • hardware/software_defined_radio.1623445242.txt.gz
  • 最終更新: 2021/06/12 06:00
  • by ともやん