Infrared Receiver


Closed Thread
Results 1 to 10 of 10
  1. #1
    Join Date
    Jan 2006
    Posts
    31

    Default Infrared Receiver

    Hi

    Anybody who knows how to receive a decoded infrared signal in PICBASIC and turn on an appropriate relay connnected to portB. 8 relays are connected to portb and IR Receiver in PortA.0. I'm using TSOP1236 IR Receiver.

  2. #2
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default Bruce explains it here.

    Here is a nice tutorial Bruce made available on his website


    http://www.rentron.com/PicBasic/IR_Chips.htm

  3. #3
    teverett's Avatar
    teverett Guest


    Did you find this post helpful? Yes | No

    Default Transmitter needed

    You would need to pick a IR transmitter. They emit very different signals. (the TSOP1236 IR will receive and decode all of them). Sony, sharp or philips ... each transmits IR differently.

    http://www.hifi-remote.com/infrared/IR-PWM.shtml

  4. #4
    Join Date
    Feb 2003
    Posts
    432


    Did you find this post helpful? Yes | No

    Default

    Best to use a 38kHz receiver rather than 36kHz if you are planning on decoding various protocols.

    Philips (RC5 RC6 RCMM) tend to be 36kHz and uses Manchester Encoding

    NEC tend to be 38kHz and uses space encoding

    Sony tend to be 40kHz and uses pulse encoding

    Sensitivity of the receiver drops off outside its designated centre frequency so 38k works best as a generic receiver. eg TSOP1238, TSOP1838, TSOP4838 etc
    Keith

    www.diyha.co.uk
    www.kat5.tv

  5. #5
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    TSOP1100 handles 33-57kHz carriers.

  6. #6
    Join Date
    Feb 2003
    Posts
    432


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by dhouston
    TSOP1100 handles 33-57kHz carriers.
    Thats useful to know.

    Thanks Dave
    Keith

    www.diyha.co.uk
    www.kat5.tv

  7. #7
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default Tsop1100 ?

    THANK GOD FOR GOOGLE!
    http://www.datasheetcatalog.com/data...TSOP1100.shtml
    Or lots of us would sure be in the dark , Could I be the only one out here who didn't know what a TSOPxxxx was?
    JS

  8. #8
    Join Date
    Jan 2006
    Posts
    31


    Did you find this post helpful? Yes | No

    Default follow-up inquiry on infrared decoder

    Thanks a lot guys, but for now, i will NOT focus myself on the programming. Maybe later. What I would like to know is basically the detailed & simple technical functionality on how an infrared receiver works (layman explanation).

  9. #9
    Join Date
    Jan 2006
    Posts
    31


    Did you find this post helpful? Yes | No

    Default emavil's reply

    Quote Originally Posted by teverett
    You would need to pick a IR transmitter. They emit very different signals. (the TSOP1236 IR will receive and decode all of them). Sony, sharp or philips ... each transmits IR differently.

    http://www.hifi-remote.com/infrared/IR-PWM.shtml
    thanks a lot everett, that was an excellent reference. I will study the explanations and make it as a reference.

  10. #10
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by emavil
    Thanks a lot guys, but for now, i will NOT focus myself on the programming. Maybe later. What I would like to know is basically the detailed & simple technical functionality on how an infrared receiver works (layman explanation).
    This page gives a brief explanation of the fundamentals although it is more from the transmitter side of things.The datasheets for any of the TSOPxxxx receivers have a block diagram that gives a good explanation of how they work. Basically, they have a photosensitive element that reacts to the 940nM wavelength of the IR typically used in consumer IR (CIR) and then a bandpass filter designed for the carrier frequency used followed by a low pass filter that demodulates the carrier. The output is the data envelope of the signal that was transmitted.

Similar Threads

  1. RC5 code for infrared receiver
    By Dennis in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 11th January 2017, 12:34
  2. Replies: 17
    Last Post: - 12th April 2014, 02:17
  3. 433 Mhz Data Receiver
    By Pesticida in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 29th November 2010, 02:26
  4. RC Servo Receiver
    By Ioannis in forum General
    Replies: 2
    Last Post: - 23rd October 2007, 06:56
  5. receiver can not receive signal
    By nicolelawsc in forum Schematics
    Replies: 1
    Last Post: - 19th May 2006, 08:01

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts