I've been struggling with the exact same bug with uhd on the e310. I'm
trying to compile it to use RFNOC. Has a fix for this been resolved? I'm
new to using the e310 and have no idea how to get past this. Unlike the
the original poster, I am unable to run anything with uhd, the examples
stop be
Hello,
I've followed the directions as specified here :
https://kb.ettus.com/Software_Development_on_the_E310_and_E312
to cross compile uhd for the e310 such that I can use RFNOC
Everything looks good until I get to here. I'm new to the e310 and rfnoc
so any advice on how to proceed would be appr
Has anyone recently tried rfnoc loopback?
I tried following these directions:
https://corvid.io/2017/04/22/stupid-rfnoc-tricks-loopback/
they are dated from last April. Not sure if I missed a step or maybe there
is something new in gr-ettus and uhd-devel?
Thanks,
Jack Ziegler
___
Nick Foster wrote:
> It should still apply. Is there something specific you're having trouble
> with?
>
> On Wed, Nov 29, 2017, 10:06 PM Jack Ziegler via USRP-users <
> usrp-users@lists.ettus.com> wrote:
>
>> Has anyone recently tried rfnoc loopback?
>
ts you expect
> * The results you actually observe
>
> Then maybe we can help.
>
> Nick
>
> On Thu, Nov 30, 2017 at 4:44 PM Jack Ziegler wrote:
>
>> I tried doing the changes in uhd, and gr-ettus. I also tried changing
>> that register value to 0 for th
e)
>>
>> def get_rxgain(self):
>> return self.rxgain
>>
>> def set_rxgain(self, rxgain):
>> self.rxgain = rxgain
>> for i in xrange(1):
>> self.uhd_rfnoc_streamer_radio_0_0.set_tx_gain(self.rxgain, i)
>
t;
>>>
>>> def closeEvent(self, event):
>>> self.settings = Qt.QSettings("GNU Radio", "radioradioonly")
>>> self.settings.setValue("geometry", self.saveGeometry())
>>> event.accept()
>>>
*/
>> void set_rx_streamer(bool active, const size_t port);
>> void set_tx_streamer(bool active, const size_t port);
>>
>> void issue_stream_cmd(const uhd::stream_cmd_t &stream_cmd, const size_t
>> port);
Hello,
I'm using gnuradio with the usrp_source block. What I'm trying to do is
rapidly retune between 24 Msps and 12 Msps, and possibly other arbitrary
rates too shortly.
This is easy to do with a B200 series radio using the usrp_source block and
the command message port by sending a PMT message
Msps very easily... I'd imagine a "rapid"
> sample rate change in the B200 relies on changing some digital downsampling
> parameters.
>
>
> I'd also be a little concerned trying to hit 12 Msps between the FPGA and
> Processor on the E310. Usually my tests max out
Hello,
I'm trying to make a uhd program that is basically the rfnoc version of the
non-RFNOC Tx_waveforms example in uhd/host/examples.
What I am trying to do is transmit samples (from a wave table for example),
using the rfnoc radio block.
Note that I am cross compiling for an E310 usrp. Also
All,
I'm having an odd issue that is occurring on an E312. I've tried this same
code on different e310's and it works fine. Hadn't used the E312 in a while
and now when i try to run gnuradio code or even just run uhd_usrp_probe I
get errors like below. Any ideas how to fix this?
Thanks!
Jack
r
12 matches
Mail list logo