-
Notifications
You must be signed in to change notification settings - Fork 1
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
Initialize ONE_METER_RSSI constant #58
Comments
For a specific (mobile) device, the |
Waiting to be merged (#67). |
-51 seems to do the job now. We have #67 ready to be merged in case we wanna include dynamic calibration into the system. |
We need to have a constant, ONE_METER_RSSI, for our distance calculation measure. This constant could be hardcoded, but this could be problematic due to differencies between boards and the environment in which the boards are deployed. A more robust approach would be to have the server initialize those values for every board when the system first boots: for instance, one or two initial flushes could be used by the server (using some reference devices) to tune it.
The text was updated successfully, but these errors were encountered: