Yes, I am trying to run the E312 in host mode. Here are the parameter settings 
I currently have in the General tab of the block properties:

  *   ID – uhd_usrp_source_0
  *   Output Type – Complex float32
  *   Wire Format – Automatic
  *   Stream args –
  *   Stream channels – []
  *   Device Address – addr=169.254.7.165 (auto-assigned IP)
  *   Device Arguments –
  *   Sync – No Sync
  *   Start Time (seconds) - -1.0
  *   Clock Rate (Hz) – Default
  *   Num Mboards – 1
  *   Mb0: Clock Source – Default
  *   Mb0: Time Source – Default
  *   Mb0: Subdev Spec –
  *   Num Channels – 1
  *   Samp rate (Sps) – samp_rate (variable)

From: White, Joshua J <jjwh...@riversideresearch.org>
Sent: Friday, February 23, 2024 09:09
To: Kunnappally, Jerry J. <kunnappally.ja...@mayo.edu>; Jack Ferrell 
<jackferr...@ieee.org>
Cc: discuss-gnuradio@gnu.org
Subject: [EXTERNAL] RE: Re: USRP E312 host mode error

It is possible to run the E312 in host mode (if I understand correctly, this is 
what you’re trying to accomplish). My lab has two E312s that I have run in host 
mode on numerous occasions. What is the configuration you’re using for the USRP 
Source block?

Very respectfully,

Joshua White
Precision Timing Systems Engineer
Engineering & Support Solutions Directorate
www.riversideresearch.org<http://www.riversideresearch.org/>
T: 937.986.3153 | F: 937.431.3811

This e-mail message, including any attachments, is for the sole use of the 
intended recipient(s) and may contain proprietary, confidential or privileged 
information or otherwise be protected by law. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please notify the sender and destroy all copies and the original 
message.

From: 
discuss-gnuradio-bounces+jjwhite=riversideresearch....@gnu.org<mailto:discuss-gnuradio-bounces+jjwhite=riversideresearch....@gnu.org>
 
<discuss-gnuradio-bounces+jjwhite=riversideresearch....@gnu.org<mailto:discuss-gnuradio-bounces+jjwhite=riversideresearch....@gnu.org>>
 On Behalf Of Kunnappally, Jerry J. via GNU Radio, the Free & Open-Source 
Toolkit for Software Radio
Sent: Thursday, February 22, 2024 4:31 PM
To: Jack Ferrell <jackferr...@ieee.org<mailto:jackferr...@ieee.org>>
Cc: discuss-gnuradio@gnu.org<mailto:discuss-gnuradio@gnu.org>
Subject: RE: [EXTERNAL] Re: USRP E312 host mode error


 CAUTION: This email is from outside of Riverside Research. Be careful when 
clicking links or opening attachments unless you know the content is safe.
Yeah I was hoping to avoid that, but it looks to be the safer bet to get things 
working. I followed this article to get GNURadio to treat it like a peripheral 
on my host laptop (before I ran into the error from the original email): 
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YOd0CAG&l=en-US<https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Fknowledge.ni.com%2FKnowledgeArticleDetails%3Fid%3DkA03q000000YOd0CAG%26l%3Den-US&data=05%7C02%7Cjjwhite%40riversideresearch.org%7Cd3516063fd5b4fcfb8fd08dc33edcf0b%7Cbfc64a8d90644c6491c39d10b44c1cb6%7C0%7C0%7C638442343692269130%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=OqxXWoWiqInAxb%2BLHg6ZTX8AW4MuUWlkZnQm%2FyUH2Os%3D&reserved=0>

Thanks for the help.

-Jerry

From: Jack Ferrell <jackferr...@ieee.org<mailto:jackferr...@ieee.org>>
Sent: Thursday, February 22, 2024 15:16
To: Kunnappally, Jerry J. 
<kunnappally.ja...@mayo.edu<mailto:kunnappally.ja...@mayo.edu>>
Cc: discuss-gnuradio@gnu.org<mailto:discuss-gnuradio@gnu.org>
Subject: [EXTERNAL] Re: USRP E312 host mode error

The E312 is the embedded line from Ettus, thus you need to run the flowgraph 
directly on the device.  You can then send whatever data to your laptop using 
ZMQ blocks to publish data from the radio and receive data on the laptop, which 
will be running its own flowgraph.

A good example is shown here: 
https://kb.ettus.com/Streaming_processed_data_from_the_E31x_with_GNU_Radio_and_ZMQ<https://usg02.safelinks.protection.office365.us/?url=https%3A%2F%2Fkb.ettus.com%2FStreaming_processed_data_from_the_E31x_with_GNU_Radio_and_ZMQ&data=05%7C02%7Cjjwhite%40riversideresearch.org%7Cd3516063fd5b4fcfb8fd08dc33edcf0b%7Cbfc64a8d90644c6491c39d10b44c1cb6%7C0%7C0%7C638442343692269130%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=3Uj%2FWZgboUXPRIbfl8xoGvuygiIxjLXm2eOkuiVmCSE%3D&reserved=0>

Hope this helps.

- Jack


On Feb 22, 2024, at 15:30, Kunnappally, Jerry J. via GNU Radio, the Free & 
Open-Source Toolkit for Software Radio 
<discuss-gnuradio@gnu.org<mailto:discuss-gnuradio@gnu.org>> wrote:

Hello,

I’m currently trying to interface with a USRP E312 over Ethernet using an 
Ubuntu laptop running GNURadio (via radioconda). When I enter the address for 
the device in the USRP Source block in GNURadio and run the flowgraph, I get 
the following error in the console:

```
    self.uhd_usrp_source_0 = uhd.usrp_source(
                             ^^^^^^^^^^^^^^^^
RuntimeError: RuntimeError: [multi_usrp] No radios found in the requested 
mboard: 0

>>> Done (return code 1)
```

I seem to be finding the device okay, so I think it’s a configuration thing in 
the USRP Source block. I’ve looked all over for hardware info so that I can 
enter in the right config parameters in to the block, but to no avail. Could I 
get some help configuring the block to get around this error?

Thanks,
Jerry Kunnappally

Reply via email to