Light Sensor TSL230 Help
Tom P
Posts: 97
I would like to monitor six TSL230 light sensors and display them via Debug.
Some sort of program that steps through the different sensors
I would fix the sensivity and scalling to X10 via +/_ pins.
Can anyone help with a program to do this.
Some sort of program that steps through the different sensors
I would fix the sensivity and scalling to X10 via +/_ pins.
Can anyone help with a program to do this.
Comments
The TSL230 has an output enable pin which you'd connect with a pullup resistor to an I/O pin.
You can connect the other pins in parallel. To "step through" the sensors, you'd just initialize
the six I/O pins to HIGH, then step through them setting one to LOW for the measurement,
then setting it to HIGH again. It's easiest if the 6 I/O pins are sequential so you can do:
Will the above example do this?
This is a duplicate thread…You have already posted this at the link below. In the future, please follow up on your original thread rather than starting a new one. If not for replies I would have removed this one already.
http://forums.parallax.com/showthread.php?p=718387
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support