berkeman said:
Yeah, Indium Tin Oxide -- it's used for the conductors in liquid crystal displays:
http://en.wikipedia.org/wiki/Indium_Tin_Oxide
True, but I'm not aware of any very simple to use product
form of ITO. Usually depositing it in a film requires
high vacuum sputter deposition equipment, or moderately
complex / difficult chemical deposition processes.
More readily available but not transparent choices
would be:
* some of those flat thin "printed wire"
copper foil over flexible mylar backing kinds of
"invisible speaker wire" type cable.
* using some 30ga. (tiny) wire-wrap wire or similarly
thin magnet wire; if you route it out of the way and adhere
it sensibly it would be very low profile.
There are places that sell conductive polyanaline
(a polymer) paint solutions, but they're rather expensive
and not all that commonly available.
You could use a R/S flip flop to toggle things on/off, or
as others have said, something like a TLC555 (the CMOS
versions will have lower power requirements and will let you
use higher resistances and smaller capacitors) for a
triggerable timer that will go off after a some time.
However since you STILL need to detect / interface the
sensor in the first place, why not use a low power
microcontroller like the Texas Instruments
MSP430F2013 which has a (slow) 16 bit analog to
digital converter and a couple of I/O bits that you could
use through PN2222 transistors to turn LEDs ON/OFF.
You could probably use an infrared LED and
a phototransistor hooked to the I/O pins to detect the
beam being modified by a hand / finger.
Or you could use a piezo disc as an accelerometer to detect
somewhat sharp tapping; I'm not sure how well that'd
work going into the slow sigma delta ADC converter; my
guess is that you'd need to oversample it at something
like 1kHz-4kHz thus losing a lot of bits of resolution, but
all you'd need is about 1-2 bits of useful "is it generating
a spike?" information anyway. Or you could feed the
piezo into a comparator with hysteresis and use that,
but in that case you might as well just use a comparator
and TLC555 + transistor for the LEDs.
Actually if you just had a small electret microphone you
could give it (directly) a flick and that'd work well.
Or for that matter if you're willing to touch the sensor itself,
they have a MSP430F2013 application note showing how
to do a capacitive touch sensor with just a couple of
resistors and the chip itself.