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

Dealing with sensor reading anomalies by Changing Ultrasonic Sensor Modes via downlink #4

Closed
Praneethsvch opened this issue Oct 26, 2020 · 0 comments · Fixed by #6
Closed
Assignees
Labels
enhancement New feature or request testing Issue raised when a testing procedure is carried out/due

Comments

@Praneethsvch
Copy link
Collaborator

To reduce the sensor reading anomalies, statistical methods such as mean, median and mode are implemented.

Adding mean, median and modes as sensorModes 1, 2 and 3 respectively.

The ultrasonic sensor uses the variable unsigned int sensorMode and switches the mode based on the downlink. The default is a single Read without any averaging.

More on averaging can be found on the sensor's website.

@Praneethsvch Praneethsvch added enhancement New feature or request testing Issue raised when a testing procedure is carried out/due labels Oct 26, 2020
@Praneethsvch Praneethsvch self-assigned this Oct 26, 2020
@Praneethsvch Praneethsvch linked a pull request Oct 27, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Issue raised when a testing procedure is carried out/due
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant