Re: [USRP-users] problem with gr-mac on E310

2018-05-03 Thread Jonathon Cheah via USRP-users
Yes Sir, the PYTHONPATH was exported. Below shows that even though python finds the path, it cant go further. I use imp.find_module() to check if python sees the installed mac. root@ettus-e3xx-sg3:~# echo $PYTHONPATH :/usr/local/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages

Re: [USRP-users] problem with gr-mac on E310

2018-05-03 Thread Marcus D. Leech via USRP-users
On 05/03/2018 09:13 PM, Jonathon Cheah via USRP-users wrote: Yes sir, the compilation was done on E310. -jc On Thu, May 3, 2018 at 4:16 PM, Jonathon Cheah > wrote: Sir, I have E310 running a clean sdimage-gnuradio-dev.direct release 4.

Re: [USRP-users] problem with gr-mac on E310

2018-05-03 Thread Jonathon Cheah via USRP-users
Yes sir, the compilation was done on E310. -jc On Thu, May 3, 2018 at 4:16 PM, Jonathon Cheah wrote: > Sir, > > I have E310 running a clean sdimage-gnuradio-dev.direct release 4. I > installed gr-mac by git clone https://github.com/jamlsbury/gr-mac.git. > and the standard

Re: [USRP-users] problem with gr-mac on E310

2018-05-03 Thread Marcus D. Leech via USRP-users
On 05/03/2018 07:16 PM, Jonathon Cheah via USRP-users wrote: Sir, I have E310 running a clean sdimage-gnuradio-dev.direct release 4. I installed gr-mac by git clone https://github.com/jamlsbury/gr-mac.git. and the standard cmake, make, make install routine went well. It appears that python

Re: [USRP-users] RFNoC FPGA clear_tx_seqnum behavior

2018-05-03 Thread EJ Kreinar via USRP-users
Hi Ashish, Awesome! Thanks for clarifying. Just a thought here... >If you download an FPGA image, run flow >graph A, then without reloading the image you want to run flow graph B >with a different topology then the clear signal will ensure that >things are cleaned up properly between A and B.

Re: [USRP-users] B210 dual channel operation with length tag in GNU Radio

2018-05-03 Thread Ian Buckley via USRP-users
Felix, So I threw a couple of stream-to-tagged-stream blocks in that test flow graph to see if I could see what you see. And it does replicate the behavior you report though I see a time offset that seems to range from approx 24 to 29uS with no obvious linkage between that value and any

Re: [USRP-users] RFNoC FPGA clear_tx_seqnum behavior

2018-05-03 Thread Ashish Chaudhari via USRP-users
Hi EJ, On Thu, May 3, 2018 at 5:06 AM, EJ Kreinar wrote: > Hi Ashish, > > Thanks for the info about rfnoc changes. Quick question: > >> In rfnoc, we make a >> distinction between reset and clear. A "reset" is meant to reset >> everything in a module to the power-up state. A

Re: [USRP-users] RFNoC FPGA clear_tx_seqnum behavior

2018-05-03 Thread Ashish Chaudhari via USRP-users
Hi Brian, I finally got a chance to look at that change in a bit more detail. I need to test out this theory out but we may have added a regression with the throttle commit I pointed out earlier. The issue would apply to "sink" blocks only. We assert the clear_tx_seqnum signal when the block is

[USRP-users] problem with gr-mac on E310

2018-05-03 Thread Jonathon Cheah via USRP-users
Sir, I have E310 running a clean sdimage-gnuradio-dev.direct release 4. I installed gr-mac by git clone https://github.com/jamlsbury/gr-mac.git. and the standard cmake, make, make install routine went well. It appears that python has problem doing "import mac". I don't have any problem doing

[USRP-users] N310 printing 'S' when trying to use all 4 channels

2018-05-03 Thread Sarah Tran via USRP-users
Hi all, So I recently posted about trying to figure out how to specify which channels I want. My goal is use all 4 channels of the N310 simultaneously. I used the subdev specification "A:0 B:0 C:0 D:0" in the Mb0 subdev spec input on the UHD sink block. None of the tx leds light up and I get a

Re: [USRP-users] UHD Version >= 3.10 Experimental?

2018-05-03 Thread Dave NotTelling via USRP-users
Oh, and here is the relevant code from GitHub: https://github.com/EttusResearch/uhd/blob/release_003_010_001_001/host/cmake/Modules/UHDVersion.cmake#L63 On Thu, May 3, 2018 at 4:46 PM, Dave NotTelling wrote: > Martin, > > I tried the following: > > cd /tmp >

Re: [USRP-users] UHD Version >= 3.10 Experimental?

2018-05-03 Thread Dave NotTelling via USRP-users
Martin, I tried the following: cd /tmp git clone https://www.github.com/EttusResearch/uhd cd uhd git checkout release_003_010_001_001 cd host mkdir build cd build cmake .. And I get the same experimental

Re: [USRP-users] UHD Version >= 3.10 Experimental?

2018-05-03 Thread Dave NotTelling via USRP-users
Martin, Ron is correct, it's a warning at the end. I hadn't considered the CMake cache. I'll give that another go later. Thank you both! -Dave On Wed, May 2, 2018 at 7:59 PM, Ron Economos via USRP-users < usrp-users@lists.ettus.com> wrote: > It looks like this near the end of cmake.

[USRP-users] B210 dual channel operation with length tag in GNU Radio

2018-05-03 Thread Wunsch, Felix (CEL) via USRP-users
Ian, thanks for the quick response! Actually, I'm not adding a tx_time tag. In my application, I want the packets to be transmitted simply as soon as possible and I was hoping that the two streamers of a single device were inherently synchronous. Comparing your flow graph to mine, I

Re: [USRP-users] Optimizing B200 Performance

2018-05-03 Thread Felix via USRP-users
Hi Matthias, Thank you for your help! Setting both parameters now works for me. When setting the MasterClock manually to twice the sample rate I basically get the same performance results like when I achieve oversampling through interpolation/decimation functions within Matlab: For my pure

Re: [USRP-users] X310: Flashing failed with different UHD versions because of a runtime error

2018-05-03 Thread Derek Kozel via USRP-users
Hello Andreas, Is there a switch or router connected between the USRP and the computer running uhd_image_loader? If so, can you try rerunning the steps with a direct ethernet connection? The uhd_image_loader and usrp_burn_mb_eeprom utilities can be used to restore to the factory settings, but

[USRP-users] X310: Flashing failed with different UHD versions because of a runtime error

2018-05-03 Thread Andreas Bauer via USRP-users
Hi all, I have the problem that I am unable to write a new FGPA-image to the usrp's flash. I have a X310 with a TwinRX daughterbard, I use a Ubuntu 16.04 LTS distribution and my default UHD version is 3.11.0 but I am also able to use the UHD 4.0.0. Because of an incorrect loaded FPGA image (a

[USRP-users] DC power supply for E313

2018-05-03 Thread liu Jong via USRP-users
Hi all, We know that when we insert network cable to e313,the e313 will power on and press power button is not needed. Now,we take DC power supply(12V) for e313,and we must press power button of e310 and then power on. It is normal?How can we achieve power on and no press power button with DC