SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3092
IoT BASED INTERACTIVE DISPLAY UNIT USING RASPBERRY PI
Swetha Mary R1, Preethi C2, Dr. Kamatchi Sundari V3
1,2Student, Dept. of ECE, Prince Shri Venkateshwara Padmavathy Engineering College, Tamil Nadu, India
3Professor, Dept. of ECE, Prince Shri Venkateshwara Padmavathy Engineering College, Tamil Nadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In today’s modern world, intelligent systems are
present in smart phones and tablet-based Computers. In
future, more intelligent devices will came into existence. One
such intelligent device is this smart display unit. The mainaim
of the proposed system is to extend the availability of smart
systems. The system acts as a smart display which displays
date, time, temperature and humidity, recognizes face for
security purpose and recognize speech to send mail, save
documents and display weather report. This system is built
with raspberry pi, camera, and some sensors whichisperfectly
suitable for smart homes. Weather reports are extractedfrom
the IoT (weather cloud) through Application Program
interfacing with the display unit. It analyzes our speech by
using mobile Bluetooth and result gets displayed in display.
That designed smart display has advantage of small size and
less weight and more compact to use and it is suitable for
families.
Key Words: Raspberry Pi, Linux, Interactive Display,
Weather Cloud, Mobile Bluetooth, Motion sensing and
Face recognition.
1. INTRODUCTION
Effective time management and security are
essential factors in increasing production of day-to-day life.
Time management is possible through Integration of
technology into people’s daily lives.Theuseofproductssuch
as tablets, PCs, and smart phoneshavegivenpeopleaccessto
the tools needed to be productive. However, though
successful technological productshavebeenusedtoincrease
productivity, the use of technology has become anothertask
on everyone’s daily to-do list.
Technology should mold to our schedule, not the
other way around. That is where the "Smart" display unit
idea originated. "Smart" display units have been envisioned
for years, part of the broader trend in imbuing everyday
objects with various "smarts" to improve our lives. The
smart display unit idea aimed to integrate technology
seamlessly into people’s lives by putting it whereeveryone’s
routine eventually collides.Thegoal ofthesmartdisplayunit
is to increase a user’s productivity by saving their time.
The smart display makes the smart buildings
smarter. The Raspberry Pi 3 model B is used in this project.
It displays the date, time temperature and humidity.The PIR
sensor is used for motion recognition. When it detects any
motion the camera is turned on and the image is captured.
Face recognition is done using Haar cascade
algorithm. When the image is authorized, it waits for voice
commands. Else the imageof theunauthorizedpersonissent
through Gmail with a alert message and a link to see what is
happening in house. Speech recognitionisdoneusingmobile
Bluetooth to take notes and create a document, send mail
and get weather updates using weather cloud.
1.1 INTERNET OF THINGS
The Internet of Things (IoT) isa interrelatedcomputing
device that are provided with unique identifiers (UIDs). It
has an ability to transfer data over a network without
requiring human interaction. So it is mostly used in wireless
technologies. Here it is used to access weather cloud and
acquire weather updates. By this technology people can
easily interact with the devices.
2. RASPBERRY PI
Raspberry pi 3 Model B, which is used here is a third
generation Raspberry Pi. It is a powerful credit card sized
single board microcomputer. SD card is used for storage
purposes. Since there is a need for internet access to use IoT,
Raspberry Pi 3 model b which has Bluetooth and Ethernet
connectivity. It is 10 times faster than the 1st generation
Raspberry Pi.
2.1 SPECIFICATIONS OF RASPBERRY PI 3
Table -1: Features of Raspberry Pi 3
Board Raspberry Pi 3 Model B
Processor Broadcom BCM2837
CPU core Quadcore ARM Cortex-A53, 64 bit
RAM 1 GB
GPIOs 2 X 20 Pin Header
USB Ports 4 X USB 2.0
Wireless
Connectivity
802.11n Wireless LAN and Bluetooth
4.1
3. SYSTEM DESIGN
The InteractiveDisplayconsistsofRaspberryPi3whichis
the heart of the system. Linux OS is installed using SD card.
Python language is used for programming in Raspberry Pi.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3093
PIR(Passive Infrared Sensor) sensor is used for motion
analysis. It detects the moment of any human or animals.
When a human passes in front of the system infrared
radiation will change the output voltage and this change is
considered as motion detected. Once motion is detected, the
camera is turned ON. It is a method for reducing power
consumption.
DHT (Digital Humidity and Temperature) sensor is
connected to Raspberry Pi in order to display the current
room temperature and humidity.
Mobile Bluetooth is used for giving speech input. The
system acts according to the given voice input and execute a
set of tasklike sending Gmail,creating word document,view
current and forecast weather updates, etc.
API interface is used to access Gmail for authentication
processes. When an unauthorizedpersonisdetected,his/her
image is captured and send to the authorized person’s Gmail
with a link in order to see live stream. The system block
diagram is shown in Fig -1.
Fig -1: System Block Diagram
4. DESIGN OF SYSTEM HARDWARE
As shown in Fig-2, the hardware components are
connected to the GPIO (General Purpose Input Output) pins
of Raspberry Pi 3. It consists of four supplypins,eightground
pins and others are the general purpose pins
In PIR Sensor, the supply, Gnd and Vcc are connected to
the corresponding GPIO pins. In Temperature sensor, the
data pin, Vcc, ground are connected to the left out
corresponding GPIO pins.
Fig – 2: Pin Diagram
5. AUTHENTICATION PROCESS
In authentication, the human face is recognized using
Haar cascadealgorithm. If itisunauthenticated,itsendaalert
mail with a link to watch the live happenings. It can be used
for security purposes.
5.1 Haar Cascade algorithm
Haar cascade algorithm is a machine learning based
approach. The cascadefunctionistrainedfroma positiveand
negative images. The algorithm has four stages,
• Haar Feature Selection
• Creating Integral Images
• Adaboost Training
• Cascading Classifiers
The first step is to create a dataset in the name of an
authorized person which consists of his/her images. When
the camera is ON, the captured image getscomparedwiththe
images in dataset.
In Haar feature selection, the image is divided into
multiple windows. These images are converted into a matrix
based on gray scale intensity. The faced and unfaced images
are separated using Adaboost training. Cascading classifiers
are used to select the unique features in the face forspeeding
up the process.
Each saved feature in the data set is compared with the
feature of the current image. If more number of features are
similar then that dataset name gets displayed in the screen.
If the features are not recognized, then it is considered to
be an unauthorized person. Automatically the device sends
the person’s image through Gmail.
Raspberry
Pi 3
Temperature
Sensor
Camera
PIR Sensor
WI-FI
Display
Mobile
Bluetooth
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3094
6. FLOW CHART
Fig -3: Process Flow
When the device is ON, the default parameters like
date, time, temperature and humidity gets displayed. If
motion is detected by the PIR sensor, authenticationprocess
is carried out.
In case of authorized person,thenameoftheperson
is displayed and it waits for the voice commands displaying
“waiting for voice command” as shown in Fig-4.
Fig -4: Displayed Parameters
The processes like sending mail, creating
word document, getting weather reports can be executed
using voice command through mobile Bluetooth. One such
execution is shown in fig -5.
Fig -5: Weather Report
For emergency purposes, instead of creating the
word document, we can give voice input which can be
converted into text document as shown in Fig-6 and Fig -7.
Through the same voice input, the document can be sent to
any e-mail ID.
Fig -6: Taking notes
Fig -7: Created Text Document
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3095
If the authentication fails, the person’s image issent
to the registered Gmail through API interfacing. The mail
also includes a link to see what is happening in live stream.
7. CONCLUSION
The smart display developed bya hostRaspberryPi,
a Single board computer which is connected to the network
via Wi-Fi, weather information obtained through API of
weather cloud, date, time, room temperature will gets
displayed in the smart display unit. The user can interact
mobile through APP and user can communicate through
voice synthesis module. Thus the system could also be
extended with voice controls and GPIOs. Andthedisplaywill
respond according to the user. Imagesarecapturedbased on
motion detection and sentto theserverwheregetssubjected
to a face recognition procedure. Thus, it suggest that the
developed recognition procedure is able to achieve a
accuracy on the dataset. This shows a feasibility of the
system as a low cost component for home automation. The
system also contributed to a higher level of security. Smart
display design which has enough advantages like simple to
use, small size, user friendly and it suitableforfamilyhomes.
REFERENCES
1) Alexander Kuranov,Rainer Lienhart,Vadim Pisarevs
ky (Jan 2003) ‘Empirical Analysis of Detection
Cascades of Boosted Classifiers for Rapid Object
Detection’ In: MichaelisB., Krell G. Pattern
recognitio, Vol 2781.
2) Amir O. Herbawi, Ayman A. Wazwaz, Mohammad J.
Teeti, Sajed Y. Hmeed (May 2018)‘RaspberryPiand
compute-based face detection and recognition
system’ 4th International Conference on Computer
and Technology Applications (ICCTA).
3) Burcu Kır Savaş, Summeyya İlkin, Yasar berkilikin
(May 2016) ‘The realization of face detection and
fullness detection in medium byusingHaarCascade
Classifiers’24th Signal Processing and
Communication Application Conference(SIU).
4) David Irwin, Dilip Kumar Krishnappa, Eric Lyons
(Dec 2012) ‘Cloud Computing For Short-Term
Mobile Weather Forecast’ IEEE 31st International
Performance Computing and Communications
Conference (IPCCC).
5) Fatma Ok, Hakan Ucgun, Murat Can, Ugur Yuzgen
(Oct 2017) ‘Smart mirror applications with
raspberry Pi’International ConferenceonComputer
Science and Engineering(UBMK).
6) Kruti Goyal, Kartikey Agarwal, Rishi Kumar (April
2017) ‘Face detection and tracking : Using OpenCV’
International Conference of Electronics,
CommunicationandAerospaceTechnology(ICECA).
7) Mrs. Mikhal John (June 2017) ’Comparative Study
On Various System Based On Raspberry-Pi
Technology’, International Journal of Advanced
Research in Computer Science.
8) Mustafa Turkay (Jan 2017) ‘Object Detection and
Tracking for Real Time Field Survelliance
Applications’, University of Turkish Aeronautical
Association.
9) Sudhakar.M, Vandana Khare, D VijayKrishna Kanth
(July 2017) ‘Speech to text conversion & display
using Raspberry Pi’, IOSR Journal of Computer
Engineering(IOSR-JCE),Volume 19,Issue 4..
10) Susamma Barua (Feb 2001) ‘An interactive
multimedia system on computer architecture,
organization, and design’, IEEE Transaction on
education, Volume: 44, Issue 1.
11) Xianghua Fan, Fuyou Zhang, Haixia Wang, Xiao Lu
(May 2012) ‘Facial Recognition Using OpenCV’,
Chinese Control and Decision Conference(CCDC).

