Thank you.
I fixed the errors and it works well right now.
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com
I want to capture Lora trace using 2 antennas that located in port A:RX2 and
B:RX2 then save the date in a file.
I created a simple Gnu Radio flow-graph. In USRP source, i add serial + 2
channel + freq + gain.
The problem that i can not save the data in a file.
I got error “Port is not connect
Appreciate your help. I am going to learn how to construct Gnu Radio flow-graph.
___
USRP-users mailing list -- usrp-users@lists.ettus.com
To unsubscribe send an email to usrp-users-le...@lists.ettus.com
1-I installed radioconda + USB driver
2-to capture LoRa trace using USRP B210, I type “rx_samples_to_file --freq
915.0e6 --rate 1e6 --gain 20 --duration 10 --file lora_rx“
3-Now i want to capture Lora trace using 2 antennas that located in port TX/RX
and RX2
How can i do that?
__