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
685 stars 73 forks source link

Dobout about RFM95 Library #36

Closed jp-polito closed 1 year ago

jp-polito commented 1 year ago

Hi! Firstly i will congratulations for this work! I try to test lora RX with gnu Radio for receive data on my Sx1278 module, but i dont got sucess, im using one RTL_SDR for receive the datas. What library you use for test with RFM95? You have one exemple you used for this test? Thanks you so much!

tapparelj commented 1 year ago

Hello @jp-polito, I've just tested again with the RFM95 and here is what I use:

A few notes though:

Let me know if something is not clear, or if you encounter any issue!

jp-polito commented 1 year ago

Hi @tapparelj Thanks the Help! I'm Trying test the library but I don't has sucess, im using a different frequency of you im using 434 Mhz and RTL-SDR instead USPR and im using a RFM98PW, but on datasheet is same of RFM95. I'm send the .grc code and the arduino code.

ZIP.zip

tapparelj commented 1 year ago

Hello, the sample rate of the RTLSDR source need to correspond to the "LoRa bandwidthi" * "os_factor".Therefore, you should set it to 500 MSps here. If your radio doesn't support this sampling rate, you will need to use a rational resampler (also available as a block). Let me know if it fixes the issue.