BastilleResearch / gr-lora

GNU Radio OOT module implementing the LoRa PHY, based on https://github.com/matt-knight/research/tree/master/2016_05_20_jailbreak
GNU General Public License v3.0
470 stars 92 forks source link

low data rate opt set to 0 will not work #31

Closed orkfire closed 6 years ago

orkfire commented 6 years ago

Hi, I have decode with sf=8,low data rate = 1,BW = 62.5k, and implicit head mode. but when I change the low data rate to 0, the program can't work right, then I use Whitening sequence derivation function, I find that the whitening sequence changes every time from the 9th bit, but when I change the low data rate to 1, the whitening sequence doesn't change. do you know this is why, and how to deal with it, Thanks