Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
Categories: IoT. No Comments on Sensing in IoT
0
(0)

A sensor is an electronic device or circuit that senses a physical environment or condition. Many IoT applications need data generated by the sensors. The sensors send the data/signals via a serial-port interface connected to a microcontroller or a computing device.

 

The block diagram of an IoT device or thing containing some kind of sensor is shown in the figure below:

Sensing in IoT - Sensor Block Diagram

 

Sensors in IoT

Sensors are of two types

  • Analog sensors
  • Digital sensors

 


Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests.


Analog sensors: accelerometers, pressure sensors, light sensors, sound sensors, temperature sensors, etc.

 

Digital sensors: touch sensor, proximity sensor, metal sensor, traffic presence sensor, linear encoder (for measuring linear displacement)

 

Some examples of sensors used in IoT are shown in the below image:

Types of Sensors in IoT

 

Analog Sensors

Analog sensor is a sensor with an associated electronic analog circuit. Analog sensor generates an analog output as per the physical environmental parameter.

 

Resistance of the sensing component may show measurable changes with the surrounding environment such as temperature, strain, pressure, force, flex, gas, etc.

 

A sensor circuit measures the analog output as follows:

  • The output of sensing component is given to input of a signal conditioning and amplifying circuit (SC)
  • The SC output is given as input to the Analog to Digital Converter (ADC)
  • The ADC gives the digital output, for example 8 bits or 16 bits
  • This output is read using a microcontroller which displays or stores the value

 

Following figure shows the analog circuit for a temperature sensor:

Temperature Sensor Block Diagram

 

Analog Sensor

 

Some examples of analog sensors:

Analog Sensor Examples

 

Digital Sensors

A digital sensor is a sensor that gives digital output. An electronic circuit in the digital sensor gives as output 1 or 0, or a sequence of 1s and 0s or both. The digital output is read through a port in a microcontroller.

Digital Sensor

 

The differences between analog sensors and digital sensors are given in the below table:

Analog Sensor vs Digital Sensor Differences

 

Actuators in IoT

An actuator is a device which takes actions as per the input command, pulse or state (0 or 1), set of 1s and/or 0s or control signal. A motor, speaker, LED or other output device converts the electrical input into a physical action.

 

Examples of actuators are: LED, Piezoelectric vibrator or sounder, Speaker, Solenoid valve, Servo motor, Relay switch, Vehicle brakes, Alarm bell, etc.

 

Different types of actuators and examples are given in the image below:

Types of Actuators in IoT

 

References

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Suryateja Pericherla

Suryateja Pericherla, at present is a Research Scholar (full-time Ph.D.) in the Dept. of Computer Science & Systems Engineering at Andhra University, Visakhapatnam. Previously worked as an Associate Professor in the Dept. of CSE at Vishnu Institute of Technology, India.

He has 11+ years of teaching experience and is an individual researcher whose research interests are Cloud Computing, Internet of Things, Computer Security, Network Security and Blockchain.

He is a member of professional societies like IEEE, ACM, CSI and ISCA. He published several research papers which are indexed by SCIE, WoS, Scopus, Springer and others.

Leave a Reply

Your email address will not be published. Required fields are marked *