SlideShare a Scribd company logo
1 of 5
Download to read offline
Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology.
ยฉ 2017, IJARIIT All Rights Reserved Page | 842
ISSN: 2454-132X
Impact factor: 4.295
(Volume3, Issue1)
Available online at: www.ijariit.com
Smart Refrigerator Using Internet of Things (IOT)
Prof. M. K. Sangole
(M. Tech)
Department of E&TC
SIEM, Nashik
Bhushan S. Nasikkar
Student
Department of E&TC
SIEM, Nashik
SPPU, Pune
Dhananjay V. Kulkarni
Student
Department of E&TC
SIEM, Nashik
SPPU, Pune
Gitesh K. Kakuste
Student
Department of E&TC
SIEM, Nashik
SPPU, Pune
Abstractโ€”Smart appliances with multimedia capability have been emerging into our daily life. Smart appliances include washing
machine, television, refrigerator etc. In this modern era, human being is used to intouch with this technology or we can say it as
internet of things (IoT). As we look around ourselves we see modernization with superior technology, for example cell phones,
kitchen, appliances and many more. It uses fast advance of computing technology and the wide use of the Internet, smart home is
one of the most prominent areas of intelligent appliances. Kitchen is one of the places where such intelligent appliances are mostly
used. Existing systems used high technology that increases its complexity. The products currently available are expensive so the
user has to buy the whole costly refrigerator. The Smart Refrigerator module is designed that modifies any existing normal
refrigerator into a smart refrigerator which is cost effective, using various sensors.
Keywordsโ€” Refrigerator, Internet of things (IoT), Arduino board, Arduino IDE software, Android studio, Sensors.
I.INTRODUCTION
Refrigerator is the most frequently used domiciliary/kitchen electrical appliance all over the world for food storage. Principally this
appliance is used for various tenacities like storing vegetables, fruits etc. Smart refrigeration module is designed to convert any
existing normal refrigerator into a smart and low cost machine using sensors. Smart refrigerator compares the status of the food for
e.g. weight, quantity etc. Significance of this work will be removable of food spoilage, reduce illness and make healthier lifestyle of
modern age human being. The smart refrigerator is capable of sensing and monitoring its contents and also provides advantageous
features. The smart refrigerator is also able to remotely on-off control and notify the user about scarce products via wifi module
(internet)on userโ€™s mobile android application. It also facilitates the purchase of scarce items by providing a one-touch button on
mobile application from predefined nearer grocery vendor of that particular item by sending SMS. The core functionality of the smart
fridge is to maintain, with minimum effort, an food items which might want to be purchased as soon as they run out. As a result, the
user is notified every time if eggs are finished. The load cell triggers a notification of available less vegetable to user as soon as the
applied pressure is below threshold kg. IR proximity sensors monitor the containers in which milk or juices are sensed. Additional
functionality includes the ice ready indication, power saving, smell detection, over weighting etc.
A.State of the art development
By the late 1990s and the early 2000s, the idea of connecting home appliances specially refrigerator to the internet (Internet of Things)
had been popularized and was seen as the next big thing. In June 2000, LG company had been launched the world's first internet
refrigerator, the Internet Digital DIOS. Smart refrigerator (also known as Internet refrigerator) is a refrigerator that has been
programmed to sense what kinds of food items are being stored inside a fridge and keep a track of the available stock through barcode
or RFID scanning. This kind of smart refrigerator is often equipped to determine itself whenever a food item needs to be replenished
(restore). But this refrigerator was an unsuccessful product because the consumers had seen it as an unnecessary product and due to
more expensive (more than $20,000) and that the problems solved were obscure. For example, many juice bottles or milk bottles are
transparent, providing a visual reminder that a buying is needed eventually; vegetable drawers are similarly transparent and contain
Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology.
ยฉ 2017, IJARIIT All Rights Reserved Page | 843
items often removed from packages, thus eliminating a bar codes for inventory which meant manually keying in descriptions, dates
and other details. Moreover, the ability of the device to remind users of upcoming purchases when there are often multiple buyers in a
household who communicate informally is not typically addressable as a use case.
This chapter discusses the development of the SRIOT (Smart Refrigerator Using IOT) module. This module could be seen as a
combination of smaller modules namely:
1. Sensing module
2. Control module (Arduino board)
3. Transmission module
This modules works together perform all the functions and features of Smart refrigerator.
A. Design Considerations
Design section addresses the issues that need to be resolved before attempting to devise a complete design solution.
1) General Constraints
The following considerations must be kept in mind while developing the design.
โ— Power supply of module should be switched off when module not in use.
โ— The food items that to be sensed have to be placed in their respective places.
โ— The design must be applicable to any existing normal refrigerator.
2) Architectural Strategies
This section describes the design decisions and strategies that affect the overall organization of the system and its upper level
structures. These strategies will provide insight into the key abstractions and mechanisms used in the system architecture.
III. IMPLEMENTATION
This section deals with the detailed hardware and software description and implementation of the various sensors and components.
Hardware and Software Implementation
This section provides description of the hardware and software used for implementation of the Smart Refrigeration module.
The hardware used for Smart Refrigeration module are: Power supply unit, Arduinouno board (ATmega328p), electromagnetic relay,
various sensors, GSM module, LCD display. Figure shows the block diagram of Smart Refrigerator.
1) Development Tools
Programming for Arduino may be written in any programming language with a compiler that produces binary machine code like C
and C++ programming. AVR Studio and the newer Atmel Studio, which can be used for programming Arduino microcontroller.
Atmel provides a development environment for their microcontrollers.
The Arduino project provides the Arduino integrated development environment (IDE), which is a cross-platform application written in
the programming code language Java. It originated from the IDE for the languages Processing and Wiring. It was created for people
with no profound knowledge of electronics. It provides features such as syntax highlighting, cutting-pasting, and searching-replacing
Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology.
ยฉ 2017, IJARIIT All Rights Reserved Page | 844
text, and automatic indenting, and provides simple one-click mechanism a code editor with to compile and upload programs to an
Arduino board. It also contains a message area, a text console, a toolbar with buttons for common functions and a series of menus.
A program written with the IDE for Arduino is called as a "sketch." Sketches are saved on the development computer as the file
extension withโ€™. no.' Arduino Software (IDE) pre-1.0 saved sketches with the extension .pde.
The Arduino IDE supports the programming languages C and C++ using special rules to organize code. The Arduino IDE also
supplies a software library from the Wiring project that gives many common input and output procedures. The user-written code only
requires two functions, for starting the sketch and the main programs loop, that is compiled and then linked with a program stub
main() into an executable cyclic executive program with the GNU tool chain, also included with the IDE distribution. The Arduino
IDE employs the program air dude to convert from executable code into a text file in hexadecimal coding that is loaded into the
Arduino board by a loader program in the board's firmware.
2) Android Studio
Android Studio is the official Integrated Development Environment (IDE) for Android application development, based on the IntelliJ
IDEA. On top of IntelliJ's, there is a powerful code editor and developer tool; Android Studio offers even more advantageous features
that enhance your productivity when building Android applications, such as follows:
๏‚ท A flexible Gradle-based build system
๏‚ท A feature-rich and fast emulator
๏‚ท A unified environment where you can develop for all the Android based devices
๏‚ท Instant Run to push changes to your running app without building a new APK file
๏‚ท GitHub Integration and Code templates to help you build common app features and import sample code
๏‚ท It provides extensive testing tools and frameworks
๏‚ท Lint tools to catch performance, version compatibility, and other problems
๏‚ท Programming languages: C++ and NDK support
๏‚ท Built-in support for Google Cloud Platform, making it simple to integrate Google Cloud Messaging and App Engine
IV. WORKING
(1) Working on IR sensor module (eggs detection):
The pair of IR sensor (i.e. transmitter & detector) are mounted in eggs compartment on opposite wall such that eggs can be placed
between them. When eggs are present, there is no contact between transmitter and detector as shown in fig.(a)
(a)
In the second case when all eggs are lifted, there is direct contact between transmitter and receiver as shown in fig.(b) that provides a
signal to microcontroller for further processing. Microcontroller generates โ€˜eggs finishโ€™ signal and sends to user on the mobile android
app with the facility of the one-touch auto order of eggs from predefined grocery shop through wifimodule.
(b)
(2) Working on IR proximity sensor module (milk/juice
detection):
_ _ _ _
Tx Rx
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
RxTx
Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology.
ยฉ 2017, IJARIIT All Rights Reserved Page | 845
An ultrasonic sensor in a compartment of milk vessel or bottle will detect the presence of milk level. If milk level is low then
โ€˜milk finishedโ€™ message will be generated and send to the user through wifi module on Android app with auto order link.
(3) Working on load cell:
(a) Vegetable detection:
The load cell is mounted below vegetable tray in the refrigerator that continuously measures the weight of vegetables in the
tray. Since the weight of vegetable tray goes below threshold weight (set by user approximately 500gm), it senses the less
presence of vegetables. Low signal will be generated corresponds to it which will be sent to the user on the mobile app.
(b) Over weight detection:
The load cell is also used to measure the overall weight of fridge and compares this weight with the maximum possible capacity
to carry the material inside fridge set by the manufacturer at which the cooling process of the refrigerator works properly. When
the overall weight crosses the threshold level, buzzer will turn ON indicating overweight
.
(4) Working on the gas sensor (smell detection):
Rotten vegetables produce a mixture of gasses. Gas sensors are fixed inside the fridge to detect the odor of rotten vegetables. If
gasses detected by the gas sensor, the message will be displayed on the front panel of the refrigerator as well as on userโ€™s mobile,
indicating to clean the fridge.
(5) Push buttons on main door and freezer door:
While the closing of main door or freezer door of the fridge, by mistake it may remain open by the user. When any of the doors is
opened the push button release its contact and triggers the timer. If timer exceeds the threshold time of 5 minutes, the buzzer turns
ON.
(6) Ice ready indication:
Typical temperature in the freezer is -5 to -10-degree Celsius. At this temperature, the water in ice tray takes nearly 30 minutes to
prepare complete ice. IR sensor is fixed in a compartment of ice tray that detects when the ice tray is placed in the freezer and
starts the timer. After 30 minutes the timer stops and displays the message โ€˜ice readyโ€™ on front panel LDC.
CONCLUSION
The Smart Refrigerator module can remotely notify the user about the low contents of food items inside the refrigerator. It also able to
remotely on-off control and notify the user about scarce products via wifi module (internet)and purchase of scarce items by providing
a one-touch button on a mobile application (sends SMS to shopkeeper) from predefined nearer grocery vendor of that particular item.
This module provides other advantageous like power saving, smell detection, ice-ready indication and others features.
.
Advantages
โ€ข No need of human intervention as automatic Functioning performs the proper operation without any supervision.
โ€ข Complete automated operation.
โ€ข One-time installation.Low maintenance cost
Limitations
โ€ข Operations may take longer time.
โ€ข Difficult to install and implement on large plants.
.
โ€ข Need proper calibration otherwise it will not work properly.
Future Scope
The concept of the smart refrigerator is far more reaching than notifying the user about the available contents of the refrigerator. It
should give importance on maintaining a healthier lifestyle by providing the nutritional value of the contents.
Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology.
ยฉ 2017, IJARIIT All Rights Reserved Page | 846
The future smart fridge will use barcode scanner that will scan the expiry date products while keeping in the fridge. This gives alert to
the user when any product in the fridge is expired.
Ultrasound-scanning technology built into the door will allow the fridge to 'swipe and capture' the food on a plate before and after
mealtime, meaning it can assess what type and amount of food are wasted.
Cameras can be placed in the refrigerator that the user can able to see the contents available in the fridge on userโ€™s mobile application
from a remote area.
.
ACKNOWLEDGMENT
Special thanks to Prof. K. B. Jagtap and Prof. M. K. Sangole for their guidance in this work.
REFERENCES
[1]Prapulla S. B., Dr. Shobha G., Journal of Multidisciplinary Engineering Science and Technology (MEST) ISSN: 3159-0040 Vol. 2
Issue 7, July - 2015
[2] International Journal of Multimedia and Ubiquitous EngineeringVol. 4, No. 2, April 2009 โ€˜A Smart Fridge with an Ability to
Enhance Health and Enable BetterNutritionโ€™ by Suhuai Luo, Jesse S. Jin, and Jiaming Li.
[3] SomayyaMadakam, R. Ramaswamy, SiddharthTripathi, Journal of Computer and Communications, 2015, 3, 164-173, โ€˜Internet of
Things (IoT): A LiteratureReviewโ€™ Published Online May 2015 in SciRes. http://www.scirp.org/journal/jcc
http://dx.doi.org/10.4236/jcc.2015.35021
[4] International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 5, Issue 7, July.
โ€™IoT-based Smart Refrigerator Systemโ€™ byDeepti Singh, Preeti Jain.
[5] FolasadeOsisanwo, Shade Kuyoro, and OludeleAwodele, โ€˜Internet Refrigerator- A typical Internet of Things (IoT) 3rd
International Conference on Advances in Engineering Sciences & Applied Mathematics (ICAESAMโ€™2015) March 23-24, 2015
London (UK)

