LoRa-SDR icon indicating copy to clipboard operation
LoRa-SDR copied to clipboard

An SDR LoRa implementation for R&D

Results 12 LoRa-SDR issues
Sort by recently updated
recently updated
newest added

[this](https://github.com/myriadrf/LoRa-SDR/blob/52ec64dddf03eefe17cbb36f34377ab097d0abda/LoRaCodes.hpp#L97) link is obsolete

Would it be possible to use this project to implement a LoRa skimmer (similar to https://en.wikipedia.org/wiki/CW_Skimmer)? i.e. receive **all** LoRa packets transmitted with **any** frequency (within the SDR's frequency range/bandwidth,...

I try to decode LoRa header, this is encoded in the 8 symbols which follow the reverse-chirp 2+1/4 symbol part. Can someone confirm that the code in this repository has...

I dont see anywhere in the demodulation chain where the preamble detection is done. I would think it would be in the LoRa Demod block but there is no such...

Hey guys, this is more a request than an issue. The LoRa Demodulator currently ignore packets that don't match the sync word. Could you help me how to remove that...

I try to open the example .pth files and it will not read them. Forcing it / changing extension to .pothos, will give this error: PothosFlow.GraphEditor: Error parsing JSON: illegal...

Thank you to provide a project to help me comprehend LoRa decode process, I tried and it really works, but i still have a question about the whitening polynomial, can...

i am sorry to bother you that i can't find file Framework.hpp.please tell me where i can find this,thank you very much.

https://github.com/myriadrf/LoRa-SDR/blob/52ec64dddf03eefe17cbb36f34377ab097d0abda/BlockGen.cpp#L44

Dear all, Is it possible to run the code with 2 LimeSDR boards https://wiki.myriadrf.org/LimeSDR-USB? I am thinking about configuring one LimeSDR device as a gateway, and another one as a...