tapparelj / gr-lora_sdr

This is the fully-functional GNU Radio software-defined radio (SDR) implementation of a LoRa transceiver with all the necessary receiver components to operate correctly even at very low SNRs. This work has been conducted at the Telecommunication Circuits Laboratory, EPFL.
https://www.epfl.ch/labs/tcl/
GNU General Public License v3.0
664 stars 69 forks source link

can’t recv LLCC68 message #90

Open 11tools opened 5 months ago

11tools commented 5 months ago

[] recv

I use hackrf and plutosdr make this. Both. Them can't recv LLCC68 mod

tapparelj commented 5 months ago

Hello @11tools,

from your screenshot I can't notice anything strange, therefore, I would guess that there is a configuration mismatch between the transmitter and receiver. So here are a few questions:

11tools commented 5 months ago

Hello @tapparelj .

Thanks . I changed the Spreading factor to 8,9,10,11,12... still failed no message. maybe the sync word is difference

I had made a flow with Lora Tx and a Lora Rx on PlutoSDR. it can recv message what Lora Tx send.

My real goal is use gr-lora_sdr to recv startlink 150M Lora signal. because 150M lora module is hard to buy.

have anyone try this?