LoRaRF-Python
LoRaRF-Python copied to clipboard
Receiver not working
Hi,
I'm trying to run the proyect on a Raspberry Pi 4 with Raspberry OS 32 bits with the Semtech SX1262 LoRa Module.
When running the receiver_listen.py or receiver_continuous.py shows the following message:
Begin LoRa radio Set RF module to use TCXO as clock reference Set frequency to 915 Mhz Set RX gain to boosted gain Set modulation parameters: Spreading factor = 7 Bandwidth = 125 kHz Coding rate = 4/5 Set packet parameters: Explicit header type Preamble length = 12 Payload Length = 15 CRC on Set syncronize word to 0x3444
-- LoRa Receiver Listen --
#]©(nBcâ-¨ëüó?¨V´ã£�xº9ûß▒Ï{ 98 Packet status: RSSI = -29.50 dBm | SNR = 10.50 dB
It seems like the LoRa Radio works fine, but is not receiving any real message, and shows an initial corrupt message. Im sending packets from an arduino program with the same sync word, frecuency and bandwidth.
I've tried using both SPI bus but the results are the same.