opendata-stuttgart / sensors-software

sourcecode for reading sensor data
573 stars 312 forks source link

Implementation of Temt6000 #631

Open stewecar opened 4 years ago

stewecar commented 4 years ago

Hello, this sensor measures illuminance (in lux); it could be useful for those who wants to measure this parameter and for those who want to give energy to the nodemcu by a solar panel. It could be useful also to "calibrate" temperature and humidity in the case the temperature sensor is sun exposed. Thanks!

dirkmueller commented 4 years ago

This is a Sensor with analog output signal, so it needs calibration with esp8266 very weak (from a accuracy point of view) ADC. Would something like the TSL2591 fit as well? It is in the same price range as far as I can see.

stewecar commented 4 years ago

Tsl2591 Is a good one too. Thanks. S.