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
669 stars 69 forks source link

Question about timing shift #35

Closed lizhenqianri closed 1 year ago

lizhenqianri commented 1 year ago

Hello, I have been following this project. I found that after adding the Channal Model module, setting some time offset can cause a wide range of bit errors. Excuse me, is there any solution? 20221213160517

tapparelj commented 1 year ago

Hello @lizhenqianri,

lizhenqianri commented 1 year ago

thanks,@tapparelj The first time I found this problem was when using B210+BUC for long-distance communication, using SF=7 and 8, I found that it might be caused by time offset, so I used gnuradio to conduct a time offset simulation test (frequency offset is set to 0 ), the test results are consistent. When sending 200 bytes, the received data starts to get error at about 30 bytes. 33333

tapparelj commented 1 year ago