Re: [USRP-users] Standalone signal generator on B205mini

2019-03-26 Thread Ian Buckley via USRP-users
I can’t give you a specific solution Diego because there are a lot of things here that *could* be the issue. However in general my tips for hacking fast custom B2xx FPGA images are: 1) Do it in such a way that UHD can not tell you changed the FPGA. i.e All register transactions should work as expe

[USRP-users] [UHD] 3.14.0.0 Release Announcement

2019-03-26 Thread Michael West via USRP-users
UHD 3.14.0.0 is now available! This is an API release spawning the new UHD-3.14 branch. This API release introduces support for the N320 and N321 USRPs soon to be released (watch for the announcement on ettus.com!), a DPDK-based transport, and several other features and bug fixes. This release i

Re: [USRP-users] UHD3

2019-03-26 Thread Nate Temple via USRP-users
Hi Vinayak, The INF files are only required for USB based USRPs. If you're able to probe the device with uhd_usrp_probe.exe, you should be good to go. Regards, Nate Temple On Tue, Mar 26, 2019 at 1:58 PM VINAYAK KARANDIKAR via USRP-users < usrp-users@lists.ettus.com> wrote: > Hello Everyone, >

[USRP-users] UHD3

2019-03-26 Thread VINAYAK KARANDIKAR via USRP-users
Hello Everyone, I was wondering if my message has not been delivered yet? This is regarding the UHD installation. Now following help earlier, i have been able to successfully install the UHD

Re: [USRP-users] Installing UHD package

2019-03-26 Thread Neel Pandeya via USRP-users
Hello Vinayak: Maybe I misread your initial email, if you're looking for Windows binaries to install UHD, then you can download them from the Ettus website, as Martin Klingensmith suggested. Use a more-recent version of UHD. See the link below. http://files.ettus.com/binaries/uhd/uhd_003.013.001.

Re: [USRP-users] Installing UHD package

2019-03-26 Thread Martin K via USRP-users
Vinayak, I believe you want one of these files. You downloaded the source code for UHD. http://files.ettus.com/binaries/uhd/latest_release/Windows7/ On Tue, Mar 26, 2019 at 3:26 PM VINAYAK KARANDIKAR wrote: > > Hello Martin, > I am using Windows 10 OS, and i have downloaded

Re: [USRP-users] UHD2

2019-03-26 Thread Marcus D. Leech via USRP-users
On 03/26/2019 03:01 PM, VINAYAK KARANDIKAR via USRP-users wrote: Hello, following instructions at " http://files.ettus.com/manual/page_install.html";, i have downloaded the installer from "http://files.ettus.com/binaries/uhd/latest_release";. Now, when i unzip the package, i arrive

[USRP-users] UHD2

2019-03-26 Thread VINAYAK KARANDIKAR via USRP-users
Hello, following instructions at "http://files.ettus.com/manual/page_install.html";, i have downloaded the installer from " http://files.ettus.com/binaries/uhd/latest_release";. Now, when i unzip the package, i arrive at a folder named "uhd_3.12.0-release". This folder has many many ma

Re: [USRP-users] Two receive channels simultaneously for E312

2019-03-26 Thread Xingjian Chen via USRP-users
I made it worked by modifying the second code for stream_cmd by passing a time reference to stream_cmd.time_spec. uhd::time_spec_t time_ref = rx_radio_ctrl->get_time_now(); stream_cmd.time_spec = time_ref + uhd::time_spec_t(seconds_in_future); From: USRP-users

Re: [USRP-users] Installing UHD package

2019-03-26 Thread Neel Pandeya via USRP-users
Hello Vinayak: Try using this Application Note. It explains step-by-step how to install UHD and GNU Radio from source code on Ubuntu 18.04 and 18.10. Use the latest versions of both (UHD version 3.14.0.0 and GNU Radio version 3.7.13.4). https://kb.ettus.com/Building_and_Installing_the_USRP_Open-S

[USRP-users] Installing UHD package

2019-03-26 Thread VINAYAK KARANDIKAR via USRP-users
Hello, following instructions at " http://files.ettus.com/manual/page_install.html";, i have downloaded the installer from " http://files.ettus.com/binaries/uhd/latest_release";. Now, when i unzip the package, i arrive at a folder named "uhd_3.12.0-release". This folder has many many

[USRP-users] Standalone signal generator on B205mini

2019-03-26 Thread Justo Ramos, Diego via USRP-users
Hello all, I have an B205mini board and I'm interested in modifying the internal TX block of the FPGA, to be an standalone signal generator. I created a custom block that generates a signal, in this case a pulse generator, with the two components of 12 bits for I and Q. Then I connect these tw

Re: [USRP-users] X310 unable to connect after recovery procedure

2019-03-26 Thread Marcus D Leech via USRP-users
So it’s not clear where we are at here. After recovery can you ping the device at the default address? Sent from my iPhone > On Mar 25, 2019, at 12:12 PM, Joe Martin via USRP-users > wrote: > > Thanks, Nicolas. I am interested to hear how you eventually clear the > problem as I also have

[USRP-users] Two receive channels simultaneously for E312

2019-03-26 Thread Xingjian Chen via USRP-users
Dear all, Good morning. What is the right way to use two receive channels simultaneously for E312 with RFNOC radio and UHD cpp control? Thank you in advance. There is only a receiver radio block and I have set up the rx streamer: rx_radio_ctrl->set_rx_streamer(true, rx_chan); rx_radio_ct