Re: Socket PDU TCP connection closed automatically

2021-03-12 Thread Marcus Müller
Hi Jay, you're trying to talk to something that expects a specific protocol (it seems to be JSON over some kind of TCP-based connection – wild guess, there might also be a layer of HTTP in between), so you need to implement that protocol. This isn't specific to GNU Radio, this is just general

Re: This flow graph is radiating negative Tx power

2021-03-12 Thread Christophe Seguinot
Hi - What does "negative Tx power" means ? A few suggestions: move to GNURadio >=3.8 (most of us uses GR 3.8 or 3.9 so it's difficult to help for outdated GR 3.7) QT GUI Sink : Bandwith should be equal to sample rate of the

Re: Questions on Polyphase Clock Sync block

2021-03-12 Thread Dave Miller
George, No deep reason for the gain block between the Polyphase Clock Sync and the Costas Loop. I just used the gain block for my convenience when testing the flowgraph with an external modulator and different settings to see what worked best. Regards, Dave On Wed, Mar 10, 2021 at 12:12 PM Geor

Re: Combined constellation modulator/Decoder do not seem to work

2021-03-12 Thread Mike Markowski
I can't make out details in your image, George, but attach one I made when working through the tutorial and works just now under gnuradio 3.8.1.0. Like someone else mentioned in another reply, I found the delay to be 58 and set it as the default in the attached flowgraph. Zoom in on the bit st

Re: Combined constellation modulator/Decoder do not seem to work

2021-03-12 Thread George Edwards
Hi Mike, Thanks for your help! As I mentioned in my email, my flowgraph consists of some of the blocks in the example. I dropped some of the blocks because I am doing concept testing to ensure I know how to set parameters for the blocks. In terms of delays, that is not a problem. I am dumping the

Re: Combined constellation modulator/Decoder do not seem to work

2021-03-12 Thread Mike Markowski
Hi George, You used differential encoding but forgot differential decode. I added the block in the attached. (I disabled your file creation and displayed to gui, easier for me to check.) Little things are the hardest to spot. :-) Mike Markowski On 3/12/21 4:46 PM, George Edwards wrote:

Re: Combined constellation modulator/Decoder do not seem to work

2021-03-12 Thread George Edwards
Hi Mike, Thank you very much! I thought I had selected "No" to Differential Encoding. Either way, I wanted to do both, just that I thought it would be easiest to start out without Differential Encoding (trying for the lower hanging fruit and messed up). Thank you very much! I will give it a try a