Overview
- Object ID : 2377 (2013-04-17)
- Author : BR | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Sensor
- Licence : Other
Content
TAOS TSL230 light to frequency sensor driver. Uses the PULSE INTEGRATION method to estimate light intensity (i.e. pulse outputs from TSL230 are accumulated for a fixed period of time). Based on the original object by Paul Baker, with various modifications including use of a moving average filter in the assembly routine to smooth the output.
For high bandwidth, less precise measurements of light intensity, try the “ip” (interpulse) object, tsl230_ip_demo, instead.