More Related Content

What's hot

IRJET- Home Automation System using IoT
IRJET- Home Automation System using IoTIRJET- Home Automation System using IoT
IRJET- Home Automation System using IoTIRJET Journal
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET Journal
 
IRJET - Smart Classroom Automation based on IoT
IRJET -  	  Smart Classroom Automation based on IoTIRJET -  	  Smart Classroom Automation based on IoT
IRJET - Smart Classroom Automation based on IoTIRJET Journal
 
Application OF IoT in Military Service
Application OF IoT in Military ServiceApplication OF IoT in Military Service
Application OF IoT in Military Serviceijtsrd
 
Introduction to ibm internet of things foundation
Introduction to ibm internet of things foundationIntroduction to ibm internet of things foundation
Introduction to ibm internet of things foundationBernard Kufluk
 
Comparative Study on Various System Based on Raspberry-Pi Technology
Comparative Study on Various System Based on Raspberry-Pi TechnologyComparative Study on Various System Based on Raspberry-Pi Technology
Comparative Study on Various System Based on Raspberry-Pi TechnologyIRJET Journal
 
IRJET - Organisation Automation Using Android Mobile Application
IRJET - Organisation Automation Using Android Mobile ApplicationIRJET - Organisation Automation Using Android Mobile Application
IRJET - Organisation Automation Using Android Mobile ApplicationIRJET Journal
 
Internet of Things TDC 2013
Internet of Things   TDC 2013Internet of Things   TDC 2013
Internet of Things TDC 2013Cezar Taurion
 
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning AlgorithmIRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning AlgorithmIRJET Journal
 
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
IRJET-  	  Ambient Reflector– An IoT based Smart Notice Board SystemIRJET-  	  Ambient Reflector– An IoT based Smart Notice Board System
IRJET- Ambient Reflector– An IoT based Smart Notice Board SystemIRJET Journal
 
IRJET- A Inference Model for Environment Detection using IoT and SVM
IRJET- A Inference Model for Environment Detection using IoT and SVMIRJET- A Inference Model for Environment Detection using IoT and SVM
IRJET- A Inference Model for Environment Detection using IoT and SVMIRJET Journal
 
Smart Laboratory
Smart LaboratorySmart Laboratory
Smart Laboratoryijtsrd
 
Internet of Things - From hype to reality
Internet of Things - From hype to realityInternet of Things - From hype to reality
Internet of Things - From hype to realityKim Escherich
 
IoT Report 2015: Business at the Speed of IT
IoT Report 2015: Business at the Speed of ITIoT Report 2015: Business at the Speed of IT
IoT Report 2015: Business at the Speed of ITSolarWinds
 
Internet of Things and IBM
Internet of Things and IBMInternet of Things and IBM
Internet of Things and IBMArrow ECS UK
 
