Closed stapelberg closed 5 years ago
Hi @stapelberg,
Your sketch looks fine, are you planning to power your central via a battery?
If you are, and using a Arduino Nano 33 BLE board, please follow pull request #15 for more low power tricks.
Thanks for taking a look! Yes, I am planning to power the nano 33 BLE from a battery. Thanks for the pointer to the power saving PR :)
I want to build a key bowl which detects whether a certain keychain was placed in it by detecting the attached Tile tag via BLE.
What is the most energy-efficient yet reliable way to observe a peripheral’s RSSI?
Currently, I am scanning repeatedly, limited to 4x per second and the specific peripheral address I am interested in:
I’m a bit hesitant to connect to the device, because I don’t want to disrupt any other functionality of the Tile.
Is there a better way than the approach displayed above?
Thanks,