Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-14 Thread Paul Atreides
The packet format block is not a GNURadio “in tree” block but rather a “python embedded” block. It’s a block created specifically for this tutorial that requires no installation. https://wiki.gnuradio.org/index.php/Embedded_Python_Block > On Nov 14, 2021, at 05:18, Evgeny Hahamovich wrote:

Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-14 Thread Evgeny Hahamovich
Paul M., glad my flowchart worked for you :) Paul A., Thanks for the detailed reply. Can you clarify what is the embedded Python block when you write "The access code is created in the embedded Python block" ? Evgeny On Fri, Nov 12, 2021 at 4:32 AM Barry Duggan wrote: > Hi! > > Here are my ans

Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-11 Thread Barry Duggan
Hi! Here are my answers: 1. The access code is created in the Embedded Python block, and is 225,90,232,147 (at the end of the preamble). It is necessary for the receiver https://wiki.gnuradio.org/index.php/Correlate_Access_Code_-_Tag_Stream 2. The sync header (preamble) is the 16 decimal

Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-11 Thread Paul Martin
Oh sorry for the confusion, I'm NOT running gnuradio from the pycharm venv, I just put the folder there so pycharm handles the version control. Just in case, I did what you suggested, but the same as before happened (new log attached). I've just finished setting up a VM and both flowgraphs work, s

Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-11 Thread Paul Atreides
Glad to hear you didn’t give up! H. I haven’t seen this one on my machines. I see you’re using pycharm (which is what i use). I think I had to setup pycharm to find GNURadio. IIRC Pycharm typically sets up its own environment, so it might be missing a module? That may not be valid, just my f

Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-11 Thread Paul Martin
Evgeny, Paul: Thanks so much for replying! I was actually about to give up after all. I've tried to use the updated flowgraphs from the wiki, but got an error message while running the transmitter (log attached). Google didn't help to figure out what was wrong, besides the fact that it's the pytho

Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-11 Thread Paul Atreides
Answers below. Barry, can you fill in where my understanding is weak here? > On Nov 11, 2021, at 09:44, Evgeny Hahamovich wrote: > >  > Indeed it works great out of the box :) Thanks Paul for fixing this! My pleasure, thanks for testing it! > > But when I upgraded the setup by replacing the

Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-11 Thread Paul Atreides
Evgeny: I just updated the wiki. If you are willing to test them out, please try the new GR3.8 tutorials under the subsection "Using BPSK with Hardware Simulation (version 3.8)" https://wiki.gnuradio.org/index.php/Packet_Communications On Wed, Nov 10, 2021 at 12:07 PM Evgeny Hahamovich wrote: >

Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-10 Thread Paul Atreides
Evgany: Excellent work solving your problem. That’s the most important thing! I think what you’ve done is still the preferred method by many as dynamically packetizing data in GNURadio is still a bit application specific. If you are up for installing GNURadio 3.9 the tutorial works perfectly in

Re: Sending a file through a LimeSDR mini with a loopback cable using PSK modulation

2021-11-10 Thread Evgeny Hahamovich
Hi Paul, I tried to perform a similar experiment and unfortunately after investing a significant effort, still haven't figured out how the packets method works :( For now, I pack the data in python, send the packed data to GNURadio and LimeSDR_Tx. and on the Rx side, I detect by LimeSDR_Rx, perfor