ADALM-PLUTO - 2
20.8.2021
ADALM-PLUTO - 2
Oracle VM VirtualBox
Ubuntu 18.04
GNU Radio 3.7
gr-iio
https://wiki.analog.com/resources/tools-software/linux-software/gnuradio
PlutoSDR Sink IIO context URI / PlutoSDR Source Device URI
ip:pluto.local
ERROR: Avahi Resolver: Failed to resolve host 'pluto.local': Timeout reached
fix: ip:192.168.2.1
error: from gnuradio import io importerror cannot import name iio
fix: gr-iio install
cmake -DCMAKE_INSTALL_PREFIX=/usr .
Occasionally GNU Radio PlutoSDR Sink stops working. Fix: restart GNU Radio
GNU Radio XMLRPC server - change GNU Radio variable value from XMLRPC client
Python 2.7 XMLRPC client code
import time
import xmlrpclib
try:
client = xmlrpclib.Server("http://localhost:8080/")
for n in range(8):
client.set_freq(500)
time.sleep(1.5)
client.set_freq(2000)
time.sleep(1.5)
except:
print("Error in XML-RPC")
SDRSharp + ADALM PLUTO + TVSharp
USB 2.0 max sample rate
... maybe it is possible to mod TVSharp to show some color information, analog TV bandwidth is approx 5.5 MHz
Comments
Post a Comment