sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.65k stars 630 forks source link

Adafruit feather 32u4 LoRa receiver #409

Open TinManAkshay opened 3 years ago

TinManAkshay commented 3 years ago

Hi,

I am sending the lora packets from adafruit feather 32u4( having sx1272 module) to Dragino module. Its working absolutely fine. But when I am sending the packets to Adafruit feather 32u4 (being on Continuous RX mode or Single RX mode), its not receiving anything. I followed both receiver/receiver callback example. But no luck.

Does anyone have the idea that there is an issue with adafruit feather 32u4 lora module or could be something else based on firmware level?

Thanks, Akshay

IoTThinks commented 3 years ago

The sender will always say "OK".

Check if the SPI pins and frequency are correct. The default pins may not be fit to your board. https://github.com/sandeepmistry/arduino-LoRa/issues/199

And you can try to swap the sender with receiver to debug.