-
Notifications
You must be signed in to change notification settings - Fork 30
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
Offset registry missing #21
Comments
pull requests are welcome! |
Is it done? I would like to see that code. |
Hi, @DanielMartensson |
Hi @ajsb85 Also take a look here. You might like Unscented Kalman Filter in pure 100% C code. |
Hi! |
Can you point to where/how the linked Sparked fun library is supporting this? They #def the register: Also no obvious getter/setter func for this? |
Notice that VL6180 and VL6180X is the same sensor. VL6180X has only the ALS sensor included. The ranging is the same for them both. |
Where in the Sparkfun library is the In general, it looks like all that is needed is getter/setter for that register. But if there's more to it, would help to see example source code. |
Good question! |
And it looks like the pololu library only updates the existing setting to adjust it for new scale settings: |
I've submitted a pull request for this, and it has been approved. Not sure when it will be released, but you can probably find the new code and put the .h and .c onto your computer yourself... |
Application note AN4545
VL6180X basic ranging application note
Other libraries that support this settings:
https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library
https://github.com/pololu/vl6180x-arduino
The text was updated successfully, but these errors were encountered: