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

[P168] Add VEML6030/VEML7700 Light/Lux sensor #5055

Open
wants to merge 5 commits into
base: mega
Choose a base branch
from

Conversation

tonhuisman
Copy link
Contributor

@tonhuisman tonhuisman commented May 18, 2024

Resolves #2479
And a Forum request

Features:

  • Support for VEML6030 and VEML7700 Light/Lux sensors (nearly the same specs, same data interface)
  • Using a modified version of the Adafruit VEML7700 library (we don't want to use delay calls while waiting for the conversion to complete)
  • Implement the AutoLux mode as provided by the library
  • Included in Collection G, Climate and MAX builds

TODO:

  • Add documentation
  • Testing VEML6030
  • Testing VEML7700 (locally tested)
  • Any feature requests?

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

Successfully merging this pull request may close these issues.

Please add VEML7700 sensor
2 participants