[USRP-users] Cross compiling uhd+rfnoc for use on e310, bulds and installs but fails when used

2017-11-07 Thread Jack Ziegler via USRP-users
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

[USRP-users] using uhd 4.0 on e3xx

2017-11-17 Thread Jack Ziegler via USRP-users
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

[USRP-users] rfnoc loopback

2017-11-29 Thread Jack Ziegler via USRP-users
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 ___

Re: [USRP-users] rfnoc loopback

2017-11-30 Thread Jack Ziegler via USRP-users
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? >

Re: [USRP-users] rfnoc loopback

2017-12-14 Thread Jack Ziegler via USRP-users
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

Re: [USRP-users] rfnoc loopback

2017-12-14 Thread Jack Ziegler via USRP-users
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) >

Re: [USRP-users] rfnoc loopback

2017-12-14 Thread Jack Ziegler via USRP-users
t; >>> >>> def closeEvent(self, event): >>> self.settings = Qt.QSettings("GNU Radio", "radioradioonly") >>> self.settings.setValue("geometry", self.saveGeometry()) >>> event.accept() >>>

Re: [USRP-users] rfnoc loopback

2017-12-21 Thread Jack Ziegler via USRP-users
*/ >> 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);

[USRP-users] what is the best way to rapidly change the sample rate of the E310 while using gnuradio

2018-01-04 Thread Jack Ziegler via USRP-users
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

Re: [USRP-users] what is the best way to rapidly change the sample rate of the E310 while using gnuradio

2018-01-05 Thread Jack Ziegler via USRP-users
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

[USRP-users] RFNOC and UHD only Tx samples (without GnuRadio)

2018-02-19 Thread Jack Ziegler via USRP-users
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

[USRP-users] error loading bit stream for default rfnoc devel uhd

2018-10-15 Thread Jack Ziegler via USRP-users
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