-
Notifications
You must be signed in to change notification settings - Fork 503
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 getRssi() and Rssi related callback #153
Comments
Totally in for this one ! |
not a big job, but I couldn't find time to work on this lib just now. You can find my hint here in the forum meanwhile https://forums.adafruit.com/viewtopic.php?f=53&t=139645&p=691943&hilit=nrf52+rssi#p691943 |
I actually started digging in the code and found the (oh and thanks for the answer :) ) |
you must call it within connection callback, I guess it must be called asap. Nordic docs doesn't mention this, I have been confusing like you before. |
Thanks for the tip, i'll start when connected then. |
no we current doesn't have something like setBleEventCallback(), but may add it later on for user to work on unimplemented features. Much nicer than modifying the bsp code, which is a horrible lengthy code. Update: #181 |
Ok at least i know :) Thanks again ! (btw is that a good way to detect the proximity of an object ? I want to set leds depending on the proximity of a remote - an iPhone in this case) |
proximity requires some processing filter and math calculation stuff, there is an example written by Kevin in the example/projects folder. He has more exp than me in this field. You may want to check that out. |
implemented |
No description provided.
The text was updated successfully, but these errors were encountered: