Re: [USRP-users] GNU radio receiving file, X310

2018-06-25 Thread Michael West via USRP-users
Hi Nives, The warning can be ignored. It is a known issue that I believe was recently fixed. Regards, Michael On Mon, Jun 18, 2018 at 2:10 AM, Nives Novković wrote: > Hi everyone, > > Thank you for all your help. I followed EJ's advice on adding the 2nd FIFO > block, also Michael's for making

Re: [USRP-users] GNU radio receiving file, X310

2018-06-18 Thread Nives Novković via USRP-users
Hi everyone, Thank you for all your help. I followed EJ's advice on adding the 2nd FIFO block, also Michael's for making the file sink unbuffered and now I am receiving the whole file no matter the size. :) Another issue that now came is the overflow warning: [INFO] [UHD] linux; GNU C++ version

Re: [USRP-users] GNU radio receiving file, X310

2018-06-17 Thread EJ Kreinar via USRP-users
Hi Nives, Doesnt look like anyone mentioned it yet, but this seems to me like a common "gotcha" with RFNoC: You need at least two RFNoC blocks back-to-back! I've had weird problems otherwise, and as far as I know using just one RFNoC block is not yet officially supported (correct??). Try a differ

Re: [USRP-users] GNU radio receiving file, X310

2018-06-14 Thread Marcus D. Leech via USRP-users
On 06/14/2018 01:01 PM, Michael West via USRP-users wrote: There may also be an issue with buffered I/O and how the flowgraph is stopped. The kill flowgraph button in the main window of GRC is like hitting Ctrl-C. Try closing the empty window that pops up. You can also try making the file si

Re: [USRP-users] GNU radio receiving file, X310

2018-06-14 Thread Michael West via USRP-users
There may also be an issue with buffered I/O and how the flowgraph is stopped. The kill flowgraph button in the main window of GRC is like hitting Ctrl-C. Try closing the empty window that pops up. You can also try making the file sink unbuffered and see if that makes a difference. Regards, Mic

Re: [USRP-users] GNU radio receiving file, X310

2018-06-13 Thread Martin Braun via USRP-users
I would expect it grow indefinitely, but it might slow down after 1.2 MB. If repeat is on, expect lots of data. The 106 bytes vs. 64 bytes is more interesting. I don't see why, but maybe somewhere the last 42 bytes are getting stuck. It might even be in GNU Radio. Try a file that's a multiple of

Re: [USRP-users] GNU radio receiving file, X310

2018-06-11 Thread Michael West via USRP-users
Hi Nives, It is difficult to help without more information. If you share the flowgraph and console output, people on the list might be able to help more. Regards, Michael On Mon, Jun 11, 2018 at 1:01 AM, Nives Novković via USRP-users < usrp-users@lists.ettus.com> wrote: > Hi everyone, > > I am

[USRP-users] GNU radio receiving file, X310

2018-06-11 Thread Nives Novković via USRP-users
Hi everyone, I am starting to familiarize myself with GNU radio and RFNoC. First thing I tried is simply to send a file to X310 using GNU radio and receive it back unchanged. For that I used blocks - File Source, Throttle, RFNoC: FIFO and File Sink. But no matter what size the file I send, I alway