IRJET- Real Time Notice Display System using Cloud
IRJET-  	  Real Time Notice Display System using CloudIRJET-  	  Real Time Notice Display System using Cloud
IRJET- Real Time Notice Display System using CloudIRJET Journal
 
IRJET- An Alert System for Home Security based on Internet of Thing
IRJET- An Alert System for Home Security based on Internet of ThingIRJET- An Alert System for Home Security based on Internet of Thing
IRJET- An Alert System for Home Security based on Internet of ThingIRJET Journal
 
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...IRJET Journal
 
Next Decade of Internet of Things and its
Next Decade of Internet of Things and itsNext Decade of Internet of Things and its
Next Decade of Internet of Things and itsRuma Shukla
 

What's hot (20)

IRJET- Home Automation System using IoT
IRJET- Home Automation System using IoTIRJET- Home Automation System using IoT
IRJET- Home Automation System using IoT
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
IRJET - Smart Classroom Automation based on IoT
IRJET -  	  Smart Classroom Automation based on IoTIRJET -  	  Smart Classroom Automation based on IoT
IRJET - Smart Classroom Automation based on IoT
 
Application OF IoT in Military Service
Application OF IoT in Military ServiceApplication OF IoT in Military Service
Application OF IoT in Military Service
 
Introduction to ibm internet of things foundation
Introduction to ibm internet of things foundationIntroduction to ibm internet of things foundation
Introduction to ibm internet of things foundation
 
Comparative Study on Various System Based on Raspberry-Pi Technology
Comparative Study on Various System Based on Raspberry-Pi TechnologyComparative Study on Various System Based on Raspberry-Pi Technology
Comparative Study on Various System Based on Raspberry-Pi Technology
 
IRJET - Organisation Automation Using Android Mobile Application
IRJET - Organisation Automation Using Android Mobile ApplicationIRJET - Organisation Automation Using Android Mobile Application
IRJET - Organisation Automation Using Android Mobile Application
 
Internet of Things TDC 2013
Internet of Things   TDC 2013Internet of Things   TDC 2013
Internet of Things TDC 2013
 
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning AlgorithmIRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
IRJET - IoT based Facial Recognition Quadcopter using Machine Learning Algorithm
 
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
IRJET-  	  Ambient Reflector– An IoT based Smart Notice Board SystemIRJET-  	  Ambient Reflector– An IoT based Smart Notice Board System
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
 
IRJET- A Inference Model for Environment Detection using IoT and SVM
IRJET- A Inference Model for Environment Detection using IoT and SVMIRJET- A Inference Model for Environment Detection using IoT and SVM
IRJET- A Inference Model for Environment Detection using IoT and SVM
 
Smart Laboratory
Smart LaboratorySmart Laboratory
Smart Laboratory
 
Internet of Things - From hype to reality
Internet of Things - From hype to realityInternet of Things - From hype to reality
Internet of Things - From hype to reality
 
