MicroPhase / antsdr_uhd

This repo contains both the uhd host driver and firmware for microphase antsdr devices.
GNU General Public License v3.0
46 stars 30 forks source link

Encountering Issues with Multiple AntSDR Devices Connected via Ethernet Switch #72

Open Ali6114 opened 3 months ago

Ali6114 commented 3 months ago

I connected two AntSDR E200 devices to a network switch in UHD boot mode, assigning different IP addresses to each (192.168.1.10 and 192.168.1.11) as per the documentation. The host PC has IP address 192.168.1.1. While I can individually ping both IP addresses, running uhd_find_devices in the terminal freezes. It seems uhd_find_devices can't detect the connected SDRs in this setup.

Interestingly, if I disconnect one SDR and run uhd_find_devices again, it successfully detects the remaining E200 device. I'm curious why it's encountering issues with both devices connected. Additionally, SDRAngel and SDR++ applications also freeze during startup when both SDRs are connected.