kizniche / Mycodo

An environmental monitoring and regulation system
http://kylegabriel.com/projects/
GNU General Public License v3.0
2.94k stars 492 forks source link

Add AS7341 light spectrum input #1253

Closed mrgnr closed 1 year ago

mrgnr commented 1 year ago

Add AS7341 multi-wavelength light sensor used in e.g. https://www.adafruit.com/product/4698. This implementation uses Adafruit's CircuitPython library for AS7341.

I own this sensor and have tested it with Mycodo. Below is a graph showing captured data:

mycodo-as7341

kizniche commented 1 year ago

Thanks for the PR. This looks great.