Rymapt / ethoscope

a platform from monitoring animal behaviour in real time from a raspberry pi
http://gilestrolab.github.io/ethoscope/
GNU General Public License v3.0
0 stars 2 forks source link

Add the illuminance from the TSL2591 to the conditions database #51

Closed mark-grimes closed 7 years ago

mark-grimes commented 7 years ago

Adds files to control the TSL2591 light sensor (originally in the EnvMonitorSensors repository), and also adds the illuminance to the conditions database.

Note that this does nothing to change the DQM - that still uses the camera gain for the light value.

mark-grimes commented 7 years ago

Just found out that smbus is not installed by default, so on new systems this breaks. I'll put in another pull request to add smbus to the dependencies.