SlideShare a Scribd company logo
1 of 27
Design of Wireless Sensor Network for
Automatic Monitoring of Household
Grain Quantity
Department of TCE , RVCE 1
Table Of Contents
• Problem definition
• Objectives
• Introduction
• Architecture
• Component description
• Implementation
• Outcome
Department of TCE , RVCE 2
INTRODUCTION
In the present era of busy life, grain quantity and monitoring has been
difficult manually and often manual monitoring results are inaccurate. In
the future of new era of WSN , solution to this problem can be addressed
by automating the grain quantity monitoring.
 WSN
 IOT
Department of TCE , RVCE 3
Wireless sensor network
Following are some unique features of WSNs:
• Sensor node nodes are typically immobile.
• WSNs may be deployed in harsh environments, so failures may be
quite common.
• WSNs may be very small, there by requiring smaller batteries which are
bound to have short life-time. So WSNs may have less computational
power and less memory.
• Communication in WSN takes place in very short packets to reduce
overheads.
• Sensor networks have many-to-one traffic pattern, which may create hot-
spot problems.
Department of TCE , RVCE 4
PROBLEM DEFINITION
Designing of a smart container for monitoring the grain quantity
and also sends a message to user that the particular grain is less
than the threshold.
Department of TCE , RVCE 5
OBJECTIVES
The objectives of this project are:
 Grain monitoring system using smart container
 Implementation of electronic grain quantity measuring
container.
 A transmission of data monitored to a personal device using
Bluetooth.
 Minimizing the power consumption of the system designed.
