Ir-led & Ir-Receiver
Archiver
Posts: 46,084
Hi, how knows the market model or the technical specifications of ir-
led and ir-receiver that Parallax sells?
Im experimenting problems with a standard ir-led (blue color) & 8601
ir-receiver.
Help me!
led and ir-receiver that Parallax sells?
Im experimenting problems with a standard ir-led (blue color) & 8601
ir-receiver.
Help me!
Comments
i am currently using this setup and subprogram for my irdet
view the attachment for the scematic. i'm sorry the scematic is a little messy
''{$STAMP BS2}
IrOUt con9 'this goes to the + on the ir led
irIn Var 10 ' this comes out of the signal line on the irDet
irBits VAR Nib
IrRight VAR irBits.BIT0
Read_Right_irDet:
FREQOUT IrOut,1,38500 ' note 38000 may need to be used
ir =~IrIn
IF Ir = 1 THEN
' this tell the program where u wana go if you get a
signal
IF Ir = 0 THEN
' this tells the program where u wana go if you don't get
a signal
GOTO ......
i hope this works for you
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
[noparse][[/noparse]Non-text portions of this message have been removed]