More Related Content

What's hot

Google Glass Seminar PPT
Google Glass Seminar PPTGoogle Glass Seminar PPT
Google Glass Seminar PPTShashank Naik
ย 
powerpoint presentation on Google glass
powerpoint presentation on Google glasspowerpoint presentation on Google glass
powerpoint presentation on Google glassJawhar Ali
ย 
5 pen-pc-technology complete ppt
5 pen-pc-technology complete ppt5 pen-pc-technology complete ppt
5 pen-pc-technology complete pptatinav242
ย 
Presentation on Digital jewelry
Presentation on Digital jewelry Presentation on Digital jewelry
Presentation on Digital jewelry Arohi Khandelwal
ย 
5 pen technology
5 pen technology5 pen technology
5 pen technologyPranay Neema
ย 
Apple's Smart Sensor Technologies -- market research report (sample)
Apple's Smart Sensor Technologies -- market research report (sample)Apple's Smart Sensor Technologies -- market research report (sample)
Apple's Smart Sensor Technologies -- market research report (sample)MEMS Journal, Inc.
ย 
5 PEN PC TECHNOLOGY
5 PEN PC TECHNOLOGY5 PEN PC TECHNOLOGY
5 PEN PC TECHNOLOGYPriyakeerthana
ย 
Digital jewellery
Digital jewelleryDigital jewellery
Digital jewelleryKamini Nimje
ย 
5 pen pc technology
5 pen pc technology5 pen pc technology
5 pen pc technologyHardik Kanjariya
ย 
Google glass ppt
Google glass pptGoogle glass ppt
Google glass pptRaju kumar
ย 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App DevelopmentChris Morrell
ย 
Presentation on modern smart watch
Presentation on modern smart watchPresentation on modern smart watch
Presentation on modern smart watchgaurav_tayal
ย 
Project glass ppt
Project glass  pptProject glass  ppt
Project glass pptBopanna P M
ย 
Smart Glass Technology by Kiran
Smart Glass Technology by KiranSmart Glass Technology by Kiran
Smart Glass Technology by KiranKiran
ย 
Google glass glasses presentation ppt
Google glass glasses presentation pptGoogle glass glasses presentation ppt
Google glass glasses presentation pptParth Godhani
ย 

What's hot (20)

Google Glass Seminar PPT
Google Glass Seminar PPTGoogle Glass Seminar PPT
Google Glass Seminar PPT
ย 
powerpoint presentation on Google glass
powerpoint presentation on Google glasspowerpoint presentation on Google glass
powerpoint presentation on Google glass
ย 
5 pen-pc-technology complete ppt
5 pen-pc-technology complete ppt5 pen-pc-technology complete ppt
5 pen-pc-technology complete ppt
ย 
Presentation on Digital jewelry
Presentation on Digital jewelry Presentation on Digital jewelry
Presentation on Digital jewelry
ย 
5 pen technology
5 pen technology5 pen technology
5 pen technology
ย 
Wearable Technology
Wearable TechnologyWearable Technology
Wearable Technology
ย 
Apple's Smart Sensor Technologies -- market research report (sample)
Apple's Smart Sensor Technologies -- market research report (sample)Apple's Smart Sensor Technologies -- market research report (sample)
Apple's Smart Sensor Technologies -- market research report (sample)
ย 
5 PEN PC TECHNOLOGY
5 PEN PC TECHNOLOGY5 PEN PC TECHNOLOGY
5 PEN PC TECHNOLOGY
ย 
Android
AndroidAndroid
Android
ย 
Digital jewellery
Digital jewelleryDigital jewellery
Digital jewellery
ย 
5 pen pc technology
5 pen pc technology5 pen pc technology
5 pen pc technology
ย 
Smartwatches
SmartwatchesSmartwatches
Smartwatches
ย 
Google glass ppt
Google glass pptGoogle glass ppt
Google glass ppt
ย 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App Development
ย 
Presentation on modern smart watch
Presentation on modern smart watchPresentation on modern smart watch
Presentation on modern smart watch
ย 
Project glass ppt
Project glass  pptProject glass  ppt
Project glass ppt
ย 
Google Glass
Google Glass  Google Glass
Google Glass
ย 
Smart Glass Technology by Kiran
Smart Glass Technology by KiranSmart Glass Technology by Kiran
Smart Glass Technology by Kiran
ย 
Google Glass
Google GlassGoogle Glass
Google Glass
ย 
Google glass glasses presentation ppt
Google glass glasses presentation pptGoogle glass glasses presentation ppt
Google glass glasses presentation ppt
ย 