Department of TCE , RVCE 6
Methodology
• Calibration of Ultrasound sensor in measuring in the volume
of the smart container
• Detection of activity of lid being closed and opened using IR
sensor.
• Transmission of data using Bluetooth.
Department of TCE , RVCE 7
Block diagram
Department of TCE , RVCE 8
Background
Arduino/Genuino Uno
• Arduino/Genuino Uno is a microcontroller board based on
the ATmega328P .
• It has 14 digital input/output pins (of which 6 can be used as
PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a
USB connection, a power jack, an ICSP header and a reset
button.
• The Arduino/Genuino Uno can be programmed with
the Arduino Software(IDE).
Department of TCE , RVCE 9
Ultrasound sensor
• Ultrasound sensor HC - SR04
• Ultrasonic ranging module HC - SR04 provides 2cm - 400cm
non-contact measurement function, the ranging accuracy can
reach to 3mm.
• The modules includes ultrasonic transmitters, receiver and
control circuit.
Department of TCE , RVCE 10
TIMING DIAGRAM
Department of TCE , RVCE 11
IR sensor
The basic concept of an Infrared Sensor which is used as
Obstacle detector is to transmit an infrared signal, this infrared
signal bounces from the surface of an object and the signal is
received at the infrared receiver.
Department of TCE , RVCE 12
Bluetooth HC – 05
• Bluetooth protocol: Bluetooth Specification v2.0 EDR
• Frequency: 2.4GHz ISM band
• Modulation: GFSK(Gaussian Frequency Shift Keying)
• Speed: Asynchronous: 2.1Mbps(Max) / 160 kbps,
Synchronous: 1Mbps/1Mbps
• Security: Authentication and encryption
• Profiles: Bluetooth serial port
• Power supply: 3.3VDC 50mA
Department of TCE , RVCE 13
Hardware implementation:
Department of TCE , RVCE 14
Interfacing
Step 1: Interfacing ultrasonic sensor with Arduino
Step 2:Interfacing IR sensor with arduino
Step 3: Interfacing an Arduino to an android phone via Bluetooth.
Step 4: Testing and final outcome
Department of TCE , RVCE 15
Test cases
TEST CASE 1:
Ultrasound sensor sense and returns the distance to the closest
object in front of it. To do this, it sends a pulse to the sensor to
initiate a reading, and then listens for a pulse to return. The
distance is measured by calculating the time travelled by
transmitted signal and the received signal.
Distance = (Time x Speed of Sound)/2
Department of TCE , RVCE 16
Department of TCE , RVCE 17
TEST CASE 2: Interfacing IR sensor with arduino
Our main objective is power consumption. In order to reduce the
power consumption IR sensor is used. The main purpose of the
IR sensor is to detect the object and to send the message only
when the lid opened and then closed. By this way amount of
power wastage will be reduced instead of sending continuously
Department of TCE , RVCE 18
Department of TCE , RVCE 19
TEST CASE 3 : Interfacing an Arduino to an android phone via
Bluetooth.
Bluetooth terminal application is a basic free Android terminal
emulator app which sends a single digit (zero or one) from a phone
to a Bluetooth module connected to the Arduino Uno via a serial
connection.
The Arduino Uno will read the data and will turn an LED ON or
OFF accordingly, later it sends a status message back, which will be
displayed the Bluetooth terminal.
Department of TCE , RVCE 20
TEST CASE 4: Final out come
Once the Bluetooth module is on the ultrasound sensor measures
the distance of container. If the quantity of grains goes less than
10% it sends the message only when the lid closed and then
opened to save the power consumption. The measured distance is
converted into volume.
Department of TCE , RVCE 21
Department of TCE , RVCE 22
Ultra sound sensor Arduino Bluetooth IR sensor
Pin 1 (VCC) VCC
Pin 2 (trigger) Pin 7 (digital pin)
Pin 3 (Echo) Pin 7 (digital pin)
Pin 4 (GND) Ground
Not connected Pin 1 (State)
Pin 10 (digital pin) Pin 2 (Receive)
Pin 11 (digital pin) Pin 3 (Transmit)
Ground Pin 4 (GND)
VCC Pin 5 (VCC)
Not connected Pin 6 (Wakeup)
Pin 6 (digital pin) Pin 3 (output)
Ground Pin 1 (ground)
VCC Pin 2 (VCC)
FLOW CHART :
Department of TCE , RVCE 23
CONCLUSION
This project describes the smart container using wireless sensor
network, which basically monitors the quantity of the grains in
the container and sends a message to personal device. Using
Bluetooth the message is successfully sent to the user whenever
the container grain quantity is less than threshold. The message
carries Grain Quantity which is displayed in the application
terminal in personal device.
Department of TCE , RVCE 24
Future implementation
This project can also be implemented with the Wi-Fi module
instead of Bluetooth by storing the respective values in the
database by monitoring the multiple containers. The database can
be stored in cloud by linking to internet of things. This database
can be accessed from different locations by the user through
internet.
Department of TCE , RVCE 25
REFERENCES
[1] Mark Weiser, “The Computer for the Twenty-First Century”, Scientific
American, 1991.
[2] Wireless World Research Forum, “Book of Visions”,
http://www.wireless-world.
[3] Jianguang Jia, Jingming Kuang, Zunwen He and Yuhang Mu, “Design
of Monitor System for Grain Depots Based on Wireless Sensor
Network”, IEEE International Conference Mechatronics and
Automation held atChina during August 9 – 12, 2009.
[4] Addlesee, M.D., Jones, A., Livesey, F., and Samaria, F.: Active Floor.
IEEE
Personal Communications, Vol.4, No 5, October 1997, pp. 35-41. IEEE,
Piscataway, NJ, USA.
Department of TCE , RVCE 26
REFERENCES
Department of TCE , RVCE 27
[5] Addlesee, M.D., Curwen, R., Hodges, S., Newman, J., Steggles, P., Ward, A.,
HopperA.: Implementing a Sentient Computing System. IEEE Computer
Magazine, Vol. 34, No. 8,August 2001, pp. 50-56.

More Related Content

What's hot

IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using ZigbeeIRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using ZigbeeIRJET Journal
 
Security Robot
Security RobotSecurity Robot
Security Robotdiego5wh
 
actuator device configuration by NFC
actuator device configuration by NFCactuator device configuration by NFC
actuator device configuration by NFCSandeep P M
 
Case study of wireless sensor network
Case study of wireless sensor networkCase study of wireless sensor network
Case study of wireless sensor networkSushil Aggarwal
 
Wireless ai based intelli industrial security robot 2 ppt
Wireless ai based intelli industrial security robot 2 pptWireless ai based intelli industrial security robot 2 ppt
Wireless ai based intelli industrial security robot 2 pptVarun B P
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET Journal
 
Track 4 session 8 - st dev con 2016 - time of flight
Track 4   session 8 - st dev con 2016 - time of flightTrack 4   session 8 - st dev con 2016 - time of flight
Track 4 session 8 - st dev con 2016 - time of flightST_World
 
A Border security Using Wireless Integrated Network Sensors (WINS)
A Border security Using Wireless Integrated Network Sensors (WINS)A Border security Using Wireless Integrated Network Sensors (WINS)
A Border security Using Wireless Integrated Network Sensors (WINS)Saurabh Giratkar
 
INTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERSINTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERSARUN P S
 
Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Ushaswini Chowdary
 
Zigbee based intelligent helemet for coal miners ppt
Zigbee based intelligent helemet for coal miners pptZigbee based intelligent helemet for coal miners ppt
Zigbee based intelligent helemet for coal miners pptVenkatesh Kaduru
 
Track 4 session 1 - st dev con 2016 - body area network and sensor synchron...
Track 4   session 1 - st dev con 2016 - body area network and sensor synchron...Track 4   session 1 - st dev con 2016 - body area network and sensor synchron...
Track 4 session 1 - st dev con 2016 - body area network and sensor synchron...ST_World
 
Iaetsd ethernet based intelligent security system
Iaetsd ethernet based intelligent security systemIaetsd ethernet based intelligent security system
Iaetsd ethernet based intelligent security systemIaetsd Iaetsd
 
Track 1 session 8 - st dev con 2016 - smart factories
Track 1   session 8 - st dev con 2016 -  smart factoriesTrack 1   session 8 - st dev con 2016 -  smart factories
Track 1 session 8 - st dev con 2016 - smart factoriesST_World
 
IRJET- Home Surveillance Without using CCTV Camera
IRJET-  	  Home Surveillance Without using CCTV CameraIRJET-  	  Home Surveillance Without using CCTV Camera
IRJET- Home Surveillance Without using CCTV CameraIRJET Journal
 
Coin Based Water Flow System Using ARM7(LPC2148) By Nehad
Coin Based Water Flow System Using ARM7(LPC2148) By NehadCoin Based Water Flow System Using ARM7(LPC2148) By Nehad
Coin Based Water Flow System Using ARM7(LPC2148) By Nehadarrss arf
 
Zigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamZigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamshiva kumar cheruku
 

What's hot (20)

IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using ZigbeeIRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
 
Security Robot
Security RobotSecurity Robot
Security Robot
 
actuator device configuration by NFC
actuator device configuration by NFCactuator device configuration by NFC
actuator device configuration by NFC
 
Case study of wireless sensor network
Case study of wireless sensor networkCase study of wireless sensor network
Case study of wireless sensor network
 
Wireless ai based intelli industrial security robot 2 ppt
Wireless ai based intelli industrial security robot 2 pptWireless ai based intelli industrial security robot 2 ppt
Wireless ai based intelli industrial security robot 2 ppt
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
 
Track 4 session 8 - st dev con 2016 - time of flight
Track 4   session 8 - st dev con 2016 - time of flightTrack 4   session 8 - st dev con 2016 - time of flight
Track 4 session 8 - st dev con 2016 - time of flight
 
A Border security Using Wireless Integrated Network Sensors (WINS)
A Border security Using Wireless Integrated Network Sensors (WINS)A Border security Using Wireless Integrated Network Sensors (WINS)
A Border security Using Wireless Integrated Network Sensors (WINS)
 
INTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERSINTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERS
 
Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)
 
