programming the Basic STAMP for the touch sensor
Archiver
Posts: 46,084
Does anyone know a basic circuit and code for using the Quantum
Touch Sensor (QT110) with the Basic Stamp? Thx!
Touch Sensor (QT110) with the Basic Stamp? Thx!
Comments
>Touch Sensor (QT110) with the Basic Stamp? Thx!
Hi Sarah,
It's pretty simple. Just hook their demo circuit uing the Stamp Vdd
and Vss for power. Hook the digital output from the QT110 to a Stamp
input, say p0, and viola,
DO
DEBUG bin in0
LOOP
should show when you touch the input plate.
-- Tracy
sarah_culberson@y...> wrote:
> Does anyone know a basic circuit and code for using the Quantum
> Touch Sensor (QT110) with the Basic Stamp? Thx!
Sarah,
There is good documentation and discussion of the Quantum Touch Sensor
at http://stage.itp.tsoa.nyu.edu/~mk1062/pcomp/research/
Carl