[USRP-users] New E310 doesn't boot without console cable plugged in

2020-03-30 Thread Skorstad , Jørn via USRP-users
Hi all, we have recently purchased 2 USRP E310 radios, P/N 156333H-D1L. Both of them are stuck with all LEDS on when switched on, unless I connect the USB serial console cable before switching on, then they boot normally. Both booted with the original SD-card, unmodified. If I connect the cons

Re: [USRP-users] E310 RFNoC image

2019-11-21 Thread Skorstad , Jørn via USRP-users
nd "install" You'll now have Vivado installed to /opt/Xilinx/Vivado/2017.4 and can use it with the build tools as described in the previously linked app note. Regards, Nate Temple On Mon, Nov 11, 2019 at 11:56 PM Skorstad,Jørn via USRP-users mailto:usrp-users@lists.ettus.com>> wro

Re: [USRP-users] E310 RFNoC image

2019-11-12 Thread Skorstad , Jørn via USRP-users
Regards, Nate Temple On Mon, Nov 11, 2019 at 11:56 PM Skorstad,Jørn via USRP-users mailto:usrp-users@lists.ettus.com>> wrote: Hi list, I have followed the application note https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-_Building_RFNoC_UHD_/_GNU_Radio_/_gr-ettus_from_Source to

[USRP-users] E310 RFNoC image

2019-11-11 Thread Skorstad , Jørn via USRP-users
Hi list, I have followed the application note https://kb.ettus.com/Software_Development_on_the_E3xx_USRP_-_Building_RFNoC_UHD_/_GNU_Radio_/_gr-ettus_from_Source to set up a cross compile environment for an E310 SDR. It works well, however I have not been able to get past chapter 7: Building a c

Re: [USRP-users] E310 LO offset problem

2019-10-22 Thread Skorstad , Jørn via USRP-users
ced earlier that the default max_num_samps() value reported was 508 when stream_arg was not set. So only question left is why spp should be 508, not 512? If changing the bin size to 256, should spp be set to 252? Fra: USRP-users På vegne av Skorstad,Jørn via USRP-users Sendt: tirsdag 22. okto

[USRP-users] E310 LO offset problem

2019-10-22 Thread Skorstad , Jørn via USRP-users
Hi list, I am writing a C++ software which will scan through a given frequency range and perform an fft. The software seems to do what it should, however something weird happens when using LO offset tuning. With the following settings all looks correct: Sample rate 6.4M - master clock 51.2M -

[USRP-users] E310 packet size

2019-10-18 Thread Skorstad , Jørn via USRP-users
Hi all, Still trying to understand some parts of the USRP that probably are quite elementary. When using the function get_max_num_samps it always reports 508. Does this mean that the number of samples returned for any requested sample rate will be decimated down to 508? Any way to change max_nu

Re: [USRP-users] E310 filter settings and LO lock question

2019-09-17 Thread Skorstad , Jørn via USRP-users
. Let me know if you have any further questions. Cheers, Julian On 16.09.19 15:38, Skorstad,Jørn via USRP-users wrote: > Many thanks for your answers. Do you know if the E310 will halt the data > stream while changing filter/frequency, or do I need to take this into > account in the softwa

Re: [USRP-users] E310 filter settings and LO lock question

2019-09-16 Thread Skorstad , Jørn via USRP-users
. Cheers, Julian On 15.09.19 20:54, Marcus D Leech via USRP-users wrote: > My recollection is that the AD9361 RF chip doesn’t have an external lock > indicator. > > Sent from my iPhone > >> On Sep 15, 2019, at 9:17 AM, Skorstad,Jørn via USRP-users >> wrote: >

[USRP-users] E310 filter settings and LO lock question

2019-09-15 Thread Skorstad , Jørn via USRP-users
Hi all, I am currently working on a project using a USRP E310 to output an FFT plot over a given frequency range (usually bigger than the possible sample rate). The program is written in C++ using the UHD library. Frequency range is achieved by changing the LO frequency regularly. The program