Overview
- Object ID : 2369 (2013-04-17)
- Author : BR | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Sensor
- Licence : Other
Content
Demo of TAOS TSL230 light to frequency sensor driver with manual and auto scaling capabilities. This driver uses the INTER-PULSE method to estimate light intensity (i.e. counts ticks between falling edge-rising edge pairs in TSL230 output pulse train). Yields highest possible update bandwidth (>1M samples/sec in bright light) but also more susceptible to noise.
For low bandwidth, higher precision measurements of light intensity, try the “pi” (pulse integration) object, tsl230_pi_demo, instead.