Can anyone suggest any good books on infrared

  • Thread starter Thread starter StealthRay
  • Start date Start date
  • Tags Tags
    Books Infrared
AI Thread Summary
The discussion revolves around finding comprehensive resources on infrared technology, particularly for controlling actuators via PLCs. The user seeks books that cover both theory and practical design applications, but finds most available literature focuses heavily on theory without addressing sensor design. Suggestions include exploring infrared remote control standards and utilizing packaged receiver modules that integrate phototransistors and amplifiers. It is emphasized that for short-range applications, complex optics are unnecessary, and the focus should be on the logic for driving signals and receiving them. Overall, the user is encouraged to research standards for IR communication to find suitable components for their project.
StealthRay
Messages
51
Reaction score
0
Hello,

I am currently doing a project where the PLC will control the actuators based on the infrared signal.

Is there any good books that covers everything from theories (basic of infrared),design and application (control)?

I tried googled some of the books but the table of contents provided didnt looks promising.The books focus too much on theory and there isn't any design and etc.
 
Engineering news on Phys.org
There probably aren't too many resources specific to remote infrared communications because general optical principles apply equally to visible and near infrared and communications protocols are well covered elsewhere. Which of these two broad categories is your main concern? Maximal range is attained when the beam is well collimated so you want to look into collimation optics. On the receiver end, the optics want to see as narrow a field of view as possible so the design will be similar to refractive telescopes and sinmilar optical systems. If range is not an issue, these become less important.
 
Sorry,I am acutally rather weak in this field.That is the reason why I was looking for a good book to learn from theory to application.

Then i will try to design for my project.There will be 1 transmitter attached to a moving object and there are 3-4 receiver which will detect the signal.The 1 receiver which detect the signal will then energize the PLC input module and the PLC energizes the output accordingly.Ya,the range will be quite narrow so only 1-2 receiver will detect the signal at a time.

The above are my concepts and I would like to learn more on the sensors part so I can start designing the circuit and interface for the project.

Is there any good book which I can learn something infrared and the design?
 
Infrared sensors for commincations and signalling are nothing more than phototransistors sensitive to near infrared. There are packaged receiver modules which include the IR phototransistor and and amplifier which may or may not include some sort of noise rejection circuitry. The transmitter part is nothing more than an LED. This can be driven, like any LED, directly by logic such as a microcontroller; the fact that it happens to emit near IR rather than visible light is irrelevant to the design considerations. At this point, it's necessary only to determine what sort of signal you need to send ( a digital code or just a simple on/off), devise logic to drive that signal appropriately and then decode and act on it. Forget the fact that it's IR for now and just design the logic to 1) drive an LED with a desired signal and 2) to receive the signal from a photodiode or transistor and act appropriately. The rest will pretty much fall into place. Since you say it's short range, optics are unecessary (think TV remote here).
 
StealthRay said:
Sorry,I am acutally rather weak in this field.That is the reason why I was looking for a good book to learn from theory to application.

Then i will try to design for my project.There will be 1 transmitter attached to a moving object and there are 3-4 receiver which will detect the signal.The 1 receiver which detect the signal will then energize the PLC input module and the PLC energizes the output accordingly.Ya,the range will be quite narrow so only 1-2 receiver will detect the signal at a time.

The above are my concepts and I would like to learn more on the sensors part so I can start designing the circuit and interface for the project.

Is there any good book which I can learn something infrared and the design?

I googled IR remote control +standards, and got lots of good hits. Check out the hit list for primers, tutorials, etc:

http://www.google.com/search?source...L_enUS301US302&q=ir+remote+control++standards

.
 
Thank you for all the replies.

I am going to library today and hopefully can get some information on this.

Edit:
I went to the library but most of the books are related to optical communication,digital signal processing and so on.None of this topics talks about sensors in particular,the theory and application.

Which area should I research on if I just wanted to have simple sensors to provide signal for the for the PLC to control the actuators?
 
Last edited:
StealthRay said:
Thank you for all the replies.

I am going to library today and hopefully can get some information on this.

Edit:
I went to the library but most of the books are related to optical communication,digital signal processing and so on.None of this topics talks about sensors in particular,the theory and application.

Which area should I research on if I just wanted to have simple sensors to provide signal for the for the PLC to control the actuators?

I think the hit list I posted should have some useful resources on what standards are out there for simple IR remote control. I'd stick with one of those standards, since you can buy some good-quality transmitters and receivers that have all the coding and modulation/demodulation built into them, and they are inexpensive.
 
Back
Top