Shop OBEX P1 Docs P2 Docs Learn Events
SSIR Detector. — Parallax Forums

SSIR Detector.

SciTech02SciTech02 Posts: 154
edited 2006-03-13 20:14 in Robotics
Hello, do they still make the SSIR Detector?· I can't find it anywere on Parallax's site.· That is all.······ -SciTech02.

Comments

  • SciTech02SciTech02 Posts: 154
    edited 2006-03-12 00:55
    Never mind, it's discontinued·sad.gif.· Is there somthing similar to it that·I can use?········ -SciTech02.
  • Steve JoblinSteve Joblin Posts: 784
    edited 2006-03-12 01:47
    You could build it yourself... it is pretty simple
  • SciTech02SciTech02 Posts: 154
    edited 2006-03-12 04:17
    How?· I have the IR LED/receiver, but I liked the 3-pin header, and the ability to bolt it on somthing.· Can I make one like that?
  • Steve JoblinSteve Joblin Posts: 784
    edited 2006-03-13 00:56
    Sure you can! You can buy a little perf at Radio Shack and make one yourself... here is a small write up about it...

    [font=Arial+Narrow+Bold0]Infrared Sensor Kit (#28019)[/font]
    ·
    ·
    Using the S.S.I.R Sensor
    This documentation shows how to use the Parallax S.S.I.R board with the Parallax Basic Stamp®
    single-board computer.
    ·
    Packing List
    The contents of the Infrared Sensor Kit package include:
    q····· (1) SSIR Infrared Sensor
    q····· (2) 4-40 Machine Screws, 3/8.
    q····· (2) 4-40 Nut, Zinc Plated
    q····· (1) 90 Degree Mounting Bracket
    q····· (1) 10. Servo Extension Cable
    ·
    Description
    The S.S.I.R board is an infrared detection unit. This unit incorporates a standard IR LED with a 40
    kHz IR receiver. This unit can be configured for basic object detection.
    Size: Width = 15.8 mm, Length = 18.2 mm
    Power Requirements: + 5vdc, 2.6 mA
    [font=Arial+Narrow0][/font][font=Arial+Narrow0][/font][font=Arial+Narrow0][/font]·
    Software Interface
    '{$STAMP BS2}
    DIR0 = 1 .Sets pin 0 to input
    Holdbit VAR BIT .Sets up a variable for the echo
    Start:
    FREQOUT 0,1,38500 .sends out signal to IR LED
    Holdbit = in0 .Stores reply
    DEBUG 1,"sensor = ",DEC Holdbit,cr .displays results
    GOTO Start

    Post Edited (Steve Joblin) : 3/13/2006 1:02:29 AM GMT
  • SciTech02SciTech02 Posts: 154
    edited 2006-03-13 20:14
    Thank you, That answered my question.·smile.gif········· -SciTech02.
Sign In or Register to comment.