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: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6220
MYTHIC BLOOM SPECULUM
Sruthy R1, Athira M2, Anju U3, Aneesh A4, Chinnu S5
1,2,3,4Final year Students, Dept. of ECE, Ammini College of Engineering, Palakkad, Kerala, India
5Asst Professor, Dept. of Electronics and Communication Engineering, Ammini College of Engineering, Palakkad
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The paper describes the design, construction and
working of the Mythic Bloom Speculum. Every morning our
day begins by watching ourselves at least once in mirror
before leaving our homes. We interact with it
psychologically to find out how we look and how our attire
is.“Mythic Bloom Speculum” or Magic Mirror is one of the
applications of Raspberry Pi. A computer screen embedded
in mirror looks very futuristic. The Raspberry Pie stays at
back scenes and controls the data displayed on mirror.
While looking at mirror you can look at various
notifications from social sites as well news, weather forecast
and more things. Such mirrors can be programmed to work
as AI and control home appliances by voice input or touch
screen. The Raspberry Pie is connected to monitor via HDMI
as well as it also has inbuilt Wi-Fi and Bluetooth interfaces
so we can just swipe music and videos to mirror.
KeyWords: RasberryPi, Relay, PulserateSensor,
Microphone, HomeAutomation, Google Assistance.
1. INTRODUCTION
The smart mirror must offer benefits of using modern
technology while integrating seamlessly into the standard
bathroom routines of most people. The smart mirror must
be simple and as intuitive as possible. The smart mirror
would be used to merge technology and the need for
information into anyone’s daily schedule. With the mirror
in place, the User could interact and obtain the
information they want during their normal morning and
night bathroom routines. This smart mirror aims to
reduce and possibly eliminate the need for the user to
make time in their daily morning or nightly routine to
check their PC, tablet, or smart phone for the information
they need. The mirror will provide the information with
little to no effort from the user with the goal of not being a
burden that he or she must maintain. The mirror wouldn’t
be another activity, rather an enhancement to the already
common use of mirrors in most modern bathrooms. The
mirror will do the thinking for the user. First, it will turn
on and off by itself. Then, it will update with the user’s
calendar schedule, to-do lists, Twitter, news, and weather.
The information wouldn’t be thrown in the user’s face, but
unobtrusively displayed on the edges of the mirror to still
allow use of the actual mirror. The use of touch-less
gestures will keep things simple and easy to use. No
keyboards to try to keep dry and clean. The gestures will
also allow the user to still use the mirror despite whether
their hands are wet or dirty. The mirror provides common
information most people check their smartphones or
tablets for, such as weather, news, Twitter and schedules.
This allows the users to read, think, and plan their day
while getting ready in the morning or night. The mirror
has to be fun as well. It will provide music playback that
can be controlled by their voice so there is no need for a
mouse or keyboard.
The objective of this project is to make a mirror which
does the smart things like it shows weather, date and time,
News etc. All these smart features are to be done using
Raspberry Pi. Due to use of smart mirror time can be
saved. It was to design and prototype a device that acted
as a “Magic Mirror” by displaying the user image and
providing customizable information on the display. A
“Mythic Bloom Speculum” is a device that acts as a
traditional mirror while also superimposing informational
data, which can be customized by the user. The mirror also
allows for touch free user interaction with some of the
data displays. Users are able to create and customize the
visual interface to display what specific data feeds they
want.
1.1 Specifications
Table -1: Components
Sl.No Specifications Description
1 Rasberry Pi Model B
2 Gas Sensor MQ2
3 Pulse Rate Sensor 5v
4 Power supply
5 LCD Display 14 inch
2. SYSTEM MODEL
The figure 1 shows the block diagram of Mythic bloom
speculum using Rasberry pi model B.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6221
Fig -1: block diagram
A mythic bloom speculum is a Raspberry pi powered
monitor behind a double sided mirror. A mostly black web
page allows you to add some widgets to the mirror’s
reflection as if by magic. This version includes widgets for
displaying the weather forecast, the date/time and a nice
randomly generated greeting. No low level hardware
hacking required, just some basic woodworking and some
code put together.
2.1 Hardware
The various components used in “Mythic Bloom
Speculum” are;
Rasberry Pi 3
The Raspberry Pi 3 is a credit-card sized computer
capable of doing just about anything a desktop PC does.
From web surfing and word processing, to playing
Minecraft or acting as a media player, the Raspberry Pi’s
capabilities are extensive. With plenty of graphics
processing power, the Raspberry Pi 3 is capable of
streaming BluRay-quality video. If you’re looking to
incorporate the Pi into your next embedded design, the
0.1” spaced 40-pin GPIO header gives you access to 27
GPIO, UART, I2C, SPI as well as both 3.3V and 5V power
sources.
Display
For the display a 14 inch monitor was bought, which
also has built in speakers and comes with a remote control
which is useful to easily turn o the device screen. The
monitor is much smaller than the mirror so a black sticker
was used to cover the parts of the glass which are not
covered by the display. An HDMI cable was used to
connect the display to the Raspberry Pi for video and
audio.
Microphone
One mode of interaction with the smart mirror is
through microphones. Two microphones were used to
power the voice recognition capabilities of the device. USB
microphones had to be used because the Raspberry Pi
does not have a regular microphone input.
Pulse Rate Sensor
This pulse sensor fits over a fingertip and uses the
amount of infrared light reflected by the blood circulating
inside to do just that. When the heart pumps, blood
pressure rises sharply, and so does the amount of infrared
light from the emitter that gets reflected back to the
detector.
2.2 Software
SD formator
SD Formator is designed specifically for SD/SDHC/SDXC
memory cards. The utility differs from operating system
format utilities that are meant to format a variety of
storage media SD Formator works with a number of
Windows and Mac operating systems. It can be used with
the following devices Secure Digital slot on computer –
Important for SDXC card users: contact your computer
manufacturer to confirm the SD slot on your computer is
compatible with SDXC cards and for availability of the
SDXC driver.
USB Secure Digital memory card reader PC Card, Card Bus
or Express Card SD adapter.
Etcher
Etcher is a software which is used to burn the OS image
to make it compatible to install into storage disk, here we
installed raspbian.
Raspbian
Raspbian is the main and basic software for RPi devices,
officially supported by the Raspberry Pi Foundation. In
fact, it is an operating system, based on Debian and
optimized for Raspberry Pi hardware.
It comes with lots of pre-installed pieces of software
appropriate for most of ARM users and developers. And in
this blog post, I am going to look through almost all
possible operating systems, as well as the Raspberry Pi
images, compare and review major types of other software
you can use for your complicated Raspberry Pi Projects.
But the main operating system, ready-to-use and
optimized to the needs of the most developers and makers
is Raspbian. So, first thing firstly, let’s dig deeper this type
of OS for RPi.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6222
3. FUNCTIONALITY
Figure 1 shows a schematic view of the proposed smart
mirror. The mirror is eventually a technologically
augmented interaction device.The objective of designing
the mirror is to provide a natural interface in the ambient
home environment for accessing various services such as
location based weather, time, calendar etc. as well as
provide access to YouTube, Soundcloud, maps etc. The
project includes downloading the Raspbian operating
system based on Debian and extracting the image on SD
card, inserting thecard in the Raspberry PiSD slot an then
performing the required steps. We plan to deliver a
working prototype i.e. design and development of a
futuristic Smart Mirror on Raspberry Pi 3 for the ambient
home environment as well as for commercial uses in
various industries.Most people have mirrors at home, so
the concept of a smart mirror that you can interact with is
attractive and can be fantasized by anyone.At times no one
has time to read the newspaper or switch on the TV right
in the morning to check the news headlines or the weather
forecast. If a mirror serves to this purpose, one can
imagine the amount of time it will save and be of such a
great use. The device was to look like a regular mirror but
would have a screen inside. The project which would
collect real world machine data such as location based
latest news and headlines, weather reports, and as well as
show us the local time. The data would be transmitted
from the machine and would be managed in a central
database. We have also worked on including Artificial
Intelligence in the Smart Mirror wherein a Voice enabled
assistant will cater to the needs of the user.
4. CONCLUSION
The goals of the smart mirror were to aim to reduce
time needed in a user’s daily routine and provide a merger
of user and technology that becomes an enhancement, not
a new burden. The functionality must meet these
descriptions in the design. The smart mirror did the
thinking for the user with intelligent, commonly used
applications. Apps like their calendar, music, news,
Twitter, to-do lists, and weather will be available. The
apps were unobtrusively displayed on the screen, hidden
by the two-way mirror, as to look like a seamless
experience. The user didn’t even have to worry about
turning on and off the system because the mirror will
detect motion and do the work for them. A good project
can’t be produced without proper research first. Similar
projects and products were analyzed for similarities,
improvements, and flaws. The group researched each
important parts of the mirror system such as the gesture
control, voice control, MCUs, and others. Once enough
information was collected about specifications and prices,
strategic components were selected to be part of the
project from both a hardware and software perspective.
ACKNOWLEDGEMENT
We wish to express our deep sense of gratitude to our
beloved Chairman Sri. K.G Madhu and all trust members of
Ammini College of Engineering for providing all the
necessary facilities to conduct our project work. We
express our sincere thanks to the principal Dr. Suresh
kumar V for his support. We express our gratitude to Head
of the Department Ms. Susan Varghese, Department of
Electronics and Communication Engineering, for the
support and guidance she has extended to carry out the
project work successfully. We extend our sincere thanks to
the project coordinator and our guide Ms.Chinnu S,
Assistant professor and staff members of the Department
of Electronics and Communication Engineering for their
valuable suggestions and help throughout our project
work.
REFERENCES
[1] C. Lampton , Internet of Things Global Standards
Initiative, ITU Retrieved 26 April 2016.
[2] S. L. Herman and C. G. Garrard, How Can I Get
Started with Home Automation? (2013) R etrieved 20
April 2016.
[3] A. Korkin and F. Rosei, Magic Mirror (2014)
Retrieved 20 April 2016.
[4] GitHub/MichMich/MagicMirror (2016)
Retrieved 20 April 2016.
BIOGRAPHIES
Chinnu S is with Ammini College of
engineering, Palakkad as Assistant
professor in the ECE dept. She did
her Electronics and Communication
Engineering from Adi Shankara
Institute of Engineering and
Technology Kalady. Mtech from Adi
Shankara Institute of Engineering
and Technology in Communication
Engineering.
Sruthy R is doing her B.Tech in
Electronics and Communication
Engineering at Ammini College of
Engineering, Kerala Technological
University, Kerala.
1’st
Author
Photo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6223
Athira M is doing her B.Tech in
Electronics and Communication
Engineering at Ammini College of
Engineering,Kerala Technological
University, Kerala.
Anju U is doing her B.Tech in
Electronics and Communication
Engineering at Ammini College of
Engineering,Kerala Technological
University, Kerala.
Aneesh A is doing his B.Tech in
Electronics and Communication
Engineering at Ammini College of
Engineering, Kerala Technological
University, Kerala
3rd
Author
Photo
4th
A uthor
Photo