IoT Report 2015: Business at the Speed of IT
IoT Report 2015: Business at the Speed of ITIoT Report 2015: Business at the Speed of IT
IoT Report 2015: Business at the Speed of IT
 
Internet of Things and IBM
Internet of Things and IBMInternet of Things and IBM
Internet of Things and IBM
 
IRJET- Real Time Notice Display System using Cloud
IRJET-  	  Real Time Notice Display System using CloudIRJET-  	  Real Time Notice Display System using Cloud
IRJET- Real Time Notice Display System using Cloud
 
IOT based Industrial Automation using Raspberry Pi
IOT based Industrial Automation using  Raspberry PiIOT based Industrial Automation using  Raspberry Pi
IOT based Industrial Automation using Raspberry Pi
 
IRJET- An Alert System for Home Security based on Internet of Thing
IRJET- An Alert System for Home Security based on Internet of ThingIRJET- An Alert System for Home Security based on Internet of Thing
IRJET- An Alert System for Home Security based on Internet of Thing
 
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
 
Next Decade of Internet of Things and its
Next Decade of Internet of Things and itsNext Decade of Internet of Things and its
Next Decade of Internet of Things and its
 

Similar to IRJET- Iot based Interactive Display Unit using Raspberry PI

Face Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock SystemFace Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock SystemIRJET Journal
 
IRJET- Interactive Smart Mirror
IRJET-  	  Interactive Smart MirrorIRJET-  	  Interactive Smart Mirror
IRJET- Interactive Smart MirrorIRJET Journal
 
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry PiIRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry PiIRJET Journal
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising SystemIRJET Journal
 
IRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
IRJET- Low Cost Personal Digital Assistant with IoT and WSN CapabilitiesIRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
IRJET- Low Cost Personal Digital Assistant with IoT and WSN CapabilitiesIRJET Journal
 
IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET Journal
 
IRJET- Motion Activated Security System
IRJET-  	  Motion Activated Security SystemIRJET-  	  Motion Activated Security System
IRJET- Motion Activated Security SystemIRJET Journal
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET Journal
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET Journal
 
IRJET- Smart Door Security System using Raspberry Pi with Telegram
IRJET- Smart Door Security System using Raspberry Pi with TelegramIRJET- Smart Door Security System using Raspberry Pi with Telegram
IRJET- Smart Door Security System using Raspberry Pi with TelegramIRJET Journal
 
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET Journal
 
IoT Based Smart Surveillance and Automation
IoT Based Smart Surveillance and AutomationIoT Based Smart Surveillance and Automation
IoT Based Smart Surveillance and AutomationIRJET Journal
 
IRJET- Survey on Face-Recognition and Emotion Detection
IRJET- Survey on Face-Recognition and Emotion DetectionIRJET- Survey on Face-Recognition and Emotion Detection
IRJET- Survey on Face-Recognition and Emotion DetectionIRJET Journal
 
IRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET Journal
 
IRJET- Surveillance Robot based on Raspberry Pi-3
IRJET-  	  Surveillance Robot based on Raspberry Pi-3IRJET-  	  Surveillance Robot based on Raspberry Pi-3
IRJET- Surveillance Robot based on Raspberry Pi-3IRJET Journal
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET Journal
 
Home Security System based on IOT: A Systematic Alert System
Home Security System based on IOT: A Systematic Alert SystemHome Security System based on IOT: A Systematic Alert System
Home Security System based on IOT: A Systematic Alert SystemIRJET Journal
 
Digital Thermoximeter Using IOT
Digital Thermoximeter Using IOTDigital Thermoximeter Using IOT
Digital Thermoximeter Using IOTIRJET Journal
 
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...IRJET Journal
 

Similar to IRJET- Iot based Interactive Display Unit using Raspberry PI (20)

Face Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock SystemFace Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock System
 
IRJET- Interactive Smart Mirror
IRJET-  	  Interactive Smart MirrorIRJET-  	  Interactive Smart Mirror
IRJET- Interactive Smart Mirror
 
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry PiIRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
 
IRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
IRJET- Low Cost Personal Digital Assistant with IoT and WSN CapabilitiesIRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
IRJET- Low Cost Personal Digital Assistant with IoT and WSN Capabilities
 
IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
 
IRJET- Motion Activated Security System
IRJET-  	  Motion Activated Security SystemIRJET-  	  Motion Activated Security System
IRJET- Motion Activated Security System
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
 
IRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry PiIRJET- Wireless Notice Board using Raspberry Pi
IRJET- Wireless Notice Board using Raspberry Pi
 
IRJET- Smart Door Security System using Raspberry Pi with Telegram
IRJET- Smart Door Security System using Raspberry Pi with TelegramIRJET- Smart Door Security System using Raspberry Pi with Telegram
IRJET- Smart Door Security System using Raspberry Pi with Telegram
 
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A ReviewIRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
IRJET - Web Controlled Smart Notice Board using Raspberry Pi: A Review
 
IoT Based Smart Surveillance and Automation
IoT Based Smart Surveillance and AutomationIoT Based Smart Surveillance and Automation
IoT Based Smart Surveillance and Automation
 
IRJET- Survey on Face-Recognition and Emotion Detection
IRJET- Survey on Face-Recognition and Emotion DetectionIRJET- Survey on Face-Recognition and Emotion Detection
IRJET- Survey on Face-Recognition and Emotion Detection
 
IRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of Things
 
IRJET- Surveillance Robot based on Raspberry Pi-3
IRJET-  	  Surveillance Robot based on Raspberry Pi-3IRJET-  	  Surveillance Robot based on Raspberry Pi-3
IRJET- Surveillance Robot based on Raspberry Pi-3
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation System
 
IRJET- Smart Mirror
IRJET- Smart MirrorIRJET- Smart Mirror
IRJET- Smart Mirror
 
Home Security System based on IOT: A Systematic Alert System
Home Security System based on IOT: A Systematic Alert SystemHome Security System based on IOT: A Systematic Alert System
Home Security System based on IOT: A Systematic Alert System
 
Digital Thermoximeter Using IOT
Digital Thermoximeter Using IOTDigital Thermoximeter Using IOT
Digital Thermoximeter Using IOT
 
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
A Review on Internet of Things (IoT) in Agriculture: Benefits, Challenges and...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 

IRJET- Iot based Interactive Display Unit using Raspberry PI

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3092 IoT BASED INTERACTIVE DISPLAY UNIT USING RASPBERRY PI Swetha Mary R1, Preethi C2, Dr. Kamatchi Sundari V3 1,2Student, Dept. of ECE, Prince Shri Venkateshwara Padmavathy Engineering College, Tamil Nadu, India 3Professor, Dept. of ECE, Prince Shri Venkateshwara Padmavathy Engineering College, Tamil Nadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In today’s modern world, intelligent systems are present in smart phones and tablet-based Computers. In future, more intelligent devices will came into existence. One such intelligent device is this smart display unit. The mainaim of the proposed system is to extend the availability of smart systems. The system acts as a smart display which displays date, time, temperature and humidity, recognizes face for security purpose and recognize speech to send mail, save documents and display weather report. This system is built with raspberry pi, camera, and some sensors whichisperfectly suitable for smart homes. Weather reports are extractedfrom the IoT (weather cloud) through Application Program interfacing with the display unit. It analyzes our speech by using mobile Bluetooth and result gets displayed in display. That designed smart display has advantage of small size and less weight and more compact to use and it is suitable for families. Key Words: Raspberry Pi, Linux, Interactive Display, Weather Cloud, Mobile Bluetooth, Motion sensing and Face recognition. 1. INTRODUCTION Effective time management and security are essential factors in increasing production of day-to-day life. Time management is possible through Integration of technology into people’s daily lives.Theuseofproductssuch as tablets, PCs, and smart phoneshavegivenpeopleaccessto the tools needed to be productive. However, though successful technological productshavebeenusedtoincrease productivity, the use of technology has become anothertask on everyone’s daily to-do list. Technology should mold to our schedule, not the other way around. That is where the "Smart" display unit idea originated. "Smart" display units have been envisioned for years, part of the broader trend in imbuing everyday objects with various "smarts" to improve our lives. The smart display unit idea aimed to integrate technology seamlessly into people’s lives by putting it whereeveryone’s routine eventually collides.Thegoal ofthesmartdisplayunit is to increase a user’s productivity by saving their time. The smart display makes the smart buildings smarter. The Raspberry Pi 3 model B is used in this project. It displays the date, time temperature and humidity.The PIR sensor is used for motion recognition. When it detects any motion the camera is turned on and the image is captured. Face recognition is done using Haar cascade algorithm. When the image is authorized, it waits for voice commands. Else the imageof theunauthorizedpersonissent through Gmail with a alert message and a link to see what is happening in house. Speech recognitionisdoneusingmobile Bluetooth to take notes and create a document, send mail and get weather updates using weather cloud. 1.1 INTERNET OF THINGS The Internet of Things (IoT) isa interrelatedcomputing device that are provided with unique identifiers (UIDs). It has an ability to transfer data over a network without requiring human interaction. So it is mostly used in wireless technologies. Here it is used to access weather cloud and acquire weather updates. By this technology people can easily interact with the devices. 2. RASPBERRY PI Raspberry pi 3 Model B, which is used here is a third generation Raspberry Pi. It is a powerful credit card sized single board microcomputer. SD card is used for storage purposes. Since there is a need for internet access to use IoT, Raspberry Pi 3 model b which has Bluetooth and Ethernet connectivity. It is 10 times faster than the 1st generation Raspberry Pi. 2.1 SPECIFICATIONS OF RASPBERRY PI 3 Table -1: Features of Raspberry Pi 3 Board Raspberry Pi 3 Model B Processor Broadcom BCM2837 CPU core Quadcore ARM Cortex-A53, 64 bit RAM 1 GB GPIOs 2 X 20 Pin Header USB Ports 4 X USB 2.0 Wireless Connectivity 802.11n Wireless LAN and Bluetooth 4.1 3. SYSTEM DESIGN The InteractiveDisplayconsistsofRaspberryPi3whichis the heart of the system. Linux OS is installed using SD card. Python language is used for programming in Raspberry Pi.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3093 PIR(Passive Infrared Sensor) sensor is used for motion analysis. It detects the moment of any human or animals. When a human passes in front of the system infrared radiation will change the output voltage and this change is considered as motion detected. Once motion is detected, the camera is turned ON. It is a method for reducing power consumption. DHT (Digital Humidity and Temperature) sensor is connected to Raspberry Pi in order to display the current room temperature and humidity. Mobile Bluetooth is used for giving speech input. The system acts according to the given voice input and execute a set of tasklike sending Gmail,creating word document,view current and forecast weather updates, etc. API interface is used to access Gmail for authentication processes. When an unauthorizedpersonisdetected,his/her image is captured and send to the authorized person’s Gmail with a link in order to see live stream. The system block diagram is shown in Fig -1. Fig -1: System Block Diagram 4. DESIGN OF SYSTEM HARDWARE As shown in Fig-2, the hardware components are connected to the GPIO (General Purpose Input Output) pins of Raspberry Pi 3. It consists of four supplypins,eightground pins and others are the general purpose pins In PIR Sensor, the supply, Gnd and Vcc are connected to the corresponding GPIO pins. In Temperature sensor, the data pin, Vcc, ground are connected to the left out corresponding GPIO pins. Fig – 2: Pin Diagram 5. AUTHENTICATION PROCESS In authentication, the human face is recognized using Haar cascadealgorithm. If itisunauthenticated,itsendaalert mail with a link to watch the live happenings. It can be used for security purposes. 5.1 Haar Cascade algorithm Haar cascade algorithm is a machine learning based approach. The cascadefunctionistrainedfroma positiveand negative images. The algorithm has four stages, • Haar Feature Selection • Creating Integral Images • Adaboost Training • Cascading Classifiers The first step is to create a dataset in the name of an authorized person which consists of his/her images. When the camera is ON, the captured image getscomparedwiththe images in dataset. In Haar feature selection, the image is divided into multiple windows. These images are converted into a matrix based on gray scale intensity. The faced and unfaced images are separated using Adaboost training. Cascading classifiers are used to select the unique features in the face forspeeding up the process. Each saved feature in the data set is compared with the feature of the current image. If more number of features are similar then that dataset name gets displayed in the screen. If the features are not recognized, then it is considered to be an unauthorized person. Automatically the device sends the person’s image through Gmail. Raspberry Pi 3 Temperature Sensor Camera PIR Sensor WI-FI Display Mobile Bluetooth
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3094 6. FLOW CHART Fig -3: Process Flow When the device is ON, the default parameters like date, time, temperature and humidity gets displayed. If motion is detected by the PIR sensor, authenticationprocess is carried out. In case of authorized person,thenameoftheperson is displayed and it waits for the voice commands displaying “waiting for voice command” as shown in Fig-4. Fig -4: Displayed Parameters The processes like sending mail, creating word document, getting weather reports can be executed using voice command through mobile Bluetooth. One such execution is shown in fig -5. Fig -5: Weather Report For emergency purposes, instead of creating the word document, we can give voice input which can be converted into text document as shown in Fig-6 and Fig -7. Through the same voice input, the document can be sent to any e-mail ID. Fig -6: Taking notes Fig -7: Created Text Document
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3095 If the authentication fails, the person’s image issent to the registered Gmail through API interfacing. The mail also includes a link to see what is happening in live stream. 7. CONCLUSION The smart display developed bya hostRaspberryPi, a Single board computer which is connected to the network via Wi-Fi, weather information obtained through API of weather cloud, date, time, room temperature will gets displayed in the smart display unit. The user can interact mobile through APP and user can communicate through voice synthesis module. Thus the system could also be extended with voice controls and GPIOs. Andthedisplaywill respond according to the user. Imagesarecapturedbased on motion detection and sentto theserverwheregetssubjected to a face recognition procedure. Thus, it suggest that the developed recognition procedure is able to achieve a accuracy on the dataset. This shows a feasibility of the system as a low cost component for home automation. The system also contributed to a higher level of security. Smart display design which has enough advantages like simple to use, small size, user friendly and it suitableforfamilyhomes. REFERENCES 1) Alexander Kuranov,Rainer Lienhart,Vadim Pisarevs ky (Jan 2003) ‘Empirical Analysis of Detection Cascades of Boosted Classifiers for Rapid Object Detection’ In: MichaelisB., Krell G. Pattern recognitio, Vol 2781. 2) Amir O. Herbawi, Ayman A. Wazwaz, Mohammad J. Teeti, Sajed Y. Hmeed (May 2018)‘RaspberryPiand compute-based face detection and recognition system’ 4th International Conference on Computer and Technology Applications (ICCTA). 3) Burcu Kır Savaş, Summeyya İlkin, Yasar berkilikin (May 2016) ‘The realization of face detection and fullness detection in medium byusingHaarCascade Classifiers’24th Signal Processing and Communication Application Conference(SIU). 4) David Irwin, Dilip Kumar Krishnappa, Eric Lyons (Dec 2012) ‘Cloud Computing For Short-Term Mobile Weather Forecast’ IEEE 31st International Performance Computing and Communications Conference (IPCCC). 5) Fatma Ok, Hakan Ucgun, Murat Can, Ugur Yuzgen (Oct 2017) ‘Smart mirror applications with raspberry Pi’International ConferenceonComputer Science and Engineering(UBMK). 6) Kruti Goyal, Kartikey Agarwal, Rishi Kumar (April 2017) ‘Face detection and tracking : Using OpenCV’ International Conference of Electronics, CommunicationandAerospaceTechnology(ICECA). 7) Mrs. Mikhal John (June 2017) ’Comparative Study On Various System Based On Raspberry-Pi Technology’, International Journal of Advanced Research in Computer Science. 8) Mustafa Turkay (Jan 2017) ‘Object Detection and Tracking for Real Time Field Survelliance Applications’, University of Turkish Aeronautical Association. 9) Sudhakar.M, Vandana Khare, D VijayKrishna Kanth (July 2017) ‘Speech to text conversion & display using Raspberry Pi’, IOSR Journal of Computer Engineering(IOSR-JCE),Volume 19,Issue 4.. 10) Susamma Barua (Feb 2001) ‘An interactive multimedia system on computer architecture, organization, and design’, IEEE Transaction on education, Volume: 44, Issue 1. 11) Xianghua Fan, Fuyou Zhang, Haixia Wang, Xiao Lu (May 2012) ‘Facial Recognition Using OpenCV’, Chinese Control and Decision Conference(CCDC).