Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

How to use ANTSDR E310 with MATLAB 2022a #20

Description

@ezorkun-github

I have a MicroPhase ANTSDR E310 with latest firmware (e310_v1.2-dirty) .

When I tried to use ANTSDR E310 with MATLAB 2022a, I get the following error

dev = sdrdev('AD936x');

dev.IPAddress = '192.168.1.10'
dev =
SDRDevAD936x with properties:

 IPAddress: '192.168.1.10'
DeviceName: 'AD936x'

testConnection(dev, '192.168.1.1');

Pinging host IP address

Pinging radio IP address

Checking compatibility of software with hardware

Error using comm.zynqradioshared.dev.Base/testConnection
Error attempting to connect to address '192.168.1.10'.

Error connecting to SSH server at 192.168.1.10
This could be due to:

  • an improperly specified device IP address
  • an unsuccessful boot from SD card image
  • an improperly configured network card on the host
  • an incompatible network card on the host
  • host port blocking or anti-virus software

See the documentation to configure the host and SDR device for proper communication.

Error in comm.zynqradio.dev.Base/testConnection (line 64)
status = testConnection@comm.zynqradioshared.dev.Base(obj,varargin{:});

How can I overcome this connection problem?
Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions