IOT — Electronics Sensor

Mohamed Wasim Akram
6 min readAug 11, 2021

--

Internet Of Things
  • Different types of applications require different types of sensors to collect data from the environment. This article takes a look at some common IoT sensors
  • In an Internet of Things (IoT) ecosystem, two things are very important: the Internet and physical devices like sensors and actuators. As shown the bottom layer of the IoT system consists of sensor connectivity and network to collect information. This layer is an essential part of the IoT system and has network connectivity to the next layer, which is the gateway and network layer.
  • The main purpose of sensors is to collect data from the surrounding environment. Sensors, or ‘things’ of the IoT system, form the front end. These are connected directly or indirectly to IoT networks after signal conversion and processing.
  • But all sensors are not the same and different IoT applications require different types of sensors. For instance, digital sensors are straightforward and easy to interface with a microcontroller using Serial Peripheral Interface (SPI) bus. But for analogue sensors, either analogue-to-digital converter (ADC) or Sigma-Delta modulator is used to convert the data into SPI output.

How do sensors work?

  • Sensors react to changing physical conditions by altering their electrical properties. Thus, most artificial sensors rely on electronic systems to capture, analyse and relay information about the environment. These electronic systems rely on the same principles as electrical circuits to work, so the ability to control the flow of electrical energy is very important.
  • Put simply, a sensor converts stimuli such as heat, light, sound and motion into electrical signals. These signals are passed through an interface that converts them into a binary code and passes this on to a computer to be processed.
  • Many sensors act as a switch, controlling the flow of electric charges through the circuit. Switches are an important part of electronics as they change the state of the circuit. Components of sensors such as integrated circuits (chips), transistors and diodes all contain semiconducting material and are included in the sensor circuits so that they act as switches. For example, a transistor works by using a small electrical current in one part of the circuit to switch on a large electrical current in another part of the circuit.

Active and passive sensors

  • Most sensors use radiation such as light or laser, infraredradio waves or other waves such as ultrasonic waves to detect objects and changes in their environment. They can do so by having an energy source inside them that enables them to emit the radiation towards their target object.
  • This radiation is reflected back by the object and detected by the sensor — this is called an active sensor, for example, in the use of radar.

Different Types of Sensors

The following is a list of different types of sensors that are commonly used in various applications. All these sensors are used for measuring one of the physical properties like Temperature, Resistance, Capacitance, Conduction, Heat Transfer etc.

  • Temperature Sensor
  • Proximity Sensor
  • Accelerometer
  • IR Sensor (Infrared Sensor)
  • Pressure Sensor
  • Light Sensor
  • Ultrasonic Sensor
  • Smoke, Gas and Alcohol Sensor
  • Touch Sensor
  • Color Sensor
  • Humidity Sensor
  • Tilt Sensor
  • Flow and Level Sensor

We will see about few of the above mentioned sensors in brief. More information about the sensors will be added subsequently. A list of projects using the above sensors is given at the end of the page.

Temperature Sensor

One of the most common and most popular sensor is the Temperature Sensor. A Temperature Sensor, as the name suggests, senses the temperature i.e. it measures the changes in the temperature.

  • In a Temperature Sensor, the changes in the Temperature correspond to change in its physical property like resistance or voltage.
  • There are different types of Temperature Sensors like Temperature Sensor ICs (like LM35), Thermistors, Thermocouples, RTD (Resistive Temperature Devices), etc.
  • Temperature Sensors are used everywhere like computers, mobile phones, automobiles, air conditioning systems, industries etc.

Proximity Sensors

  • A Proximity Sensor is a non-contact type sensor that detects the presence of an object. Proximity Sensors can be implemented using different techniques like Optical (like Infrared or Laser), Ultrasonic, Hall Effect, Capacitive, etc.
  • Some of the applications of Proximity Sensors are Mobile Phones, Cars (Parking Sensors), industries (object alignment), Ground Proximity in Aircrafts, etc.

Infrared Sensor (IR Sensor)

  • IR Sensors or Infrared Sensor are light based sensor that are used in various applications like Proximity and Object Detection. IR Sensors are used as proximity sensors in almost all mobile phones.
  • There are two types of Infrared or IR Sensors: Transmissive Type and Reflective Type. In Transmissive Type IR Sensor, the IR Transmitter (usually an IR LED) and the IR Detector (usually a Photo Diode) are positioned facing each other so that when an object passes between them, the sensor detects the object.
  • The other type of IR Sensor is a Reflective Type IR Sensor. In this, the transmitter and the detector are positioned adjacent to each other facing the object. When an object comes in front of the sensor, the sensor detects the object.
  • Different applications where IR Sensor is implemented are Mobile Phones, Robots, Industrial assembly, automobiles etc.

Ultrasonic Sensor

  • An Ultrasonic Sensor is a non-contact type device that can be used to measure distance as well as velocity of an object. An Ultrasonic Sensor works based on the properties of the sound waves with frequency greater than that of the human audible range.
  • Using the time of flight of the sound wave, an Ultrasonic Sensor can measure the distance of the object (similar to SONAR). The Doppler Shift property of the sound wave is used to measure the velocity of an object.

What is a Biosensor?

  • Biosensors can be defined as analytical devices which include a combination of biological detecting elements like sensor system and a transducer.
  • When we compare with any other presently existing diagnostic device, these sensors are advanced in the conditions of selectivity as well as sensitivity. The applications of these Biosensors mainly include checking ecological pollution control, in agriculture field as well as food industries. The main features of biosensors are stability, cost, sensitivity, and reproducibility.

Main Components of a Biosensor

  • The block diagram of the biosensor includes three segments namely, sensor, transducer, and associated electrons. In the first segment, the sensor is a responsive biological part, the second segment is the detector part that changes the resulting signal from the contact of the analyte and for the results it displays in an accessible way.
  • The final section comprises of an amplifier which is known as signal conditioning circuit, a display unit as well as the processor.

Working Principle of Biosensors

  • Usually, a specific enzyme or preferred biological material is deactivated by some of the usual methods, and the deactivated biological material is in near contact to the transducer.
  • The analyte connects to the biological object to shape a clear analyte which in turn gives the electronic reaction that can be calculated. In some examples, the analyte is changed to a device which may be connected to the discharge of gas, heat, electron ions or hydrogen ions. In this, the transducer can alter the device linked converts into electrical signals which can be changed and calculated.

Working of Biosensors

  • The electrical signal of the transducer is frequently low and overlay upon a fairly high baseline. Generally, the signal processing includes deducting a position baseline signal, obtained from a related transducer without any biocatalyst covering.
  • The comparatively slow character of the biosensor reaction significantly eases the electrical noise filtration issue. In this stage, the direct output will be an analog signal however it is altered into digital form and accepted to a microprocessor phase where the information is progressed, influenced to preferred units and o/p to a data store.

--

--