Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tr_usrp.grc not transmitting via usrp #27

Open
nilampradhan2 opened this issue Feb 17, 2018 · 8 comments
Open

tr_usrp.grc not transmitting via usrp #27

nilampradhan2 opened this issue Feb 17, 2018 · 8 comments

Comments

@nilampradhan2
Copy link

i tried to transmit LoRa signal by running tr_usrp using USRP B200, but nothing is transmitted. red light LED is OFF only.

@matt-knight
Copy link
Contributor

Hi @nilampradhan2, two thoughts:

  1. The flowgraph expects to be fed packets via the GNU Radio asynchronous message API. The easiest way to do this is to use a UDP socket, as I have instrumented in the examples. Run the flowgraph, connect to it via $ nc, type in some text, hit enter, and see what happens.

  2. If this doesn't work, check your logs to ensure UHD isn't complaining.

Hope this helps,
Matt

@nilampradhan2
Copy link
Author

nilampradhan2 commented Feb 23, 2018 via email

@matt-knight
Copy link
Contributor

Sounds like it's a network configuration issue. Try UDP mode, and nc over localhost and the appropriate port.

@nilampradhan2
Copy link
Author

nilampradhan2 commented Mar 1, 2018 via email

@brunoricardojava
Copy link

brunoricardojava commented Mar 28, 2018

@nilampradhan2 could you tell which modifications made it work?
I'm using a USRP N210 and not working.

@nilampradhan2
Copy link
Author

nilampradhan2 commented Mar 29, 2018 via email

@hningning
Copy link

hningning commented Aug 3, 2018

Hi,@nilampradhan2 Have you solved this problem?I opened two terminals and connected to the flowgraph via
$ nc -l -u localhost 52002 and $ nc -u localhost 52001. After sending over it shows letter U in log just the same as you mentioned before.

@nishant1110
Copy link

Hello @matt-knight. I am trying to replicate your project using USRP B200mini and I was able to build, compile and run it transmitting and receiving using netcat and socket PDU over UDP but as everyone I see "UUUU" on the output screen. The receiver shows Green light on but there is no red light for transmitter.

What do you suggest? TIA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants