[USRP-users] USRP with different GPSDO

2018-01-23 Thread Ali via USRP-users
Hi to all, Is it possible to use different GPSDO (more accurate) than the one that Ettus sells? The device is X310. Can you suggest any brand or model? Best, Ali ___ USRP-users mailing list USRP-users@lists.ettus.com

Re: [USRP-users] Passing Messages as Commands to UHD Sink

2018-01-23 Thread Martin Braun via USRP-users
On Tue, Jan 23, 2018 at 02:11:21AM +, Sarah Tran via USRP-users wrote: >Hi All, > >I would like to change the center freq of my UHD Sink depending on who the >receiver is. So I wrote a custom block that will read what the destination >mac address is for a packet, and send a

Re: [USRP-users] Using both sides of an NI USRP-2953R

2018-01-23 Thread Martin Braun via USRP-users
On Tue, Jan 23, 2018 at 12:27:23PM -0500, Daryl Lee via USRP-users wrote: > I've been using an NI USRP-2953R for several months with a trivial > configuration: sending and receiving in "half-duplex" mode on the "RF 0" > receive and transmit antennas. Now I need to try using the RF 0 RX antenna >

Re: [USRP-users] use 2 DDC chain of N210 with SBX

2018-01-23 Thread Martin Braun via USRP-users
On Mon, Jan 22, 2018 at 03:01:14PM +0330, omid saeedy via USRP-users wrote: >Hi >I am a master student and my thesis needs N210. >I want to use 2 DDC chains as 2 channels with SBX. >But I can't edit UHD due to this. >When I want to change subdev_spec GNURadio warn me only [A:0]

Re: [USRP-users] Help on UHD Python API installation

2018-01-23 Thread Zhongyuan Zhao via USRP-users
CMAKE list Python API as disabled, Moreover, Dependency PythonLibs_FOUND = Disabling LibUHD - Python API support. Zhongyuan Zhao PhD Candidate, Department of Computer Science & Engineering, University of Nebraska-Lincoln Office Hour: WF 9:30-10:00am, Avery Hall 12, Suite 117, Schorr Center,

Re: [USRP-users] Help on UHD Python API installation

2018-01-23 Thread Zhongyuan Zhao via USRP-users
Hi, The CMAKE shows that Python API is disabled, I was unable to enable it. It shows Dependency PythonLibs_FOUND = Is there anything missing? Zhongyuan Zhao PhD Candidate, Department of Computer Science & Engineering, University of Nebraska-Lincoln Office Hour: WF 9:30-10:00am, Avery Hall 12,

[USRP-users] Using both sides of an NI USRP-2953R

2018-01-23 Thread Daryl Lee via USRP-users
I've been using an NI USRP-2953R for several months with a trivial configuration: sending and receiving in "half-duplex" mode on the "RF 0" receive and transmit antennas. Now I need to try using the RF 0 RX antenna and the RF 1 TX antenna. I'm using this terminology because I'm a bit

Re: [USRP-users] UHD Converter for X310 series with unsupported data format

2018-01-23 Thread Martin Braun via USRP-users
On Tue, Jan 23, 2018 at 12:13:48PM -0500, Kei Nguyen via USRP-users wrote: >I mean s16 -> f32 not sc16 -> fc32, which is already implemented. >I looked through the document but it's not clear to me. I'm not sure about >UHD code structure. Could you explain in more details? >Sorry

Re: [USRP-users] USRP with different GPSDO

2018-01-23 Thread Martin Braun via USRP-users
On Tue, Jan 23, 2018 at 01:47:57PM +0300, Ali via USRP-users wrote: >Hi to all, >Is it possible to use different GPSDO (more accurate) than the one that >Ettus sells? The device is X310. Can you suggest any brand or model? >Best, Ali, if you find a pin- and API-compatible GPSDO,

Re: [USRP-users] UHD Converter for X310 series with unsupported data format

2018-01-23 Thread Kei Nguyen via USRP-users
I mean s16 -> f32 not sc16 -> fc32, which is already implemented. I looked through the document but it's not clear to me. I'm not sure about UHD code structure. Could you explain in more details? Sorry for any confusion. ___ USRP-users mailing list

Re: [USRP-users] Help on UHD Python API installation

2018-01-23 Thread Martin Braun via USRP-users
On Tue, Jan 23, 2018 at 04:36:13PM +, Zhongyuan Zhao wrote: >Hi,  >The CMAKE shows that Python API is disabled, >I was unable to enable it. It shows  >Dependency PythonLibs_FOUND = >Is there anything missing?  You need Python development libraries, e.g., python2.7-dev

Re: [USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-23 Thread Adam Kurisko via USRP-users
Hi Martin, I am unsure if I had edited the property subtrees, however I decided to fresh install UHD to see if that might fix the problem. I will let you know if I experience similar errors. In the mean time while it is installing, could you explain the process for implementing the block

Re: [USRP-users] [RFNoC] uhd_usrp_probe fails and throws uhd::lookup_error

2018-01-23 Thread Martin Braun via USRP-users
On 01/23/2018 03:01 PM, Adam Kurisko wrote: > I am unsure if I had edited the property subtrees, however I decided to > fresh install UHD to see if that might fix the problem. I will let you > know if I experience similar errors. > > > In the mean time while it is installing, could you explain

[USRP-users] [UHD] Changes to uhd_images_downloader

2018-01-23 Thread Martin Braun via USRP-users
For the next UHD version, we will be updating uhd_images_downloader. The problem with the old uhd_images_downloader is that it refers to one big zip file for all the images. As we add more and more devices, we not only have to update the zip file more often, it also becomes bigger and bigger. If