-
-
Notifications
You must be signed in to change notification settings - Fork 642
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
Add LoRaClass::rxSignalDetected(). #574
base: master
Are you sure you want to change the base?
Conversation
Thanks! Amazing, this function I searching 2years, is much better and simpler than CAD |
awesome! can you show some examples please? thanks |
Right, in addition to adding the function to |
Wow, so great Pull Request. Let me test the Pull Request this weekend. |
Also trying to make some time to check this out. But also would like some clarification on this. Quoting @bobricius from issue #514
While correct, this sentence reads...
Note that it says
Feel free to amend this PR with an example and API update *) CAD has been merged, but I realized last night a new release hasn't been made since it was. I will make a new release in the next day or so. |
Yes. works with SX1278. |
@toyo do you put it into receive mode first? |
Yes, of course. |
Added function LoRaClass::rxSignalDetected() returns true when LoRa carrier is detected.
If you want to avoid collision, you should not transmit during this function returns true.