Similar to Smart Refrigerator Using Internet of Things (IOT)

IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED
ย 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home Systemijtsrd
ย 
Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)manditalaskar123
ย 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
ย 
Smart kitchen
Smart kitchenSmart kitchen
Smart kitchenAnjusha Joshi
ย 
Automated Plant Watering System.pdf
Automated Plant Watering System.pdfAutomated Plant Watering System.pdf
Automated Plant Watering System.pdfAndrea Erdman
ย 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of ThingsIRJET Journal
ย 
Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...nooriasukmaningtyas
ย 
android app based home automation
android app based home automationandroid app based home automation
android app based home automationAshikur Rahman
ย 
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
ย 
IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIRJET Journal
ย 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fiijtsrd
ย 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder PeopleIRJET Journal
ย 
arduino 320126512170.pptx
arduino 320126512170.pptxarduino 320126512170.pptx
arduino 320126512170.pptxpriyaanaparthy
ย 
Emerging chapter 4.pptx
Emerging chapter 4.pptxEmerging chapter 4.pptx
Emerging chapter 4.pptxAderawAlemie
ย 
iot PPT.ppt
iot PPT.pptiot PPT.ppt
iot PPT.pptLearnWithJCM
ย 
Smart Laboratory
Smart LaboratorySmart Laboratory
Smart Laboratoryijtsrd
ย 

Similar to Smart Refrigerator Using Internet of Things (IOT) (20)

iot_ppt.pptx
iot_ppt.pptxiot_ppt.pptx
iot_ppt.pptx
ย 
IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED-V2I5P2
IJSRED-V2I5P2
ย 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
ย 
Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)
ย 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
ย 
IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING INFRARED SENSORS
IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING  INFRARED SENSORS IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING  INFRARED SENSORS
IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING INFRARED SENSORS
ย 
Smart kitchen
Smart kitchenSmart kitchen
Smart kitchen
ย 
Automated Plant Watering System.pdf
Automated Plant Watering System.pdfAutomated Plant Watering System.pdf
Automated Plant Watering System.pdf
ย 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of Things
ย 
Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...Design and implementation of a smart home system with two levels of security ...
Design and implementation of a smart home system with two levels of security ...
ย 
android app based home automation
android app based home automationandroid app based home automation
android app based home automation
ย 
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
ย 
IoT Based home automation system using Arduino board
IoT Based home automation system using Arduino boardIoT Based home automation system using Arduino board
IoT Based home automation system using Arduino board
ย 
Smart Home Automation using Wi-Fi
Smart Home Automation using Wi-FiSmart Home Automation using Wi-Fi
Smart Home Automation using Wi-Fi
ย 
IoT
IoTIoT
IoT
ย 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
ย 
arduino 320126512170.pptx
arduino 320126512170.pptxarduino 320126512170.pptx
arduino 320126512170.pptx
ย 
Emerging chapter 4.pptx
Emerging chapter 4.pptxEmerging chapter 4.pptx
Emerging chapter 4.pptx
ย 
iot PPT.ppt
iot PPT.pptiot PPT.ppt
iot PPT.ppt
ย 
Smart Laboratory
Smart LaboratorySmart Laboratory
Smart Laboratory
ย 

Recently uploaded

NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .DerechoLaboralIndivi
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
ย 

Recently uploaded (20)

NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 

