Closed jp-polito closed 1 year ago
Hello @jp-polito, I've just tested again with the RFM95 and here is what I use:
A few notes though:
Rh rf95 header
between the message strobe
and whitening block
in the example lora_TXLet me know if something is not clear, or if you encounter any issue!
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.
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.
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!