-
Notifications
You must be signed in to change notification settings - Fork 60
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 oversampling setting adjustment #10
Comments
For example, our python library already supports this: https://github.com/bluerobotics/ms5837-python#readoversamplingosr_8192 |
Absolutely, right now we're having issues using our bar30 sensor, as the sensor spends time of 40ms to read, it reduces our communication rate down to ~50Hz, since the oversampling can be set to 256, it can be running at 1.5Khz. Thanks |
I've modified such changes on my forked repository. => https://github.com/senceryazici/BlueRobotics_MS5837_Library/tree/pr_osr_implementation I can open a pull request if you like. Thanks |
@senceryazici yes please 👍 |
Pending pull request #16 |
Why does it not compile on teensy 3.2 ? - is it some of the math in the library (POW) forexample ? |
This will allow us to reduce the blocking measurement delay time.
The text was updated successfully, but these errors were encountered: