UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.39k stars 437 forks source link

Driver for Vishay VEML7700 ambient light sensor #491

Closed Th3Link closed 1 year ago

Th3Link commented 1 year ago

Device name

veml7700

Device description

An easy to integrate ambient light sensor with I2C interface.

Device product page URL

https://www.vishay.com/en/product/84286/

Datasheet URL

https://www.vishay.com/docs/84286/veml7700.pdf

Can the device be purchased at any of the followings?

URLs to purchase the device

https://www.mouser.de/ProductDetail/Vishay-Semiconductors/VEML7700-TR?qs=BcfjnG7NVaWcZHs8m27pyQ%3D%3D

https://www.digikey.de/en/products/detail/vishay-semiconductor-opto-division/VEML7700-TR/5820243

https://www.amazon.de/Interface-Sensor-Lichtsensormodul-Raspberry-VEML7700/dp/B09HWXTCN2/ref=sr_1_2_sspa?__mk_de_DE=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=3L92ECZC98HD1&keywords=veml7700&qid=1672597846&sprefix=veml7700%2Caps%2C176&sr=8-2-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&psc=1

Other implementations

I already implemented it, working on cleanup, tests and pull request.