Shop OBEX P1 Docs P2 Docs Learn Events
programming the Basic STAMP for the touch sensor — Parallax Forums

programming the Basic STAMP for the touch sensor

ArchiverArchiver Posts: 46,084
edited 2004-02-23 19:41 in General Discussion
Does anyone know a basic circuit and code for using the Quantum
Touch Sensor (QT110) with the Basic Stamp? Thx!

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2004-02-23 19:03
    >Does anyone know a basic circuit and code for using the Quantum
    >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
  • ArchiverArchiver Posts: 46,084
    edited 2004-02-23 19:41
    --- In basicstamps@yahoogroups.com, "sarah_culberson" <
    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
Sign In or Register to comment.