Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
digitales:sdr:sdr_hardware:sdr_empfaenger:adalm-pluto-sdr [26.04.2025] – ↷ Seite von digitales:sdr:sdr_hardware:adalm-pluto-sdr nach digitales:sdr:sdr_hardware:sdr_empfaenger:adalm-pluto-sdr verschoben csdigitales:sdr:sdr_hardware:sdr_empfaenger:adalm-pluto-sdr [12.05.2025] (aktuell) – [Einrichtung] cs
Zeile 1: Zeile 1:
 ====== ADALM-PLUTO ====== ====== ADALM-PLUTO ======
  
-  * {{ digitales:sdr:sdr_hardware:adalm-pluto.png?400&direct}}1 Sender, 1 Empfangskanal (mit separaten Abstimmfrequenzen)+  * {{ digitales:sdr:sdr_hardware:sdr_empfaenger:adalm-pluto.png?400&direct}}1 Sender, 1 Empfangskanal (mit separaten Abstimmfrequenzen)
   * Abstimmungsbereich: 325 MHz - 3,8 GHz   * Abstimmungsbereich: 325 MHz - 3,8 GHz
   * 2,4 Hz LO Schrittgröße   * 2,4 Hz LO Schrittgröße
Zeile 20: Zeile 20:
   * Empfangssignalstärkeanzeige: 100 dB (±2 dB)   * Empfangssignalstärkeanzeige: 100 dB (±2 dB)
  
 +===== Einrichtung =====
  
-{{youtube>cNMRsJCERIo|Der PlutoSDR (Teil 1Einrichtung unter Linux und Windows}} +  - Treiberinstallation **[[https://github.com/pothosware/SoapyPlutoSDR|SoapyPlutoSDR]]** für GQRX etc. 
 +  - Status von Avahi prüfen mit ''systemctl status avahi-daemon.service'' , ggf starten und enablen 
 +  - Mit ''iio_info -a'' automatisch den ADALM-Pluto finden 
 +  - Mit dem ermittelten Port (hier usb:3.9.5) ''iio_info -u usb:3.9.5'' die Device-Infos abrufen. {{:digitales:sdr:sdr_hardware:sdr_empfaenger:adalm-pluto_info.pdf|ADALM-PLUTO_Info}} 
 +  - Basissinformationen ermitteln ''iio_info -s'' 
 +  - PlutoSDR sampling rate: ''iio_attr -u usb:3.9.5 -c cf-ad9361-lpc voltage0 sampling_frequency_available'' : **30719999 3839999**\\ \\ \\
  
 +[[https://wiki.gnuradio.org/index.php/PlutoSDR_FMRadio]]
  
 +{{youtube>cNMRsJCERIo|Der PlutoSDR (Teil 1: Einrichtung unter Linux und Windows}}
  
 [[https://youtu.be/YNLBIEwfaeE?si=51kmsZnQ3crGx84J|Adalm Pluto SDR in SDRConsole konfigurieren. QO-100, Es´Hail2 Basic Setup, Einstellungen/Einrichtung]] [[https://youtu.be/YNLBIEwfaeE?si=51kmsZnQ3crGx84J|Adalm Pluto SDR in SDRConsole konfigurieren. QO-100, Es´Hail2 Basic Setup, Einstellungen/Einrichtung]]
  
 [[https://youtu.be/Yx3RPOtv7x8?si=jqh0QTlYH5oF8kdl|ADALM-PLUTO and IIO Workshop]] [[https://youtu.be/Yx3RPOtv7x8?si=jqh0QTlYH5oF8kdl|ADALM-PLUTO and IIO Workshop]]
 +
 +
 +===== PlutoSDR + GNU Radio =====
 +
 +<code bash>
 +iio_attr -u usb:3.9.5 -d
 +</code>
 +
 +''IIO context has 6 devices:''
 +
 +''        iio:device0, ad9361-phy: found 19 device attributes''
 +
 +''        iio:device1, xadc: found 2 device attributes''
 +
 +''        iio:device2, one-bit-adc-dac: found 1 device attributes''
 +
 +''        iio:device3, cf-ad9361-dds-core-lpc: found 3 device attributes''
 +
 +''        iio:device4, cf-ad9361-lpc: found 3 device attributes''
 +
 +''        iio:device5, iio-axi-tdd-0: found 18 device attributes''
 +
 +<code ->
 +iio_attr -u usb:3.9.5 -c cf-ad9361-lpc
 +</code>
 +
 +''dev 'cf-ad9361-lpc', channel 'voltage0' (input, index: 0, format: le:S12/16>>0), found 6 channel-specific attributes''
 +
 +''dev 'cf-ad9361-lpc', channel 'voltage1' (input, index: 1, format: le:S12/16>>0), found 6 channel-specific attributes''
 +
 +<code ->
 +iio_attr -u usb:3.9.5 -c ad9361-phy voltage0 | grep gain
 +</code>
 +
 +''dev 'ad9361-phy', channel 'voltage0' (input), attr 'gain_control_mode', value 'slow_atta''\\ ''ck' ''\\ ''dev 'ad9361-phy', channel 'voltage0' (input), attr 'gain_control_mode_available', value ''\\ '''manual fast_attack slow_attack hybrid' ''\\ ''dev 'ad9361-phy', channel 'voltage0' (input), attr 'hardwaregain', value '37.000000 dB' ''\\ ''dev 'ad9361-phy', channel 'voltage0' (input), attr 'hardwaregain_available', value '[-3 ''\\ ''1 71]' ''\\ ''dev 'ad9361-phy', channel 'voltage0' (output), attr 'hardwaregain', value '-10.000000 dB''\\ ''' ''\\ ''dev 'ad9361-phy', channel 'voltage0' (output), attr 'hardwaregain_available', value '[-8''\\ ''9.750000 0.250000 0.000000]'''\\  \\