Zigbee based intelligent helemet for coal miners ppt
Zigbee based intelligent helemet for coal miners pptZigbee based intelligent helemet for coal miners ppt
Zigbee based intelligent helemet for coal miners ppt
 
Track 4 session 1 - st dev con 2016 - body area network and sensor synchron...
Track 4   session 1 - st dev con 2016 - body area network and sensor synchron...Track 4   session 1 - st dev con 2016 - body area network and sensor synchron...
Track 4 session 1 - st dev con 2016 - body area network and sensor synchron...
 
Iaetsd ethernet based intelligent security system
Iaetsd ethernet based intelligent security systemIaetsd ethernet based intelligent security system
Iaetsd ethernet based intelligent security system
 
Track 1 session 8 - st dev con 2016 - smart factories
Track 1   session 8 - st dev con 2016 -  smart factoriesTrack 1   session 8 - st dev con 2016 -  smart factories
Track 1 session 8 - st dev con 2016 - smart factories
 
IRJET- Home Surveillance Without using CCTV Camera
IRJET-  	  Home Surveillance Without using CCTV CameraIRJET-  	  Home Surveillance Without using CCTV Camera
IRJET- Home Surveillance Without using CCTV Camera
 
Report matter 2
Report matter 2Report matter 2
Report matter 2
 
