mayeranalytics / pySX127x

This is a python interface to the Semtech SX127x, HopeRF RFM9x, Microchip RN2483 long range, low power transceiver families.
GNU Affero General Public License v3.0
171 stars 115 forks source link

Receiving Data from two or more Lora slave #45

Open nickyandre opened 1 year ago

nickyandre commented 1 year ago

How to receive two or more payload from different lora slave using this example and this library?

mayeranalytics commented 1 year ago

I'm not sure what "this example" is, but in general you can have as many senders as you want. The receiver will try to discriminate best it can. All the LoRa parameters must match, i.e. frequency, of course, and spreading factor, bandwidth, coding rate etc.

nickyandre commented 1 year ago

The example is the receiver code you provide how the receiver will differentiate different payload recived from the senders? Like this message from sender 1 this message from sender 2? How this can be possible?