This page is still under construction, I am using it as my
online notebook. To Do It's time to finalize and sort the content on this page, but ...! ;-) |
|
Adalm-Pluto, Software-Defined Radio Active Learning Module [19.10.2019, ... mkn] |
|
- wie immer, learning by doing, aber zuerst ein Gerät erwerben - Anforderung an die PC-Hardware - Einsatzmöglichkeit - Zielsetzung |
- PLUTOSDR |
-
ADALM-PLUTO Software - Defined Radio Active Learning Module by Analog Devices - https://wiki.analog.com/university/tools/pluto - Customizing the Pluto configuration - Updating to the AD9364 - Pluto Support |
- Datasheet: RF Agile Transceiver AD9363 |
-
#plutosdr - - https://www.digikey.de/products/de?keywords=adalm%20pluto |
|
-
ADALM-PLUTO for End Users - ADALM-PLUTO Phase Noise and Frequency Accuracy - Little Known Characteristics of Phase Noise - PlutoSDR Quick Start - Windows Drivers Analog Devices Wiki - |
- ADALM-PLUTO Hardware by Analog Devices Wiki |
-
RF
Issues |
|
-
https://wiki.analog.com/university/tools/pluto/users/name#oscillator |
|
--> Rakon RXO3225M
40.000 MHz - "meets the jitter requirements of the AD936x family - frequency stability of ±25 ppm (voltage, temperature, drift plus initial accuracy)2 |
Rev. B verwendet folgenden
TCXO RXO3225M 40MEGHz YSML126W98H47 N/A 1.8V N/A Y3 RAKON 513371 |
-
Stupid Pluto Tricks with the ADALM-PLUTO by Robin Getz, Michael
Hennerich, 02/04/2018 |
|
-
https://twitter.com/robinlgetz |
- https://archive.fosdem.org/2018/schedule/track/software_defined_radio/ |
-
ADALM-PLUTO Transmit by Analog Devices Wiki |
- https://literature.cdn.keysight.com/litweb/pdf/5966-4008E.pdf |
- ADALM-PLUTO Hardware |
Schematics, Gerbers, BOM, Allegro Files posted https://wiki.analog.com/university/tools/pluto/hacking/hardware |
- | |
-
https://www.digikey.de/de/product-highlight/a/analog-devices/adalm-pluto |
|
-
https://www.sdr-radio.com/Radios/Pluto |
- #SDRConsole - Twitter |
- Transmit to the QO100 satellite with LimeSDR and SDR Console by F5UII | |
- ADALM-Pluto SDR by OE7WPA.COM | |
- "Funkbetrieb über
QO-100 mit dem Adalm Pluto als SDR-Transceiver" by Michael Recknagel, DG0OPK, in FUNKAMATEUR 68(2019) H.10, S.956-959 - Hinweise zum generellen Setup Adalm-Pluto und SDR Console Ver. 3.x - Setup des RX- und Tx-Zweiges der SDR-Console - Modifikation des REF-Oszillators - Hinweise zum erweiterten Hardwareaufbau, wie Filter, PA |
|
- "Experimente mit LimeSDR und Adalm-Pluto" im FUNKAMATEUR 2018, H. 12, S. 1160-1163 - Ergänzungen im Downloadbereich des FUNKAMATEURs Screenshots und Flussdiagramme (Flowgraphs) als Ergänzung zum Beitrag "Experimente mit LimeSDR und Adalm-Pluto" FA 12/18, S. 1160 dg0opk_limesdr_adalmpluto.zip |
|
-
http://qrz.by/forum/viewtopic.php?f=47&t=7451 [DE] |
-> Software für PLUTO von PY4ZBZ: http://www.qslnet.de/member1/py4zbz/eshail.htm#q |
-
https://www.sdr-radio.com/Radios/Pluto by Simon Brown,
G4ELI - exzellente Einführung |
|
-
https://homepages.uni-regensburg.de/~erc24492/Adalm_Pluto_SDR/Adalm_Pluto_SDR.html - Einbindung in Sharp SDR |
|
-
https://www.mathworks.com/help/supportpkg/plutoradio/ref/plutoreceiver.html - https://www.datv-express.com/CustomPage/Downloads |
|
-
ADALM-PLUTO SDR Hack: Tune 70 MHz to 6 GHz and GQRX Install |
|
-
Download PuTTY: latest release (0.73) |
|
-
Es'hail-2 transceiver setup vom 27.04.2019 by
DL4TMA - Adalm-Pluto - PlutoSDR clock input |
|
-
PTT Ausgang für den Adalm-Pluto |
|
- Hardware-Modifikationen |
|
-
ASVTX-13-C-40.000MHZ-I05-T Versorgungsspannung: 1,8 V |
|
-
Datenblatt
ASVTX13.pdf |
|
- DK1ML | |
- mods by DK1ML "Pluto mods: Login to the Pluto with Putty or some other ssh program. The standard IP address of the Pluto is 192.168.2.1 User: root / Pwd: analog Set the range to 70 Mc until 6 GHz and 56 Mc bandwidth: fw_setenv attr_name compatible fw_setenv attr_val ad9364 reboot
The Pluto has a dual core cpu but only a license for one core, this command will activate both cpu cores: fw_setenv maxcpus pluto_reboot reset
The Pluto and the LNB are locked to a single Leo Bodnar GPSDO at 25 Mc. Here are the commands to modify the internal ref. frequency of the pluto from 40 Mc to 25 Mc:
fw_setenv adi_loadvals "fdt addr $"{fit_load_address}" && fdt
get value fdt_choosen /configurations/$"{fit_config}"/ fdt && fdt
get addr fdtaddr /images/$"{fdt_choosen}" data && fdt addr
$"{fdtaddr}"; if test ! -n $"{ad936x_skip_ext_refclk}"; then if test
-n $"{ad936x_custom_refclk}"; then fdt set /clocks/clock@0
clock-frequency $"{ad936x_custom_refclk}"; elif test -n
$"{ad936x_ext_refclk}"; then fdt set /clocks/clock@0 clock-frequency
$"{ad936x_ext_refclk}"; fi; fi; if test -n $"{model}"; then fdt set
/ model $"{model}"; fi; if test -n $"{attr_name}" && test -n
$"{attr_val}"; then fdt set /amba/spi@e0006000/ad9361-phy@0
$"{attr_name}" $"{attr_val}"; fi"
fw_setenv ad936x_custom_refclk "<25000000>"
Don't worry about the difference to the beacon from about 40hz to 85hz, this is the drift of the internal ocxo of the satellite transponder, your GPSDO is the more stable reference :-)" Quelle: DK1ML |
|
- Pluto Box Solution w full GPSDO Lock DK1ML 7. September 2019 | |
-
150W DC-DC 10-32V to 12-35V adjustable Step-UP Netzteil Modul
https://eckstein-shop.de/ |
|
Einbau in ein anderes Gehäuse |
|
-
A new
home for my #plutosdr #qo100. by
https://twitter.com/ik1iyu - Bild |
-
Kühlkörper für einige IC's - |
-
Colin Richardson auf Twitter: „Heavily Modded PlutoSDR, 9v - 30v DC
Input. 0.2PPM TCXO, GND Loop Mods to prevent USB Drop out. Analog
Devices 2.4GHz Driver Amp, with bandpass filter for @qo100_sa - used: DIGIKEY : TYETBLSANF-40.000000 Datenblatt --> "Beschreibung 40MHz Beschnittene Sinuswelle TCXO Oszillator 2,8V bis 3,3V 4-SMD, ohne Anschlüsse" - Bei der Auswahl des Typs die geforderte Betriebsspannung beachten! Oscillator TCXO Part Number Guide - Bei Einbau des neuen TCXO's unter der Verwendung der originalen Anschlüsse, einen TCXO mit einer Versorgungspannung von 1,8 V einbauen! -> ADALM-PLUTO SDR - Page 2 |
AD -> ver. B and in future
Ver. C [mkn] offensichtlich kann man den internen REF-Oszillator über Pin 1 deaktivieren. Wie kommt man an den Anschluß ran? An M12 ist die externe Referenz anzuschließen. Das RMS Phase Jitter 12kHz ~ 20MHz 0.3ps ist wohl wichtig laut AD. Quelle: Analog Device Was fordert das Referenzmanual? |
- Spectrum |
|
- - ... crashes and lockups ... -> Schaltbild mit Modifikation, Rev. B |
|
-
Setup für QO-100 - outdoor unit |
|
Hardware-Ergänzungen |
|
CN04177 USB Powered 2.4 GHz RF Power Amplifier | |
- CN0417 | -
CN0417.pdf - https://www.analog.com/en/products/adl5606.html 1800 MHz to 2700 MHz, 1 W RF Driver Amplifier - ADL5606: 1800 MHz to 2700 MHz, 1 W RF Driver Amplifier Data Sheet (Rev. B) - Thermal Management Calculations for RF Amplifiers in LFCSP and Flange Packages (Rev. 0) |
-
CN0417 Evaluation Board Guide |
- LTM8045 |
-
https://twitter.com/hashtag/cn0417?src=hash [DE
by Google] |
|
OCXO (VCOCXO) | |
Connor-Winfield
DOCSC012F-040.0M - Surface Mount Oven Stabilized Oscillator DOCSC01-Series |
Versorgungsspannung: 3,3 V |
- Datenblatt DOCSC012F-040.0M | |
-
http://www.conwin.com/support.html |
|
- Application Note
AN2093: System Design Information and Printed Circuit Board Layout Guidelines for OCXO Oscillators. |
|
- http://www.saturnpcb.com/pcb_toolkit/ | |
- plutoSDR phase noise ? - Q&A - Design Support AD9361/AD9363/AD9364 - EngineerZone | |
- Manawyrm auf Twitter: „Added
an external 40 MHz reference input to my @ADI_News PlutoSDR.
https://t.co/wP56vvlqXa“ |
|
-
ADALM-PLUTO Phase Noise and Frequency Accuracy [Analog Devices Wiki] |
by Robin Getz |
- Frequency Stability | ->
Allan Variance |
- FAQ |
|
- CLIPPED SINE WAVE TCXO | |
-
Utilize Clipped Sine Waveform in Circuit Design https://www.taitien.com/ |
|
- Tri-State Function in Crystal Oscillators | |
- Book Software-Defined Radio for Engineers, 2018 | |
To Do |
|
Drawing, Bilder Modification |
|
-
https://twitter.com/ea7gib/status/1185880446762131456 -> GNSS Modul V1.3 für PLUTO&QO-100 [DE] by EU2AA https://observablehq.com/@eu2aa/gnss-n - https://eu2aa.com/pdfs/GNSS_KR.pdf |
- SI5351 |
-
ADALM-PLUTO test on 6GHz Video by
Adam 9A4QV - ADALM_PLUTO output power @ 2400 MHz |
|
Foren | |
- https://forum.amsat-dl.org/index.php?thread/93-adalm-pluto/ | |
-https://www.dd1ia.net/index.php/eshail-amsat-p4a/ |
|
- Topic: ADALM-PLUTO SDR | - EEVblog Electronics Community Forum |
-
BATC - Forum |
|
-
http://www.rudivo.ru/?topic=%D1%81%D0%BF%D1%83%D1%82%D0%BD%D0%B8%D0%BA-eshail-2 |
|
User | |
-https://www.dd1ia.net/index.php/eshail-amsat-p4a/ |
|
-
https://f8kcf.files.wordpress.com/2019/05/f5djl_qo100-2019-iseramat.pdf |
- schöne Übersicht |
- IIO Oscilloscope |
|
-
iio_oscilloscope |
|
-
https://twitter.com/ik1iyu/status/1184537159165972484 - aus der Maus wird ein VFO-Knopf der gewohnten Art |
|
-
Introduction to Common Printed Circuit Transmission Lines |
|
-
http://www.ov-erding.de/Es-hail_2__QO-100_DL1FY.pdf |
|
-
https://www.oevsv.at/export/oevsv/technik-folder/J2019/bin/QO100-LNB-und-Pluto-Synchronisation.pdf |
|
-
https://m0skm.tv/index.php/blog |
|
-
http://f1ssf.ovh/adalm-pluto-2019-et-obs/ |
|
- OBS Studio
Open Broadcast |
-
https://www.chip.de/downloads/Open-Broadcaster-Software-Studio-OBS_83945427.html |
- | |
|
|
|
|
ADALM-PLUTO werkelt auf dem Balkon | Remote-Operation |
-
Praktische
PlutoSDR-Anwendung: TCP-only QO100 Sender (Aufbaustufe) by Michael Renner |
|
-
LeanTRX: A
web interface for embedded SDR platforms - - connection to smartphone |
|
Updated on 05. April 2022.