Coin Based Water Flow System Using ARM7(LPC2148) By Nehad
Coin Based Water Flow System Using ARM7(LPC2148) By NehadCoin Based Water Flow System Using ARM7(LPC2148) By Nehad
Coin Based Water Flow System Using ARM7(LPC2148) By Nehad
 
final14-4
final14-4final14-4
final14-4
 
Safety Helmet for Coal Miners
Safety Helmet for Coal MinersSafety Helmet for Coal Miners
Safety Helmet for Coal Miners
 
Zigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamZigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue team
 

Similar to Smart Container

Environmental Sensor Network Paper
Environmental Sensor Network PaperEnvironmental Sensor Network Paper
Environmental Sensor Network PaperZoey Y. Kang
 
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOROBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSORLeTsKnOw1
 
Advance water level sensing and automation
Advance water level sensing and automationAdvance water level sensing and automation
Advance water level sensing and automationMosin M
 
Ultrasonic level meter
Ultrasonic level meterUltrasonic level meter
Ultrasonic level meterhandson28
 
audio labler device for visual impare
audio labler device for visual impareaudio labler device for visual impare
audio labler device for visual imparehusnatajwar
 
Internet of things laboratory
Internet of things laboratoryInternet of things laboratory
Internet of things laboratorySoumee Maschatak
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626shailesh yadav
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system pptNilgiri publicity
 
IRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET Journal
 
Design Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point SpotsDesign Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point SpotsIJMTST Journal
 
22276455 wireless-geophones
22276455 wireless-geophones22276455 wireless-geophones
22276455 wireless-geophonesshankarshankar48
 
6 article azojete vol 8 53 66
6 article azojete vol 8 53 666 article azojete vol 8 53 66
6 article azojete vol 8 53 66Oyeniyi Samuel
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice boardIRJET Journal
 
Border security
Border securityBorder security
Border securityFarah Naaz
 

Similar to Smart Container (20)

Environmental Sensor Network Paper
Environmental Sensor Network PaperEnvironmental Sensor Network Paper
Environmental Sensor Network Paper
 
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOROBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
OBSTACLE AVOIDACE ROBOT USING ARDUINO UNO AND ULTRASONIC SENSOR
 
Wireless Data Transfer in Under Water System
Wireless Data Transfer in Under Water SystemWireless Data Transfer in Under Water System
Wireless Data Transfer in Under Water System
 
Advance water level sensing and automation
Advance water level sensing and automationAdvance water level sensing and automation
Advance water level sensing and automation
 
Ultrasonic level meter
Ultrasonic level meterUltrasonic level meter
Ultrasonic level meter
 
audio labler device for visual impare
audio labler device for visual impareaudio labler device for visual impare
audio labler device for visual impare
 
Best Paper winning PPT
Best Paper winning PPTBest Paper winning PPT
Best Paper winning PPT
 
Internet of things laboratory
Internet of things laboratoryInternet of things laboratory
Internet of things laboratory
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626Anam rajkumar sarvesh k10779,k10626
Anam rajkumar sarvesh k10779,k10626
 
