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

bmx280 temperature event only when temperature difference above 0.5 °C #109

Closed
Schuker opened this issue Jul 27, 2018 · 1 comment
Closed

Comments

@Schuker
Copy link

Schuker commented Jul 27, 2018

I am using the bmx280 driver and do not want to get each temperature reading. I just want an event, if the temperature difference to the last reported temperature ist above 0.5 °C.

Is this possible or do I have to do this on my SensorEventListener onSensorChanged method?

@bojankoma
Copy link

This shouldn't be in the driver itself. You can write your own low pass filter.

@Schuker Schuker closed this as completed Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants