-
Notifications
You must be signed in to change notification settings - Fork 50
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 VEML7700 Lux sensor #349
Conversation
Just to say I've run the same code on arduino on an esp32-s3 ttgo-dsiplay-s3 and it's working fine, sensible readings returned. |
Code looks good, stalled on adafruit/Adafruit_VEML7700#21 (requirement) |
Resolving in adafruit/Adafruit_VEML7700#22, will re-run this PR once re-released. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK, waiting for Arduino Library Manager to pick up the update for the VEML7700 library so we can re-run then merge in.
Some comments above ☝️
Failed testing, forgot to specify which i2c. Retesting |
Yeah, passed testing, sensor added and returning sane values. |
Merging in. This will be released with Beta 52. |
This adds Vishay VEML7700-TR
Ambient Light Photo Sensor, I2C Output, 550nm, 0-120 000lx Range, 2.5V to 3.6V Supply,
https://www.adafruit.com/product/5378
Relates to adafruit/Wippersnapper_Components#91
Closes adafruit/Wippersnapper_Components#89