More Related Content

What's hot

GOOGLE GLΛSS By Google X and Google.inc
GOOGLE GLΛSS By Google X and Google.incGOOGLE GLΛSS By Google X and Google.inc
GOOGLE GLΛSS By Google X and Google.incMujeeb Rehman
 
IRJET- Interactive Smart Mirror
IRJET-  	  Interactive Smart MirrorIRJET-  	  Interactive Smart Mirror
IRJET- Interactive Smart MirrorIRJET Journal
 
Arduino: Arduino + android proyectos de genio malvado
Arduino: Arduino  + android proyectos de genio malvadoArduino: Arduino  + android proyectos de genio malvado
Arduino: Arduino + android proyectos de genio malvadoSANTIAGO PABLO ALBERTO
 
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGY
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGYTechnical Report on Google Glass/Department of INFORMATION TECHNOLOGY
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGYSYED HOZAIFA ALI
 
Softkinetic user interface evolution by Ilse Ravyse and Tanya Varbanove
Softkinetic user interface evolution by Ilse Ravyse and Tanya VarbanoveSoftkinetic user interface evolution by Ilse Ravyse and Tanya Varbanove
Softkinetic user interface evolution by Ilse Ravyse and Tanya VarbanoveIndustrial Design Center
 
Natural User Interface Microsoft Kinect and Surface Computing
Natural User Interface Microsoft Kinect and Surface ComputingNatural User Interface Microsoft Kinect and Surface Computing
Natural User Interface Microsoft Kinect and Surface ComputingYuvaraj Ilangovan
 
Sixth sense report
Sixth sense reportSixth sense report
Sixth sense reportRAJASHREE B
 
Arduino 2 Final Report (final)
Arduino 2 Final Report (final)Arduino 2 Final Report (final)
Arduino 2 Final Report (final)Mohammad Molani
 
Prototyping the Internet of Things
Prototyping the Internet of ThingsPrototyping the Internet of Things
Prototyping the Internet of ThingsDavid Bliss
 
Intel Real Sense, Diversity Meetup by Jamie Tanna
Intel Real Sense, Diversity Meetup by Jamie TannaIntel Real Sense, Diversity Meetup by Jamie Tanna
Intel Real Sense, Diversity Meetup by Jamie TannaBeMyApp
 
IRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET Journal
 
E Ball Technology
E Ball TechnologyE Ball Technology
E Ball Technologyijtsrd
 

What's hot (20)

finalgoogle
finalgooglefinalgoogle
finalgoogle
 
GOOGLE GLΛSS By Google X and Google.inc
GOOGLE GLΛSS By Google X and Google.incGOOGLE GLΛSS By Google X and Google.inc
GOOGLE GLΛSS By Google X and Google.inc
 
IRJET- Interactive Smart Mirror
IRJET-  	  Interactive Smart MirrorIRJET-  	  Interactive Smart Mirror
IRJET- Interactive Smart Mirror
 
Arduino: Arduino + android proyectos de genio malvado
Arduino: Arduino  + android proyectos de genio malvadoArduino: Arduino  + android proyectos de genio malvado
Arduino: Arduino + android proyectos de genio malvado
 
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGY
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGYTechnical Report on Google Glass/Department of INFORMATION TECHNOLOGY
Technical Report on Google Glass/Department of INFORMATION TECHNOLOGY
 
Intern_Report
Intern_ReportIntern_Report
Intern_Report
 
Softkinetic user interface evolution by Ilse Ravyse and Tanya Varbanove
Softkinetic user interface evolution by Ilse Ravyse and Tanya VarbanoveSoftkinetic user interface evolution by Ilse Ravyse and Tanya Varbanove
Softkinetic user interface evolution by Ilse Ravyse and Tanya Varbanove
 
Natural User Interface Microsoft Kinect and Surface Computing
Natural User Interface Microsoft Kinect and Surface ComputingNatural User Interface Microsoft Kinect and Surface Computing
Natural User Interface Microsoft Kinect and Surface Computing
 
Sixth sense report
Sixth sense reportSixth sense report
Sixth sense report
 
Mirror
MirrorMirror
Mirror
 
Arduino 2 Final Report (final)
Arduino 2 Final Report (final)Arduino 2 Final Report (final)
Arduino 2 Final Report (final)
 
Prototyping the Internet of Things
Prototyping the Internet of ThingsPrototyping the Internet of Things
Prototyping the Internet of Things
 
SensActions-Report
SensActions-ReportSensActions-Report
SensActions-Report
 
Android wear
Android wearAndroid wear
Android wear
 
Intel Real Sense, Diversity Meetup by Jamie Tanna
Intel Real Sense, Diversity Meetup by Jamie TannaIntel Real Sense, Diversity Meetup by Jamie Tanna
Intel Real Sense, Diversity Meetup by Jamie Tanna
 
safe journey
safe journeysafe journey
safe journey
 
IRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for BlindsIRJET- Virtual Vision for Blinds
IRJET- Virtual Vision for Blinds
 
E Ball Technology
E Ball TechnologyE Ball Technology
E Ball Technology
 
Android wear
Android wearAndroid wear
Android wear
 
GRAS
GRASGRAS
GRAS
 

Similar to IRJET- Mythic Bloom Speculum

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
 
IRJET- Implementation of Interactive Mirror for Aware Home using Raspberry pi-3
IRJET- Implementation of Interactive Mirror for Aware Home using Raspberry pi-3IRJET- Implementation of Interactive Mirror for Aware Home using Raspberry pi-3
IRJET- Implementation of Interactive Mirror for Aware Home using Raspberry pi-3IRJET Journal
 
IRJET- Adroit Speculum for Institutional Updates (Smart Mirror)
IRJET- Adroit Speculum for Institutional Updates (Smart Mirror)IRJET- Adroit Speculum for Institutional Updates (Smart Mirror)
IRJET- Adroit Speculum for Institutional Updates (Smart Mirror)IRJET Journal
 
IRJET- Smart Mirror using Raspberry Pi
IRJET- Smart Mirror using Raspberry PiIRJET- Smart Mirror using Raspberry Pi
IRJET- Smart Mirror using Raspberry PiIRJET Journal
 
IRJET- Smart Mirror using Virtual Voice Assistant
IRJET- Smart Mirror using Virtual Voice AssistantIRJET- Smart Mirror using Virtual Voice Assistant
IRJET- Smart Mirror using Virtual Voice AssistantIRJET Journal
 
IRJET - Research and Analysis of Smart Mirror
IRJET - Research and Analysis of Smart MirrorIRJET - Research and Analysis of Smart Mirror
IRJET - Research and Analysis of Smart MirrorIRJET Journal
 
IRJET- Smart Mirror using Voice Interface
IRJET- Smart Mirror using Voice InterfaceIRJET- Smart Mirror using Voice Interface
IRJET- Smart Mirror using Voice InterfaceIRJET Journal
 
IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”
IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”
IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”IRJET 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
 
iot-based-smart-mirror-using-raspberry-pi-IJERTCONV6IS13131
iot-based-smart-mirror-using-raspberry-pi-IJERTCONV6IS13131iot-based-smart-mirror-using-raspberry-pi-IJERTCONV6IS13131
iot-based-smart-mirror-using-raspberry-pi-IJERTCONV6IS13131SaiKiran101146
 
Iot mirror but can u add artificia @1000KV Technologies 9030844877
Iot mirror but can u add artificia @1000KV Technologies 9030844877Iot mirror but can u add artificia @1000KV Technologies 9030844877
Iot mirror but can u add artificia @1000KV Technologies 90308448771000kv technologies
 
IRJET- Iot based Interactive Display Unit using Raspberry PI
IRJET- Iot based Interactive Display Unit using Raspberry PIIRJET- Iot based Interactive Display Unit using Raspberry PI
IRJET- Iot based Interactive Display Unit using Raspberry PIIRJET Journal
 
IRJET- Smart Interactive Mirror Interface
IRJET-  	  Smart Interactive Mirror Interface IRJET-  	  Smart Interactive Mirror Interface
IRJET- Smart Interactive Mirror Interface IRJET Journal
 
IRJET- Solar Integrated Smart Mirror
IRJET- Solar Integrated Smart MirrorIRJET- Solar Integrated Smart Mirror
IRJET- Solar Integrated Smart MirrorIRJET Journal
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...IRJET Journal
 
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...IRJET Journal
 

Similar to IRJET- Mythic Bloom Speculum (20)

IRJET- Smart Mirror
IRJET- Smart MirrorIRJET- Smart Mirror
IRJET- 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
 
IRJET- Implementation of Interactive Mirror for Aware Home using Raspberry pi-3
IRJET- Implementation of Interactive Mirror for Aware Home using Raspberry pi-3IRJET- Implementation of Interactive Mirror for Aware Home using Raspberry pi-3
IRJET- Implementation of Interactive Mirror for Aware Home using Raspberry pi-3
 
IRJET- Adroit Speculum for Institutional Updates (Smart Mirror)
IRJET- Adroit Speculum for Institutional Updates (Smart Mirror)IRJET- Adroit Speculum for Institutional Updates (Smart Mirror)
IRJET- Adroit Speculum for Institutional Updates (Smart Mirror)
 
IRJET- Smart Mirror using Raspberry Pi
IRJET- Smart Mirror using Raspberry PiIRJET- Smart Mirror using Raspberry Pi
IRJET- Smart Mirror using Raspberry Pi
 
IRJET- Smart Mirror using Virtual Voice Assistant
IRJET- Smart Mirror using Virtual Voice AssistantIRJET- Smart Mirror using Virtual Voice Assistant
IRJET- Smart Mirror using Virtual Voice Assistant
 
IRJET - Research and Analysis of Smart Mirror
IRJET - Research and Analysis of Smart MirrorIRJET - Research and Analysis of Smart Mirror
IRJET - Research and Analysis of Smart Mirror
 
IRJET- Smart Mirror using Voice Interface
IRJET- Smart Mirror using Voice InterfaceIRJET- Smart Mirror using Voice Interface
IRJET- Smart Mirror using Voice Interface
 
IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”
IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”
IRJET- Student Teacher Integrated Network Ground – “S.T.I.N.G”
 
Smart Mirror
Smart MirrorSmart Mirror
Smart Mirror
 
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
 
iot-based-smart-mirror-using-raspberry-pi-IJERTCONV6IS13131
iot-based-smart-mirror-using-raspberry-pi-IJERTCONV6IS13131iot-based-smart-mirror-using-raspberry-pi-IJERTCONV6IS13131
iot-based-smart-mirror-using-raspberry-pi-IJERTCONV6IS13131
 
Iot mirror but can u add artificia @1000KV Technologies 9030844877
Iot mirror but can u add artificia @1000KV Technologies 9030844877Iot mirror but can u add artificia @1000KV Technologies 9030844877
Iot mirror but can u add artificia @1000KV Technologies 9030844877
 
DIGITAL NOTICEBOARD USING IOT
DIGITAL NOTICEBOARD USING IOTDIGITAL NOTICEBOARD USING IOT
DIGITAL NOTICEBOARD USING IOT
 
IRJET- Iot based Interactive Display Unit using Raspberry PI
IRJET- Iot based Interactive Display Unit using Raspberry PIIRJET- Iot based Interactive Display Unit using Raspberry PI
IRJET- Iot based Interactive Display Unit using Raspberry PI
 
IRJET- Smart Interactive Mirror Interface
IRJET-  	  Smart Interactive Mirror Interface IRJET-  	  Smart Interactive Mirror Interface
IRJET- Smart Interactive Mirror Interface
 
IRJET- Solar Integrated Smart Mirror
IRJET- Solar Integrated Smart MirrorIRJET- Solar Integrated Smart Mirror
IRJET- Solar Integrated Smart Mirror
 
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...IRJET-  	  Review on Portable Camera based Assistive Text and Label Reading f...
IRJET- Review on Portable Camera based Assistive Text and Label Reading f...
 
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
IRJET- Smart, Secured and Solace Luggage Bag using Internet of Things and Com...
 

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

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
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
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
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
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(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
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
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
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
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
 
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
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
(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...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
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 Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

IRJET- Mythic Bloom Speculum

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6220 MYTHIC BLOOM SPECULUM Sruthy R1, Athira M2, Anju U3, Aneesh A4, Chinnu S5 1,2,3,4Final year Students, Dept. of ECE, Ammini College of Engineering, Palakkad, Kerala, India 5Asst Professor, Dept. of Electronics and Communication Engineering, Ammini College of Engineering, Palakkad ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The paper describes the design, construction and working of the Mythic Bloom Speculum. Every morning our day begins by watching ourselves at least once in mirror before leaving our homes. We interact with it psychologically to find out how we look and how our attire is.“Mythic Bloom Speculum” or Magic Mirror is one of the applications of Raspberry Pi. A computer screen embedded in mirror looks very futuristic. The Raspberry Pie stays at back scenes and controls the data displayed on mirror. While looking at mirror you can look at various notifications from social sites as well news, weather forecast and more things. Such mirrors can be programmed to work as AI and control home appliances by voice input or touch screen. The Raspberry Pie is connected to monitor via HDMI as well as it also has inbuilt Wi-Fi and Bluetooth interfaces so we can just swipe music and videos to mirror. KeyWords: RasberryPi, Relay, PulserateSensor, Microphone, HomeAutomation, Google Assistance. 1. INTRODUCTION The smart mirror must offer benefits of using modern technology while integrating seamlessly into the standard bathroom routines of most people. The smart mirror must be simple and as intuitive as possible. The smart mirror would be used to merge technology and the need for information into anyone’s daily schedule. With the mirror in place, the User could interact and obtain the information they want during their normal morning and night bathroom routines. This smart mirror aims to reduce and possibly eliminate the need for the user to make time in their daily morning or nightly routine to check their PC, tablet, or smart phone for the information they need. The mirror will provide the information with little to no effort from the user with the goal of not being a burden that he or she must maintain. The mirror wouldn’t be another activity, rather an enhancement to the already common use of mirrors in most modern bathrooms. The mirror will do the thinking for the user. First, it will turn on and off by itself. Then, it will update with the user’s calendar schedule, to-do lists, Twitter, news, and weather. The information wouldn’t be thrown in the user’s face, but unobtrusively displayed on the edges of the mirror to still allow use of the actual mirror. The use of touch-less gestures will keep things simple and easy to use. No keyboards to try to keep dry and clean. The gestures will also allow the user to still use the mirror despite whether their hands are wet or dirty. The mirror provides common information most people check their smartphones or tablets for, such as weather, news, Twitter and schedules. This allows the users to read, think, and plan their day while getting ready in the morning or night. The mirror has to be fun as well. It will provide music playback that can be controlled by their voice so there is no need for a mouse or keyboard. The objective of this project is to make a mirror which does the smart things like it shows weather, date and time, News etc. All these smart features are to be done using Raspberry Pi. Due to use of smart mirror time can be saved. It was to design and prototype a device that acted as a “Magic Mirror” by displaying the user image and providing customizable information on the display. A “Mythic Bloom Speculum” is a device that acts as a traditional mirror while also superimposing informational data, which can be customized by the user. The mirror also allows for touch free user interaction with some of the data displays. Users are able to create and customize the visual interface to display what specific data feeds they want. 1.1 Specifications Table -1: Components Sl.No Specifications Description 1 Rasberry Pi Model B 2 Gas Sensor MQ2 3 Pulse Rate Sensor 5v 4 Power supply 5 LCD Display 14 inch 2. SYSTEM MODEL The figure 1 shows the block diagram of Mythic bloom speculum using Rasberry pi model B.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6221 Fig -1: block diagram A mythic bloom speculum is a Raspberry pi powered monitor behind a double sided mirror. A mostly black web page allows you to add some widgets to the mirror’s reflection as if by magic. This version includes widgets for displaying the weather forecast, the date/time and a nice randomly generated greeting. No low level hardware hacking required, just some basic woodworking and some code put together. 2.1 Hardware The various components used in “Mythic Bloom Speculum” are; Rasberry Pi 3 The Raspberry Pi 3 is a credit-card sized computer capable of doing just about anything a desktop PC does. From web surfing and word processing, to playing Minecraft or acting as a media player, the Raspberry Pi’s capabilities are extensive. With plenty of graphics processing power, the Raspberry Pi 3 is capable of streaming BluRay-quality video. If you’re looking to incorporate the Pi into your next embedded design, the 0.1” spaced 40-pin GPIO header gives you access to 27 GPIO, UART, I2C, SPI as well as both 3.3V and 5V power sources. Display For the display a 14 inch monitor was bought, which also has built in speakers and comes with a remote control which is useful to easily turn o the device screen. The monitor is much smaller than the mirror so a black sticker was used to cover the parts of the glass which are not covered by the display. An HDMI cable was used to connect the display to the Raspberry Pi for video and audio. Microphone One mode of interaction with the smart mirror is through microphones. Two microphones were used to power the voice recognition capabilities of the device. USB microphones had to be used because the Raspberry Pi does not have a regular microphone input. Pulse Rate Sensor This pulse sensor fits over a fingertip and uses the amount of infrared light reflected by the blood circulating inside to do just that. When the heart pumps, blood pressure rises sharply, and so does the amount of infrared light from the emitter that gets reflected back to the detector. 2.2 Software SD formator SD Formator is designed specifically for SD/SDHC/SDXC memory cards. The utility differs from operating system format utilities that are meant to format a variety of storage media SD Formator works with a number of Windows and Mac operating systems. It can be used with the following devices Secure Digital slot on computer – Important for SDXC card users: contact your computer manufacturer to confirm the SD slot on your computer is compatible with SDXC cards and for availability of the SDXC driver. USB Secure Digital memory card reader PC Card, Card Bus or Express Card SD adapter. Etcher Etcher is a software which is used to burn the OS image to make it compatible to install into storage disk, here we installed raspbian. Raspbian Raspbian is the main and basic software for RPi devices, officially supported by the Raspberry Pi Foundation. In fact, it is an operating system, based on Debian and optimized for Raspberry Pi hardware. It comes with lots of pre-installed pieces of software appropriate for most of ARM users and developers. And in this blog post, I am going to look through almost all possible operating systems, as well as the Raspberry Pi images, compare and review major types of other software you can use for your complicated Raspberry Pi Projects. But the main operating system, ready-to-use and optimized to the needs of the most developers and makers is Raspbian. So, first thing firstly, let’s dig deeper this type of OS for RPi.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6222 3. FUNCTIONALITY Figure 1 shows a schematic view of the proposed smart mirror. The mirror is eventually a technologically augmented interaction device.The objective of designing the mirror is to provide a natural interface in the ambient home environment for accessing various services such as location based weather, time, calendar etc. as well as provide access to YouTube, Soundcloud, maps etc. The project includes downloading the Raspbian operating system based on Debian and extracting the image on SD card, inserting thecard in the Raspberry PiSD slot an then performing the required steps. We plan to deliver a working prototype i.e. design and development of a futuristic Smart Mirror on Raspberry Pi 3 for the ambient home environment as well as for commercial uses in various industries.Most people have mirrors at home, so the concept of a smart mirror that you can interact with is attractive and can be fantasized by anyone.At times no one has time to read the newspaper or switch on the TV right in the morning to check the news headlines or the weather forecast. If a mirror serves to this purpose, one can imagine the amount of time it will save and be of such a great use. The device was to look like a regular mirror but would have a screen inside. The project which would collect real world machine data such as location based latest news and headlines, weather reports, and as well as show us the local time. The data would be transmitted from the machine and would be managed in a central database. We have also worked on including Artificial Intelligence in the Smart Mirror wherein a Voice enabled assistant will cater to the needs of the user. 4. CONCLUSION The goals of the smart mirror were to aim to reduce time needed in a user’s daily routine and provide a merger of user and technology that becomes an enhancement, not a new burden. The functionality must meet these descriptions in the design. The smart mirror did the thinking for the user with intelligent, commonly used applications. Apps like their calendar, music, news, Twitter, to-do lists, and weather will be available. The apps were unobtrusively displayed on the screen, hidden by the two-way mirror, as to look like a seamless experience. The user didn’t even have to worry about turning on and off the system because the mirror will detect motion and do the work for them. A good project can’t be produced without proper research first. Similar projects and products were analyzed for similarities, improvements, and flaws. The group researched each important parts of the mirror system such as the gesture control, voice control, MCUs, and others. Once enough information was collected about specifications and prices, strategic components were selected to be part of the project from both a hardware and software perspective. ACKNOWLEDGEMENT We wish to express our deep sense of gratitude to our beloved Chairman Sri. K.G Madhu and all trust members of Ammini College of Engineering for providing all the necessary facilities to conduct our project work. We express our sincere thanks to the principal Dr. Suresh kumar V for his support. We express our gratitude to Head of the Department Ms. Susan Varghese, Department of Electronics and Communication Engineering, for the support and guidance she has extended to carry out the project work successfully. We extend our sincere thanks to the project coordinator and our guide Ms.Chinnu S, Assistant professor and staff members of the Department of Electronics and Communication Engineering for their valuable suggestions and help throughout our project work. REFERENCES [1] C. Lampton , Internet of Things Global Standards Initiative, ITU Retrieved 26 April 2016. [2] S. L. Herman and C. G. Garrard, How Can I Get Started with Home Automation? (2013) R etrieved 20 April 2016. [3] A. Korkin and F. Rosei, Magic Mirror (2014) Retrieved 20 April 2016. [4] GitHub/MichMich/MagicMirror (2016) Retrieved 20 April 2016. BIOGRAPHIES Chinnu S is with Ammini College of engineering, Palakkad as Assistant professor in the ECE dept. She did her Electronics and Communication Engineering from Adi Shankara Institute of Engineering and Technology Kalady. Mtech from Adi Shankara Institute of Engineering and Technology in Communication Engineering. Sruthy R is doing her B.Tech in Electronics and Communication Engineering at Ammini College of Engineering, Kerala Technological University, Kerala. 1’st Author Photo
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6223 Athira M is doing her B.Tech in Electronics and Communication Engineering at Ammini College of Engineering,Kerala Technological University, Kerala. Anju U is doing her B.Tech in Electronics and Communication Engineering at Ammini College of Engineering,Kerala Technological University, Kerala. Aneesh A is doing his B.Tech in Electronics and Communication Engineering at Ammini College of Engineering, Kerala Technological University, Kerala 3rd Author Photo 4th A uthor Photo