Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving Data from two or more Lora slave #45

Open
nickyandre opened this issue Dec 31, 2022 · 2 comments
Open

Receiving Data from two or more Lora slave #45

nickyandre opened this issue Dec 31, 2022 · 2 comments
Labels

Comments

@nickyandre
Copy link

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

@mayeranalytics
Copy link
Owner

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants