[USRP-users] [UHD] Announcing 3.12.0.1 Release Candidate 1

2018-07-19 Thread Michael West via USRP-users
The release candidate of UHD version 3.12.0.1 has been tagged and is available for testing. This is a patch release for the UHD-3.12 branch, mainly affecting N3xx, X3xx, and B2xx devices. This release is API and ABI compatible with 3.12.0.0. This release candidate is not to be confused with the 3

Re: [USRP-users] N310 with rfnoc-devel branch

2018-07-19 Thread Rob Kossler via USRP-users
I think 3.11, but how do I check? I'm not sure if I mentioned or not, but I am running benchmark_rate from a host, not embedded. Rob On Thu, Jul 19, 2018 at 6:03 PM Martin Braun wrote: > On 07/19/2018 02:50 PM, Rob Kossler wrote: > > Oops, I meant to say in the last email that I had confirmed t

Re: [USRP-users] N310 with rfnoc-devel branch

2018-07-19 Thread Martin Braun via USRP-users
On 07/19/2018 02:50 PM, Rob Kossler wrote: > Oops, I meant to say in the last email that I had confirmed the other > fixes - sorry about my misleading remark. Actually, it was a misunderstanding on my part. Glad it works for you! > > Yes, I tried with externally supplied PPS and configured with

Re: [USRP-users] N310 with rfnoc-devel branch

2018-07-19 Thread Rob Kossler via USRP-users
Oops, I meant to say in the last email that I had confirmed the other fixes - sorry about my misleading remark. Yes, I tried with externally supplied PPS and configured with time_source arg setting. Same result as with internal PPS. Rob On Thu, Jul 19, 2018 at 5:46 PM Martin Braun wrote: > On

Re: [USRP-users] N310 with rfnoc-devel branch

2018-07-19 Thread Martin Braun via USRP-users
On 07/19/2018 11:45 AM, Rob Kossler wrote: > Hi Martin, > I wanted to confirm that the recent fixes mentioned for some of the N310 > issues I mentioned are indeed working well for me. These include > - Tx power output levels > - get_usrp_rx_info(), get_usrp_tx_info() Yes, these are fixed... > How

Re: [USRP-users] N310 with rfnoc-devel branch

2018-07-19 Thread Rob Kossler via USRP-users
Hi Martin, I wanted to confirm that the recent fixes mentioned for some of the N310 issues I mentioned are indeed working well for me. These include - Tx power output levels - get_usrp_rx_info(), get_usrp_tx_info() However, I am still stuck on this "No PPS Detected" error which occurs in the funct

Re: [USRP-users] Configuring USRP UHD B210 for tx antenna selection

2018-07-19 Thread Marcus D. Leech via USRP-users
On 07/19/2018 01:44 PM, Ayaz Mahmud wrote: Correction: Can I do like: Transmit for 1sec with 1^st USRP sink from *RF A* – TX/RX port and stop? Then Transmit for 1sec with _2^nd _USRP sink from *RF B* – TX/RX port and stop? Thanks Ayaz It's not easy to do that kind of "procedural" logic w

Re: [USRP-users] rfnoc debug block

2018-07-19 Thread Jason Matusiak via USRP-users
I was wondering if anyone had thoughts on this? I am now seeing it on a brand new block that I tried to create today. A uhd_usrp_probe looks fine, but when I run the python generated by GRC, I am seeing the same error: Traceback (most recent call last): File "/home/jmat/rfnoc-nocblocks/example

Re: [USRP-users] RFNoC DMA FIFO

2018-07-19 Thread Brian Padalino via USRP-users
On Thu, Jul 19, 2018 at 11:37 AM Jason Matusiak via USRP-users < usrp-users@lists.ettus.com> wrote: > I have a silly question. How do I add the axi_dma_fifo to my build? > > It looks like we can't add it to the uhd_image_builder command line, so I > am not sure the way to do it manually. Is this

[USRP-users] [UHD] Announcing 3.13.0.0-RC1

2018-07-19 Thread Martin Braun via USRP-users
Hi all, we have just tagged the 3.13.0.0-RC1 version of UHD. It includes a variety of improvements for the N310 and B200, and is the first version to include the Python API. Please find the full changelog below. When we release the full version, we will also publish up-to-date SD card images for

Re: [USRP-users] Configuring USRP UHD B210 for tx antenna selection

2018-07-19 Thread Ayaz Mahmud via USRP-users
Correction: Can I do like: Transmit for 1sec with 1st USRP sink from RF A – TX/RX port and stop? Then Transmit for 1sec with 2nd USRP sink from RF B – TX/RX port and stop? Thanks Ayaz From: Ayaz Mahmud Sent: Thursday, July 19, 2018 11:43 AM To: Marcus D. Leech

Re: [USRP-users] Configuring USRP UHD B210 for tx antenna selection

2018-07-19 Thread Ayaz Mahmud via USRP-users
Marcus, Can I do like: Transmit for 1sec with 1st USRP sink from RF A – TX/RX port and stop? Then Transmit for 1sec with 1st USRP sink from RF A – TX/RX port and stop? Ayaz From: Marcus D. Leech via USRP-users Sent: Thursday, July 19, 2018 11:18 AM To: usrp-

[USRP-users] Dual TX/RX with one vs multiple multi_usrp objects

2018-07-19 Thread Jessica Iwamoto via USRP-users
Hi, I am running tx and rx on both channels of an X310 and I am trying to run as fast as possible. I have one thread handling each tx or rx, so four threads total. Originally I was using one multi_usrp object and each thread would create a rx_streamer or tx_streamer from that multi_usrp. Howe

Re: [USRP-users] Configuring USRP UHD B210 for tx antenna selection

2018-07-19 Thread Marcus D. Leech via USRP-users
On 07/19/2018 12:39 PM, Ayaz Mahmud via USRP-users wrote: Hi, USRP – B210 I am trying to use 2 USRP sink in same flow graph. Where I want : 1^st USRP sink to transmit from *RF A* – TX/RX port 2^nd USRP sink to transmit from *RF B* – TX/RX port How can I do such configuration? Thanks Ayaz

[USRP-users] Configuring USRP UHD B210 for tx antenna selection

2018-07-19 Thread Ayaz Mahmud via USRP-users
Hi, USRP – B210 I am trying to use 2 USRP sink in same flow graph. Where I want : 1st USRP sink to transmit from RF A – TX/RX port 2nd USRP sink to transmit from RF B – TX/RX port How can I do such configuration? Thanks Ayaz ___ USRP-users mailing l

[USRP-users] RFNoC DMA FIFO

2018-07-19 Thread Jason Matusiak via USRP-users
I have a silly question. How do I add the axi_dma_fifo to my build? It looks like we can't add it to the uhd_image_builder command line, so I am not sure the way to do it manually. Is this written up somewhere that I missed? ___ USRP-users mailing li

Re: [USRP-users] TDMA receiver on E310

2018-07-19 Thread Marcus Müller via USRP-users
Hi David, so, NUM_SAMPS_AND_DONE sounds right for this application, and pre- determining the time at when the observation will start with time_specs sounds absolutely like what I'd recommend. You say there's a "delay when leaving the recv function"; I'm not quite sure I understand what you're ref

[USRP-users] TDMA receiver on E310

2018-07-19 Thread David Zamorano Fernández via USRP-users
Hi. We have implemented a TDMA receiver on an E310. We have to receive slots of 40 ms duration and we must capture and process each of them. These capture instants must be very precise, so we have used GPS to discipline the internal clock of the E310. What is the most appropriate stream mode for