0% found this document useful (0 votes)
430 views3 pages

INTEGRATION OF SENSOR AND ACTUATORS WITH ARDUINO in IoT

This document discusses integrating sensors and actuators with Arduino for Internet of Things applications. It describes how sensors convert physical measurements into electrical signals and lists common sensor types including temperature, humidity, light, and sound. It provides details on interfacing a digital humidity and temperature sensor with Arduino, including connecting the sensor's power, data, and ground pins. An Arduino library supports reading temperature and humidity values from the sensor.

Uploaded by

Shubham Farkya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
430 views3 pages

INTEGRATION OF SENSOR AND ACTUATORS WITH ARDUINO in IoT

This document discusses integrating sensors and actuators with Arduino for Internet of Things applications. It describes how sensors convert physical measurements into electrical signals and lists common sensor types including temperature, humidity, light, and sound. It provides details on interfacing a digital humidity and temperature sensor with Arduino, including connecting the sensor's power, data, and ground pins. An Arduino library supports reading temperature and humidity values from the sensor.

Uploaded by

Shubham Farkya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

INTEGRATION OF SENSOR AND ACTUATORS WITH

ARDUINO in IoT
Sensors
 Basic electronic Device
 Convert a physical quantity/ measurements into
electrical signals
 Can be analog or digital
Types of Sensors
Some commonly used sensors :

 Temperature
 Humidity
 Compass
 Light
 Sound
 Accelerometer
Sensor Interface with Arduino
Digital Humidity and Temperature Sensor (DHT)
PIN 1,2,3,4 (from left to right)

 PIN 1-3.3V-5V Power supply


 PIN 2- Data
 PIN 3-Null
 PIN 4- Ground

DHT Sensor Library

 Arduino supports a special library for the DHT11 and


DHT22 sensors
 Provides function to read the temperature and
humidity values from the data pin
           [Link]()
           [Link]()
Connection

 Connect pin 1 of the DHT to the 3.3 V supply pin


in the board
 Data pin (pin 2) can be connected to any digital
pin, here 12
 Connect pin 4 to the ground (GND) pin of the
board
Sketch DHT_Sensor

You might also like