Shop OBEX P1 Docs P2 Docs Learn Events
Discontinued IR Sensor — Parallax Forums

Discontinued IR Sensor

Patrick DPatrick D Posts: 62
edited 2007-09-30 18:36 in Robotics
A few years ago I bought a couple of IR sensors that Parallax has since discontinued. The sensor is a small board w/ an IR emitter/detector pair. I can't remember the name it was marketed under, but the name contains the initials of the guy at Parallax who designed it. Can someone please give me the link to the pdf documentation of this?

Was there a problem with this device, or was it discontinued because the engineer is no longer w/ Parallax?

Thanks

Comments

  • Patrick DPatrick D Posts: 62
    edited 2007-09-29 12:41
    I found it - it is the SSIR www.parallax.com/detail.asp?product_id=28019

    can anyone answer my question about why is was discontinued?

    thanks
  • D FaustD Faust Posts: 608
    edited 2007-09-29 13:27
    It looks like it was replaced by the QTI sensor. Maybe so it could fit side by side under the boe bot?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    LOOKDOWN ThisThread, [noparse][[/noparse]Your_?, My_?, Cool_Thing], looknum
    LOOKUP looknum, [noparse][[/noparse]1, 2, 3], subnum
    ON subnum GOTO Hope_this_helps, Thanks!, WOW!!
    END 
    
  • Steve JoblinSteve Joblin Posts: 784
    edited 2007-09-30 18:36
    I don't know why it was discontinued... but it was a great little product... the best part was that the design only used one Stamp pin... Here is all the info you need so you could make one yourself!



    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
    attachment.php?attachmentid=49657·attachment.php?attachmentid=49658
    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
    253 x 163 - 4K
    362 x 130 - 5K
Sign In or Register to comment.