Skip to main content

social

pop

Infrared Sensor | what is an infrared sensor

IR Sensor

An IR sensor is an electronic device that emits and/or detects infrared radiation produced in order to detect some parts of the environs or surrounding. In other words it is an electronic device which is used to sense heat & objects. It works by sensing IR radiations and variation of heat to detect some part of the surrounding. So they can be classified as a thermal infrared sensor which detects the change in heat from its nearby objects and as photo IR sensor which uses a photo diode to sense IR radiations.
Infrared sensor
An Infrared sensor (photo IR sensor)

Infrared transmitter

An infrared transmitter is a light emitting diode (LED) which emits infrared radiations. These IR radiations are not visible to the human eye unlike simple LEDs which emits visible light. The picture of a typical Infrared LED is shown below. IR transmitter consumes about 3 to 5 mA of current when operated at the nominal voltage (5V) and can be modulated to produce particular frequencies of infrared light.
infrared transmitter
An infrared light emitting diode (infrared transmitter)


Infrared receiver

Infrared receivers also called as "infrared sensors", are designed to detect infrared radiations from IR transmitters. IR receivers come in the form of photodiodes or phototransistors and are different from normal photo diodes as they detect only infrared radiation. When used in a combination mode with an IR transmitter, its wavelength should match with that of the transmitter.
infrared receiver
An infrared receiver

The infrared portion in the electromagnetic spectrum is divided into three regions having different wavelengths (λ).
·   Near infrared region : 700 nm ≤ λ ≤ 1400 nm used in typical IR sensors, fiber optic
  • Mid infrared region : 1400 nm ≤ λ ≤ 3000 nm used in heat sensing
  • Far infrared region : 3000 nm ≤ λ ≤ 1 mm used in thermal imaging
The physics behind infrared sensors is governed by three laws:
1.      Planck’s radiation law: Every object at a temperature (T) not equal to 0K emits radiation. All the surrounding objects generate different form of thermal radiation.
2.      Stephan Boltzmann law: At all wavelengths, the total energy emitted by a black body is proportional to the fourth power of the absolute temperature.
3.      Wein’s Displacement Law: Objects of different temperature emit spectra that peak at different wavelengths. These wavelengths are inversely proportional to the temperature.

Related:

Types of infrared sensorsCircuit and working principle of an infrared sensor


Ref:

Olome Baudouin E. "Design and realization of an automatic industrial sorting machine", University of Bamenda, July 2019.

Working principles and applications of infrared sensors, Htttp://en.m.wikipedia.org, Htttp://en.m.wikipedia.org/wiki/linear_regulator

Popular posts from this blog

How to Install Proteus 8 Professional: A Step-by-Step Guide

 How to Install Proteus 8 Professional: A Step-by-Step Guide Proteus 8 Professional is a powerful tool for electronic circuit design and simulation. Whether you’re a student, hobbyist, or professional engineer, following a clear installation process ensures you get started without headaches. Are you ready to start designing and simulating electronic circuits with Proteus 8 Professional!   Here’s a comprehensive, guide to installing Proteus 8 Professional on your Windows PC. Step 1: Download the Installer ·        Visit the official Labcenter Electronics website or another trusted source to download the Proteus 8 Professional installer. Avoid unofficial sources to prevent malware or corrupted files . You can download from HERE DOWNLOAD PROTEUS AND ARDUINO ·        The installer typically comes as a ZIP file. Wait for the download to finish and locate it in your Downloads folder Step 2: Extract the Installer...

Interfacing a 16X4 LCD

Interfacing 16X4 LCD Simulation is done with Proteus ISIS code: MikroC Requirements: 16X4 LCD PIC16F877A 8 MHz oscillator A variable resistor (5k) 22pF capacitor A resistor (10k) Circuit Diagram of 16X4 LCD and code is shown below  // Begin LCD configuration sbit LCD_RS_direction at TRISB0_bit; sbit LCD_EN_direction at TRISB1_bit; sbit LCD_D4_direction at TRISB2_bit; sbit LCD_D5_direction at TRISB3_bit; sbit LCD_D6_direction at TRISB4_bit; sbit LCD_D7_direction at TRISB5_bit; sbit LCD_RS at RB0_bit; sbit LCD_EN at RB1_bit; sbit LCD_D4 at RB2_bit; sbit LCD_D5 at RB3_bit; sbit LCD_D6 at RB4_bit; sbit LCD_D7 at RB5_bit; // End of LCD configuration void main() { char txt1[]="welcome to 16x4"; char txt2[]="LCD display";   char txt3[]="by"; char txt4[]=" EKETECH "; TRISB=0X00;   // Configure PORTB as output PORTB=0X00;        // initialise PORTB while(1)       ...

Intermediate switch connection and wiring diagram

Intermediate switch An intermediate switch is a switch which permits the control of a lighting point from three positions. In order to control this lighting point from the three positions, the intermediate switch is connected together with two other 2-way switches. Application: it can be used in lighting a room or hall having 3 entrances , it can also be used in long corridors and staircases. We shall be looking at these connections. Connection diagram of intermediate switching Below is an illustration of the connection. The brown lines indicated on the diagram are the switching contacts. The switch labelled 2 is an intermediate switch . The figure below is the configuration of an intermediate switch. The switch labelled 1 and 3 in the first diagram are two-way switches.  Click here to know more about two-way switches . ON and OFF positions of intermediate switching ON positions OFF positions Staircase wiring layout using an inte...