Further notes about Pluto on Portsdown 4
The latest firmware for Portsdown has some presets that might help. On my Portsdown Preset 4 says 437-Pluto. This worked although the Source was not always Pi screen but CompVid!
Mine will transmit on a locally connected Pluto or a network connected Pluto depending on the Pluto IP address setup in Menu 3 and Pluto Config.
This adds some complication. You have to look at the Pluto conig file in the Pluto. I do this by connecting the Pluto directly to a Windows 10 computer and looking at it with Notepad.
Here is mine:
88888888888888888888888888888888888888888888888888888888888888888888888888
# Analog Devices PlutoSDR Rev.B (Z7010-AD9363)
# Device Configuration File
# 1. Open with an Editor
# 2. Edit this file
# 3. Save this file on the device USB drive
# 4. Eject the device USB Drive
# Doc:
https://wiki.analog.com/university/tool ... ustomizing
[NETWORK]
hostname = pluto
ipaddr = 192.168.2.1
ipaddr_host = 192.168.2.10
netmask = 255.255.255.0
[WLAN]
ssid_wlan =
pwd_wlan =
ipaddr_wlan =
[USB_ETHERNET]
ipaddr_eth = 192.168.123.101
netmask_eth = 255.255.255.0
gateway_eth = 192.168.123.254
[SYSTEM]
xo_correction = 39999590
udc_handle_suspend = 0
[ACTIONS]
diagnostic_report = 0
dfu = 0
reset = 0
calibrate = 0
888888888888888888888888888888888888888888888888888888888888888888
Things to Note:
Unnder Network this needs to stay the same as it refers to the USB connection. This is the address to use when directly connected to the Portsdown. Don't change the hostname just yet as some software still uses it.
[NETWORK]
hostname = pluto
ipaddr = 192.168.2.1
ipaddr_host = 192.168.2.10
netmask = 255.255.255.0
The network connection is under USB ETHERNET
and this is where you put in your network addresses to match your configuration. This is the Pluto address to use if your Pluto is on your network somewhere remote.
[USB_ETHERNET]
ipaddr_eth = 192.168.123.101
netmask_eth = 255.255.255.0
gateway_eth = 192.168.123.254
My LAN (local gigabit wired network) is based on the addresses 192.168.123.(0-254)
and the router is 192.168.123.254
And one last thing is that rebooting the Portsdown after altering IP addresses etc. may be needed.
Martin G8LCE