Anam rajkumar sarvesh
Anam rajkumar sarveshAnam rajkumar sarvesh
Anam rajkumar sarvesh
 
4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT4th-Yr-PROJECT-REPORT
4th-Yr-PROJECT-REPORT
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
 
IRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For BlindIRJET- Smart Guide Stick For Blind
IRJET- Smart Guide Stick For Blind
 
Design Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point SpotsDesign Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point Spots
 
22276455 wireless-geophones
22276455 wireless-geophones22276455 wireless-geophones
22276455 wireless-geophones
 
6 article azojete vol 8 53 66
6 article azojete vol 8 53 666 article azojete vol 8 53 66
6 article azojete vol 8 53 66
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice board
 
Border security
Border securityBorder security
Border security
 
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY PiULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
 

Recently uploaded

New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 

Recently uploaded (20)

New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 

Smart Container

  • 1. Design of Wireless Sensor Network for Automatic Monitoring of Household Grain Quantity Department of TCE , RVCE 1
  • 2. Table Of Contents • Problem definition • Objectives • Introduction • Architecture • Component description • Implementation • Outcome Department of TCE , RVCE 2
  • 3. INTRODUCTION In the present era of busy life, grain quantity and monitoring has been difficult manually and often manual monitoring results are inaccurate. In the future of new era of WSN , solution to this problem can be addressed by automating the grain quantity monitoring.  WSN  IOT Department of TCE , RVCE 3
  • 4. Wireless sensor network Following are some unique features of WSNs: • Sensor node nodes are typically immobile. • WSNs may be deployed in harsh environments, so failures may be quite common. • WSNs may be very small, there by requiring smaller batteries which are bound to have short life-time. So WSNs may have less computational power and less memory. • Communication in WSN takes place in very short packets to reduce overheads. • Sensor networks have many-to-one traffic pattern, which may create hot- spot problems. Department of TCE , RVCE 4
  • 5. PROBLEM DEFINITION Designing of a smart container for monitoring the grain quantity and also sends a message to user that the particular grain is less than the threshold. Department of TCE , RVCE 5
  • 6. OBJECTIVES The objectives of this project are:  Grain monitoring system using smart container  Implementation of electronic grain quantity measuring container.  A transmission of data monitored to a personal device using Bluetooth.  Minimizing the power consumption of the system designed. Department of TCE , RVCE 6
  • 7. Methodology • Calibration of Ultrasound sensor in measuring in the volume of the smart container • Detection of activity of lid being closed and opened using IR sensor. • Transmission of data using Bluetooth. Department of TCE , RVCE 7
  • 9. Background Arduino/Genuino Uno • Arduino/Genuino Uno is a microcontroller board based on the ATmega328P . • It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. • The Arduino/Genuino Uno can be programmed with the Arduino Software(IDE). Department of TCE , RVCE 9
  • 10. Ultrasound sensor • Ultrasound sensor HC - SR04 • Ultrasonic ranging module HC - SR04 provides 2cm - 400cm non-contact measurement function, the ranging accuracy can reach to 3mm. • The modules includes ultrasonic transmitters, receiver and control circuit. Department of TCE , RVCE 10
  • 12. IR sensor The basic concept of an Infrared Sensor which is used as Obstacle detector is to transmit an infrared signal, this infrared signal bounces from the surface of an object and the signal is received at the infrared receiver. Department of TCE , RVCE 12
  • 13. Bluetooth HC – 05 • Bluetooth protocol: Bluetooth Specification v2.0 EDR • Frequency: 2.4GHz ISM band • Modulation: GFSK(Gaussian Frequency Shift Keying) • Speed: Asynchronous: 2.1Mbps(Max) / 160 kbps, Synchronous: 1Mbps/1Mbps • Security: Authentication and encryption • Profiles: Bluetooth serial port • Power supply: 3.3VDC 50mA Department of TCE , RVCE 13
  • 15. Interfacing Step 1: Interfacing ultrasonic sensor with Arduino Step 2:Interfacing IR sensor with arduino Step 3: Interfacing an Arduino to an android phone via Bluetooth. Step 4: Testing and final outcome Department of TCE , RVCE 15
  • 16. Test cases TEST CASE 1: Ultrasound sensor sense and returns the distance to the closest object in front of it. To do this, it sends a pulse to the sensor to initiate a reading, and then listens for a pulse to return. The distance is measured by calculating the time travelled by transmitted signal and the received signal. Distance = (Time x Speed of Sound)/2 Department of TCE , RVCE 16
  • 17. Department of TCE , RVCE 17
  • 18. TEST CASE 2: Interfacing IR sensor with arduino Our main objective is power consumption. In order to reduce the power consumption IR sensor is used. The main purpose of the IR sensor is to detect the object and to send the message only when the lid opened and then closed. By this way amount of power wastage will be reduced instead of sending continuously Department of TCE , RVCE 18
  • 19. Department of TCE , RVCE 19 TEST CASE 3 : Interfacing an Arduino to an android phone via Bluetooth. Bluetooth terminal application is a basic free Android terminal emulator app which sends a single digit (zero or one) from a phone to a Bluetooth module connected to the Arduino Uno via a serial connection. The Arduino Uno will read the data and will turn an LED ON or OFF accordingly, later it sends a status message back, which will be displayed the Bluetooth terminal.
  • 20. Department of TCE , RVCE 20
  • 21. TEST CASE 4: Final out come Once the Bluetooth module is on the ultrasound sensor measures the distance of container. If the quantity of grains goes less than 10% it sends the message only when the lid closed and then opened to save the power consumption. The measured distance is converted into volume. Department of TCE , RVCE 21
  • 22. Department of TCE , RVCE 22 Ultra sound sensor Arduino Bluetooth IR sensor Pin 1 (VCC) VCC Pin 2 (trigger) Pin 7 (digital pin) Pin 3 (Echo) Pin 7 (digital pin) Pin 4 (GND) Ground Not connected Pin 1 (State) Pin 10 (digital pin) Pin 2 (Receive) Pin 11 (digital pin) Pin 3 (Transmit) Ground Pin 4 (GND) VCC Pin 5 (VCC) Not connected Pin 6 (Wakeup) Pin 6 (digital pin) Pin 3 (output) Ground Pin 1 (ground) VCC Pin 2 (VCC)
  • 23. FLOW CHART : Department of TCE , RVCE 23
  • 24. CONCLUSION This project describes the smart container using wireless sensor network, which basically monitors the quantity of the grains in the container and sends a message to personal device. Using Bluetooth the message is successfully sent to the user whenever the container grain quantity is less than threshold. The message carries Grain Quantity which is displayed in the application terminal in personal device. Department of TCE , RVCE 24
  • 25. Future implementation This project can also be implemented with the Wi-Fi module instead of Bluetooth by storing the respective values in the database by monitoring the multiple containers. The database can be stored in cloud by linking to internet of things. This database can be accessed from different locations by the user through internet. Department of TCE , RVCE 25
  • 26. REFERENCES [1] Mark Weiser, “The Computer for the Twenty-First Century”, Scientific American, 1991. [2] Wireless World Research Forum, “Book of Visions”, http://www.wireless-world. [3] Jianguang Jia, Jingming Kuang, Zunwen He and Yuhang Mu, “Design of Monitor System for Grain Depots Based on Wireless Sensor Network”, IEEE International Conference Mechatronics and Automation held atChina during August 9 – 12, 2009. [4] Addlesee, M.D., Jones, A., Livesey, F., and Samaria, F.: Active Floor. IEEE Personal Communications, Vol.4, No 5, October 1997, pp. 35-41. IEEE, Piscataway, NJ, USA. Department of TCE , RVCE 26
  • 27. REFERENCES Department of TCE , RVCE 27 [5] Addlesee, M.D., Curwen, R., Hodges, S., Newman, J., Steggles, P., Ward, A., HopperA.: Implementing a Sentient Computing System. IEEE Computer Magazine, Vol. 34, No. 8,August 2001, pp. 50-56.