sandeepmistry / arduino-LoRa

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

Custom Reciever ( autotune to search for transmitter) #654

Open Mdanyalk22 opened 12 months ago

Mdanyalk22 commented 12 months ago

I am new to LoRa. I am wondering if there are multiple sender with different parameters like SF, preamble length, sync word, bandwidth. Is there any technique for a reciever to tune untill it encounter any of the transmitter. Purpose here is not to search for specific transmitter but any. Just want to know if there is such logic exist? Or I have to hard code my reciever??

Thanks

Kongduino commented 11 months ago

It's not really how LoRa works. There is frequency hoping, where a device "hops" from one frequency to the next, but that's unreliable – while you're on frequency X, another device may transmit on frequency Y. And that's not even taking into account other settings like BW and SF.

If you need to have devices transmitting on different settings, you need to equip your receiver with one module per.