gr-lora_sdr
gr-lora_sdr copied to clipboard
USRP not working
Hi! I have an issue that the USRP transmission is not working with the LoRa Tx. I have attached the screenshots of the same.
This is my flowgraph:
The output on the terminal is as follows: Executing: /home/jammy/miniconda3/envs/gr310/bin/python -u /home/jammy/Desktop/GRC files/lorausrp.py
[INFO] [UHD] linux; GNU C++ version 10.3.0; Boost_107400; UHD_4.2.0.HEAD-release`
[INFO] [B200] Detected Device: B200
Traceback (most recent call last):
File "/home/jammy/Desktop/GRC files/lorausrp.py", line 218, in
`>>> Done (return code 1)
The screenshot of the same is as follows:
First, similarly to your previous issue, (https://github.com/tapparelj/gr-lora_sdr/issues/84#issuecomment-1983193965) please run the python script in a terminal and not directly in grc to see the complete error logs. Then,
- are you sure your USRP can use a 70dB gain?
- can you set the "TSB tag name" to frame_len (as in the example file tx_rx_uspr.grc)?
First, similarly to your previous issue, (#84 (comment)) please run the python script in a terminal and not directly in grc to see the complete error logs. Then,
* are you sure your USRP can use a 70dB gain? * can you set the "TSB tag name" to frame_len (as in the example file tx_rx_uspr.grc)?
Hi. I ran the python script on the terminal and set the TSB tag name to frame_len. The log is as follows:
Also, is there any way to install your OOT module without using the conda environment?
Hello, there seems to be an error with the USRP configuration. To narrow down the cause of the issue:
- Can you use your USRP with another flowgraph? (not related to the code of this repo)
- Have you tried setting the Sync option of the usrp sink to "no sync"?
- Are you able to see your USRP when using uhd_usrp_probe or uhd_find_device? (those are terminal command lines)
Also, is there any way to install your OOT module without using the conda environment?
Of course, as long as you have GNU Radio installed and cmake, etc.. (listed in the readme) you can build it as any other OOT module.
I'll close this issue as there has been some time since the last follow-up.