Smart Refrigerator Using Internet of Things (IOT)

  • 1. Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology. ยฉ 2017, IJARIIT All Rights Reserved Page | 842 ISSN: 2454-132X Impact factor: 4.295 (Volume3, Issue1) Available online at: www.ijariit.com Smart Refrigerator Using Internet of Things (IOT) Prof. M. K. Sangole (M. Tech) Department of E&TC SIEM, Nashik Bhushan S. Nasikkar Student Department of E&TC SIEM, Nashik SPPU, Pune Dhananjay V. Kulkarni Student Department of E&TC SIEM, Nashik SPPU, Pune Gitesh K. Kakuste Student Department of E&TC SIEM, Nashik SPPU, Pune Abstractโ€”Smart appliances with multimedia capability have been emerging into our daily life. Smart appliances include washing machine, television, refrigerator etc. In this modern era, human being is used to intouch with this technology or we can say it as internet of things (IoT). As we look around ourselves we see modernization with superior technology, for example cell phones, kitchen, appliances and many more. It uses fast advance of computing technology and the wide use of the Internet, smart home is one of the most prominent areas of intelligent appliances. Kitchen is one of the places where such intelligent appliances are mostly used. Existing systems used high technology that increases its complexity. The products currently available are expensive so the user has to buy the whole costly refrigerator. The Smart Refrigerator module is designed that modifies any existing normal refrigerator into a smart refrigerator which is cost effective, using various sensors. Keywordsโ€” Refrigerator, Internet of things (IoT), Arduino board, Arduino IDE software, Android studio, Sensors. I.INTRODUCTION Refrigerator is the most frequently used domiciliary/kitchen electrical appliance all over the world for food storage. Principally this appliance is used for various tenacities like storing vegetables, fruits etc. Smart refrigeration module is designed to convert any existing normal refrigerator into a smart and low cost machine using sensors. Smart refrigerator compares the status of the food for e.g. weight, quantity etc. Significance of this work will be removable of food spoilage, reduce illness and make healthier lifestyle of modern age human being. The smart refrigerator is capable of sensing and monitoring its contents and also provides advantageous features. The smart refrigerator is also able to remotely on-off control and notify the user about scarce products via wifi module (internet)on userโ€™s mobile android application. It also facilitates the purchase of scarce items by providing a one-touch button on mobile application from predefined nearer grocery vendor of that particular item by sending SMS. The core functionality of the smart fridge is to maintain, with minimum effort, an food items which might want to be purchased as soon as they run out. As a result, the user is notified every time if eggs are finished. The load cell triggers a notification of available less vegetable to user as soon as the applied pressure is below threshold kg. IR proximity sensors monitor the containers in which milk or juices are sensed. Additional functionality includes the ice ready indication, power saving, smell detection, over weighting etc. A.State of the art development By the late 1990s and the early 2000s, the idea of connecting home appliances specially refrigerator to the internet (Internet of Things) had been popularized and was seen as the next big thing. In June 2000, LG company had been launched the world's first internet refrigerator, the Internet Digital DIOS. Smart refrigerator (also known as Internet refrigerator) is a refrigerator that has been programmed to sense what kinds of food items are being stored inside a fridge and keep a track of the available stock through barcode or RFID scanning. This kind of smart refrigerator is often equipped to determine itself whenever a food item needs to be replenished (restore). But this refrigerator was an unsuccessful product because the consumers had seen it as an unnecessary product and due to more expensive (more than $20,000) and that the problems solved were obscure. For example, many juice bottles or milk bottles are transparent, providing a visual reminder that a buying is needed eventually; vegetable drawers are similarly transparent and contain
  • 2. Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology. ยฉ 2017, IJARIIT All Rights Reserved Page | 843 items often removed from packages, thus eliminating a bar codes for inventory which meant manually keying in descriptions, dates and other details. Moreover, the ability of the device to remind users of upcoming purchases when there are often multiple buyers in a household who communicate informally is not typically addressable as a use case. This chapter discusses the development of the SRIOT (Smart Refrigerator Using IOT) module. This module could be seen as a combination of smaller modules namely: 1. Sensing module 2. Control module (Arduino board) 3. Transmission module This modules works together perform all the functions and features of Smart refrigerator. A. Design Considerations Design section addresses the issues that need to be resolved before attempting to devise a complete design solution. 1) General Constraints The following considerations must be kept in mind while developing the design. โ— Power supply of module should be switched off when module not in use. โ— The food items that to be sensed have to be placed in their respective places. โ— The design must be applicable to any existing normal refrigerator. 2) Architectural Strategies This section describes the design decisions and strategies that affect the overall organization of the system and its upper level structures. These strategies will provide insight into the key abstractions and mechanisms used in the system architecture. III. IMPLEMENTATION This section deals with the detailed hardware and software description and implementation of the various sensors and components. Hardware and Software Implementation This section provides description of the hardware and software used for implementation of the Smart Refrigeration module. The hardware used for Smart Refrigeration module are: Power supply unit, Arduinouno board (ATmega328p), electromagnetic relay, various sensors, GSM module, LCD display. Figure shows the block diagram of Smart Refrigerator. 1) Development Tools Programming for Arduino may be written in any programming language with a compiler that produces binary machine code like C and C++ programming. AVR Studio and the newer Atmel Studio, which can be used for programming Arduino microcontroller. Atmel provides a development environment for their microcontrollers. The Arduino project provides the Arduino integrated development environment (IDE), which is a cross-platform application written in the programming code language Java. It originated from the IDE for the languages Processing and Wiring. It was created for people with no profound knowledge of electronics. It provides features such as syntax highlighting, cutting-pasting, and searching-replacing
  • 3. Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology. ยฉ 2017, IJARIIT All Rights Reserved Page | 844 text, and automatic indenting, and provides simple one-click mechanism a code editor with to compile and upload programs to an Arduino board. It also contains a message area, a text console, a toolbar with buttons for common functions and a series of menus. A program written with the IDE for Arduino is called as a "sketch." Sketches are saved on the development computer as the file extension withโ€™. no.' Arduino Software (IDE) pre-1.0 saved sketches with the extension .pde. The Arduino IDE supports the programming languages C and C++ using special rules to organize code. The Arduino IDE also supplies a software library from the Wiring project that gives many common input and output procedures. The user-written code only requires two functions, for starting the sketch and the main programs loop, that is compiled and then linked with a program stub main() into an executable cyclic executive program with the GNU tool chain, also included with the IDE distribution. The Arduino IDE employs the program air dude to convert from executable code into a text file in hexadecimal coding that is loaded into the Arduino board by a loader program in the board's firmware. 2) Android Studio Android Studio is the official Integrated Development Environment (IDE) for Android application development, based on the IntelliJ IDEA. On top of IntelliJ's, there is a powerful code editor and developer tool; Android Studio offers even more advantageous features that enhance your productivity when building Android applications, such as follows: ๏‚ท A flexible Gradle-based build system ๏‚ท A feature-rich and fast emulator ๏‚ท A unified environment where you can develop for all the Android based devices ๏‚ท Instant Run to push changes to your running app without building a new APK file ๏‚ท GitHub Integration and Code templates to help you build common app features and import sample code ๏‚ท It provides extensive testing tools and frameworks ๏‚ท Lint tools to catch performance, version compatibility, and other problems ๏‚ท Programming languages: C++ and NDK support ๏‚ท Built-in support for Google Cloud Platform, making it simple to integrate Google Cloud Messaging and App Engine IV. WORKING (1) Working on IR sensor module (eggs detection): The pair of IR sensor (i.e. transmitter & detector) are mounted in eggs compartment on opposite wall such that eggs can be placed between them. When eggs are present, there is no contact between transmitter and detector as shown in fig.(a) (a) In the second case when all eggs are lifted, there is direct contact between transmitter and receiver as shown in fig.(b) that provides a signal to microcontroller for further processing. Microcontroller generates โ€˜eggs finishโ€™ signal and sends to user on the mobile android app with the facility of the one-touch auto order of eggs from predefined grocery shop through wifimodule. (b) (2) Working on IR proximity sensor module (milk/juice detection): _ _ _ _ Tx Rx _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ RxTx
  • 4. Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology. ยฉ 2017, IJARIIT All Rights Reserved Page | 845 An ultrasonic sensor in a compartment of milk vessel or bottle will detect the presence of milk level. If milk level is low then โ€˜milk finishedโ€™ message will be generated and send to the user through wifi module on Android app with auto order link. (3) Working on load cell: (a) Vegetable detection: The load cell is mounted below vegetable tray in the refrigerator that continuously measures the weight of vegetables in the tray. Since the weight of vegetable tray goes below threshold weight (set by user approximately 500gm), it senses the less presence of vegetables. Low signal will be generated corresponds to it which will be sent to the user on the mobile app. (b) Over weight detection: The load cell is also used to measure the overall weight of fridge and compares this weight with the maximum possible capacity to carry the material inside fridge set by the manufacturer at which the cooling process of the refrigerator works properly. When the overall weight crosses the threshold level, buzzer will turn ON indicating overweight . (4) Working on the gas sensor (smell detection): Rotten vegetables produce a mixture of gasses. Gas sensors are fixed inside the fridge to detect the odor of rotten vegetables. If gasses detected by the gas sensor, the message will be displayed on the front panel of the refrigerator as well as on userโ€™s mobile, indicating to clean the fridge. (5) Push buttons on main door and freezer door: While the closing of main door or freezer door of the fridge, by mistake it may remain open by the user. When any of the doors is opened the push button release its contact and triggers the timer. If timer exceeds the threshold time of 5 minutes, the buzzer turns ON. (6) Ice ready indication: Typical temperature in the freezer is -5 to -10-degree Celsius. At this temperature, the water in ice tray takes nearly 30 minutes to prepare complete ice. IR sensor is fixed in a compartment of ice tray that detects when the ice tray is placed in the freezer and starts the timer. After 30 minutes the timer stops and displays the message โ€˜ice readyโ€™ on front panel LDC. CONCLUSION The Smart Refrigerator module can remotely notify the user about the low contents of food items inside the refrigerator. It also able to remotely on-off control and notify the user about scarce products via wifi module (internet)and purchase of scarce items by providing a one-touch button on a mobile application (sends SMS to shopkeeper) from predefined nearer grocery vendor of that particular item. This module provides other advantageous like power saving, smell detection, ice-ready indication and others features. . Advantages โ€ข No need of human intervention as automatic Functioning performs the proper operation without any supervision. โ€ข Complete automated operation. โ€ข One-time installation.Low maintenance cost Limitations โ€ข Operations may take longer time. โ€ข Difficult to install and implement on large plants. . โ€ข Need proper calibration otherwise it will not work properly. Future Scope The concept of the smart refrigerator is far more reaching than notifying the user about the available contents of the refrigerator. It should give importance on maintaining a healthier lifestyle by providing the nutritional value of the contents.
  • 5. Sangole K. M. et al.; International Journal of Advance Research, Ideas and Innovations in Technology. ยฉ 2017, IJARIIT All Rights Reserved Page | 846 The future smart fridge will use barcode scanner that will scan the expiry date products while keeping in the fridge. This gives alert to the user when any product in the fridge is expired. Ultrasound-scanning technology built into the door will allow the fridge to 'swipe and capture' the food on a plate before and after mealtime, meaning it can assess what type and amount of food are wasted. Cameras can be placed in the refrigerator that the user can able to see the contents available in the fridge on userโ€™s mobile application from a remote area. . ACKNOWLEDGMENT Special thanks to Prof. K. B. Jagtap and Prof. M. K. Sangole for their guidance in this work. REFERENCES [1]Prapulla S. B., Dr. Shobha G., Journal of Multidisciplinary Engineering Science and Technology (MEST) ISSN: 3159-0040 Vol. 2 Issue 7, July - 2015 [2] International Journal of Multimedia and Ubiquitous EngineeringVol. 4, No. 2, April 2009 โ€˜A Smart Fridge with an Ability to Enhance Health and Enable BetterNutritionโ€™ by Suhuai Luo, Jesse S. Jin, and Jiaming Li. [3] SomayyaMadakam, R. Ramaswamy, SiddharthTripathi, Journal of Computer and Communications, 2015, 3, 164-173, โ€˜Internet of Things (IoT): A LiteratureReviewโ€™ Published Online May 2015 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2015.35021 [4] International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 5, Issue 7, July. โ€™IoT-based Smart Refrigerator Systemโ€™ byDeepti Singh, Preeti Jain. [5] FolasadeOsisanwo, Shade Kuyoro, and OludeleAwodele, โ€˜Internet Refrigerator- A typical Internet of Things (IoT) 3rd International Conference on Advances in Engineering Sciences & Applied Mathematics (ICAESAMโ€™2015) March 23-24, 2015 London (UK)