SlideShare a Scribd company logo
Monitoring
Francesco Cassini
Matteo Ginesi
Lorenzo Leschiera
IOT Final Project Presentation
prof. Ioannis Chatzigiannakis
Private Telemetry and Alert System for Citizens
Smart City Certification and Survellaince Network
Public database for Scientific Pollution Monitoring
Flue Smoke
OUR TEAM
Francesco Cassini
Cassini.785771@studenti.uniroma1.it
linkedin.com/in/francesco-cassini
Matteo Ginesi
ginesi.1832198@studenti.uniroma1.it
linkedin.com/in/matteo-ginesi
Lorenzo Leschiera
leschiera.1325697@studenti.uniroma1.it
linkedin.com/in/lorenzo-leschiera
FLUE Smoke and Gas Certification
- One check at year for gas boiler
- Two times for GPL and solid fuels
- Costs: from 50 to 80 Euro
- Necessity to be onplace
Boiler and Flue checks are necessary for…
- Correct working
- Fuel Consumption
- Air quality
- Private and Public Safety
Gas street pipes
explosion
(Rocca di Papa 2019)
Boiler apartment
accident
(Roma 2019)
Public
Safety
In
particular
Infact, the
Accidents
Reasons
Absence of Smog relevations detector
(29% of accidents)
Malfunctions of Devices
(27% of accidents)
GPL incorrect use procedures
(31% of accidents)
GPL absence of manteinance
(3% of accidents)
More…
Pollutions
Problem
Gas boilers, stove, fireplaces principal
contribute to pollutions
(60% of total pollutions in the air)
PM10 grown from 14.000 to 21.000 tons
(ISPRA pollution report 2016)
PM10 by cars reduced from 13 to 5.5
(ISPRA pollution report 2016)
Difficult to individuate immediately
a malfunctions, the source of smog
People interested
- Greta Turngreen
- Age: 85
- Retired teacher, widow, live alone, 2 sons
- Afraid unknown tecnicians at home
- Informed, keep the enviroment
- Small retirement pension, save money
What’s mean today «Wireless Flue Analyzer Kit»
Only Bluetooth or Wifi to enable a more bigger screen on tablet
FLUE GAS Sensors Network
Private Alert and Info
Online Certification
and City Monitoring
Public Big Data Analsys
Sensors LoRa Transmitter
Putting all together
Wireless +Exclusive of LoRa
Time of intervetion + Electric indipendent
Big and Usage Data + Public Network of Gateway
Less burocracy + Years of transmission
Cost of device + Long range
Elder security + Edge Cloud
Simple to install + Expandable
Big data
analysis
Private Alert
City Dataset
GAS SENSOR LORA BOARD
DRAGINO GATEWAY
FLUE
LORA TRANSMITTER
LORA RECEIVER
Global
sensor
Apartment
03
Apartment
01
Apartment
04
Apartment
02
Collect Data by Sensors
Multiusers LORA Gateway
Collects alert messages
from several LORA devices
Device with GAS sensor and
LORA transmitter
Get gas measure
and send data
AWS IOT DYNAMO DB
LORA NETWORK
NETWORK SERVER
Case A: Private alert and Info
Gas leaks and Air Quality
The Things Network
The link between LORA gateway
and the web
Android application
- Immediate Alert notification
- Certification and remainder
- Personal Usage Data Analisys
AWS IOT Cloud server
Receive messages from TTN, collects in a
database and send to Android app
The Things Network
AWS IOT DYNAMO DB
LORA NETWORK
NETWORK SERVER
Case B: Online Certification and Network monitoring
Gas leaks and Air Quality
The Things Network
The link between LORA gateway
and the web
City Administration Database
- Public Sorvellaince
- Better certification management
- Smart City administration
AWS IOT Cloud server
Receive messages from TTN, collects in a
database and send to Android app
The Things Network
ELASTIC SEARCH KIBANA
LORA NETWORK
NETWORK SERVER
Case C: Public Dataset for Big Data Analitycs
Gas leaks and Air Quality
The Things Network
The link between LORA gateway
and the web
Public Dataset
- Big Data Analisys
- Sharing informations
Elastic Search with Kibana
Receive messages from TTN, collects in a file on
Elastic Search and it’s possible visualize them
with Kibana
The Things Network
Gas sensor detect out of range data from enviroment
Immediately send an alert through LORA network
1) Gas Sensor device with LORA transmitter
Gas Sensor: MQ-135
• Wide detecting scope and fast response and High sensitivity
• Stable and long life Simple drive circuit
• They are used in air quality control equipment for buildings/offices and are
suitable for detecting of NH3, NOx, alcohol, Benzene, smoke, CO2.
LoRaWAN Transreceiver – ST32 DISCOVERY
Init Radio
module
Init Analog
Input
LoRaWAN /
TTN credential
data
LoRa Event
Queue
Send data Recive Data
ST32 DISCOVERY - Code
mbed_app.json
LoRaWAN credentials for TTN
main.cpp
Sensor’s value reading and sending
data trough LoRaWAN
2) LORA Gateway: DRAGINO LG01-S
- Very economic… but there are better choices!
- Is only single band!
- LoRa band available at 433/868/915/920 Mhz
- Max range in LoRa : 5 ~ 10km
- Low power consuption
- Multiuser
Dragino Configuration
Connecting Dragino with The Things Network
Dragino problem: a bad antenna connector!
We have to repair it!
The Things Network – Register Gateway
1) Create new gateway
2) Get Gateway EUI
3) Put Gateway EUI in Dragino
The Things Network - Application
1) Create application LoraTest
2) Get Application ID
3) Payload decoder
The Things Network - Devices
- Application is the hub for one
or more devices
- Device report the address of
phisical transmitter device
- There are two different methods:
APB and OTAA
The Things Network: Activation Notes
Over-the-Air Activation (OTAA)
Over-the-Air Activation (OTAA) is the preferred and most secure way to connect with The Things
Network. Devices perform a join-procedure with the network, during which a dynamic DevAddr is
assigned and security keys are negotiated with the device.
Activation by Personalization (ABP)
In some cases you might need to hardcode the DevAddr as well as the security keys in the device. This
means activating a device by personalization (ABP). This strategy might seem simpler, because you
skip the join procedure, but it has some downsides related to security
Elastic Search
- It’s a very powerful search engine
developed In JAVA
- Schema free JSON documents,
scalable and real-time search
- Kibana is a visualizations and
presentation Tool for Elastic Search
The Things Network – HTTP Integration
- TTN has several plugins to connect
with external services
- HTTP integration sends data in
JSON format to an endpoint
- Here we have to put the URL
endpoint of Elastic Search
(very carefully to create it!)
Elastic Search – API Console
- Through API Console is possible
interact with Elastic
- PUT, POST, GET, DELETE
cURL symilar syntax
- A simple GET indices search
to see if everything goes fine
Elastic Search - Kibana
- Add an index to Kibana
- Select which Time type do
you want get as reference
- Start your visualization graph
Elastic Search - Kibana
- Several type of visualizations
in real time
- Discover: to see immediately
our data
- Visualize: to create interactive
dashboards
AWS – DynamoDB
- NoSQL database service that
supports key-value and
document data structures
- Each partition 10GB, 1000 Write
Capacity Units and 3000 Read
Capacity Units.
- Distributed System
AWS – DynamoDB
- Integration of AWS IoT with
DynamoDB
- Security policy of AWS
- Stores the received message on
DynamoDB
AWS – DynamoDB - RestFul
- Additional: Python (.NET) code to
RestFul
- PUT, POST, GET, DELETE
cURL symilar syntax
- Return all devices and all
value stored
AWS – DynamoDB
- Creation of DynamoDB for
records Public Administration
Data
- Restful request in a HTML page
- Georeferencing view of sensors
AWS– Android
- Creations of republish of message
- Filter important messages
AWS– Android
- Android application for notification
- Using service android for
run in background
- Simple and expandible
AWS– Android
- Example of notification
- Very fast
POSSIBLE EXPANSIONS
Street gas leaks, hospital air pipes, enviroment at risk…
GAS TANK GAS BOILER GAS STREET PIPES
Previous Research
- 2013 publication
- Based on a ZigBee
(100 meters)
- Similar to BT or WI-FI
- Centralized solution
- No public database
DEMO
TIME
Linkedin Medium Hackster
https://www.hackster.io/16978
2/lora-flue-gas-monitoring-
system-e51259
YouTube
https://www.youtube.com/play
list?list=PLAr1WaZbNX6d71oqC
RcAHnkAAhue8hiqc
RESOURCE LINKS
linkedin.com/in/francesco-cassini
linkedin.com/in/matteo-ginesi
linkedin.com/in/lorenzo-leschiera
https://medium.com/@f
rancesco.cassini/lora-
flue-gas-monitoring-
system-27dc85aeaf66
SlideShare
presentation Github AMI 2019
https://ami2019.diag.uniroma1.
it/
ArmMBED
https://www.youtube.com/play
list?list=PLAr1WaZbNX6d71oqC
RcAHnkAAhue8hiqc
RESOURCE LINKS
You are reading it! https://github.com/fra
ncesco-AI/LoRa-Flue-
Smoke-Monitoring
Grazie!
Francesco Cassini,
Matteo Ginesi,
Lorenzo Leschiera

More Related Content

What's hot

Sigfox Technology Overview (nov 2017)
Sigfox Technology Overview (nov 2017)Sigfox Technology Overview (nov 2017)
Sigfox Technology Overview (nov 2017)
Nicolas Lesconnec
 
Sigfox Makers Tour São Paulo
Sigfox Makers Tour São PauloSigfox Makers Tour São Paulo
Sigfox Makers Tour São Paulo
Nicolas Lesconnec
 
Wireless Mesh Technology, Ecosystem and Alliance for reliable and secure IoT
Wireless Mesh Technology, Ecosystem and Alliance for reliable and secure IoTWireless Mesh Technology, Ecosystem and Alliance for reliable and secure IoT
Wireless Mesh Technology, Ecosystem and Alliance for reliable and secure IoT
Simon Chudoba
 
Open Source Hardware for Industry 4.0
Open Source Hardware for Industry 4.0Open Source Hardware for Industry 4.0
Open Source Hardware for Industry 4.0
Olimex Bulgaria
 
[Feb 2020] Cours IoT - CentraleSupelec - Master SIO
[Feb 2020] Cours IoT - CentraleSupelec - Master SIO[Feb 2020] Cours IoT - CentraleSupelec - Master SIO
[Feb 2020] Cours IoT - CentraleSupelec - Master SIO
Nicolas Lesconnec
 
Sigfox presentation [Sep 2016]
Sigfox presentation [Sep 2016]Sigfox presentation [Sep 2016]
Sigfox presentation [Sep 2016]
Nicolas Lesconnec
 
Sigfox x Arduino Workshop
Sigfox x Arduino Workshop Sigfox x Arduino Workshop
Sigfox x Arduino Workshop
Nicolas Lesconnec
 
SIGFOX Makers Tour - Porto
SIGFOX Makers Tour - PortoSIGFOX Makers Tour - Porto
SIGFOX Makers Tour - Porto
Nicolas Lesconnec
 
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
IOSRJECE
 
Sigfox Overview
Sigfox OverviewSigfox Overview
Sigfox Overview
Nicolas Lesconnec
 
IoT Communication protocols Overview
IoT Communication protocols OverviewIoT Communication protocols Overview
IoT Communication protocols Overview
Guy Vinograd ☁
 
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET Journal
 
Sigfox Makers Tour - Mexico City
Sigfox Makers Tour - Mexico CitySigfox Makers Tour - Mexico City
Sigfox Makers Tour - Mexico City
Nicolas Lesconnec
 
IoT Workshop with Sigfox & Arduino - Copenhagen Business School
IoT Workshop with Sigfox & Arduino - Copenhagen Business SchoolIoT Workshop with Sigfox & Arduino - Copenhagen Business School
IoT Workshop with Sigfox & Arduino - Copenhagen Business School
Nicolas Lesconnec
 
Bosch Connected Experience - Sigfox Presentation
Bosch Connected Experience - Sigfox PresentationBosch Connected Experience - Sigfox Presentation
Bosch Connected Experience - Sigfox Presentation
Nicolas Lesconnec
 
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET Journal
 
Sigfox Makers Tour - Bratislava
Sigfox Makers Tour - BratislavaSigfox Makers Tour - Bratislava
Sigfox Makers Tour - Bratislava
Nicolas Lesconnec
 
Practical Examples of LoRaWAN in Action
Practical Examples of LoRaWAN in ActionPractical Examples of LoRaWAN in Action
Practical Examples of LoRaWAN in Action
Robin Harris
 
Wild fire monitoring system
Wild fire monitoring systemWild fire monitoring system
Wild fire monitoring systemJohn Mahlalela
 
IRJET- LPG Leakage Detection and Prevention System with GSM Alert
IRJET-  	  LPG Leakage Detection and Prevention System with GSM AlertIRJET-  	  LPG Leakage Detection and Prevention System with GSM Alert
IRJET- LPG Leakage Detection and Prevention System with GSM Alert
IRJET Journal
 

What's hot (20)

Sigfox Technology Overview (nov 2017)
Sigfox Technology Overview (nov 2017)Sigfox Technology Overview (nov 2017)
Sigfox Technology Overview (nov 2017)
 
Sigfox Makers Tour São Paulo
Sigfox Makers Tour São PauloSigfox Makers Tour São Paulo
Sigfox Makers Tour São Paulo
 
Wireless Mesh Technology, Ecosystem and Alliance for reliable and secure IoT
Wireless Mesh Technology, Ecosystem and Alliance for reliable and secure IoTWireless Mesh Technology, Ecosystem and Alliance for reliable and secure IoT
Wireless Mesh Technology, Ecosystem and Alliance for reliable and secure IoT
 
Open Source Hardware for Industry 4.0
Open Source Hardware for Industry 4.0Open Source Hardware for Industry 4.0
Open Source Hardware for Industry 4.0
 
[Feb 2020] Cours IoT - CentraleSupelec - Master SIO
[Feb 2020] Cours IoT - CentraleSupelec - Master SIO[Feb 2020] Cours IoT - CentraleSupelec - Master SIO
[Feb 2020] Cours IoT - CentraleSupelec - Master SIO
 
Sigfox presentation [Sep 2016]
Sigfox presentation [Sep 2016]Sigfox presentation [Sep 2016]
Sigfox presentation [Sep 2016]
 
Sigfox x Arduino Workshop
Sigfox x Arduino Workshop Sigfox x Arduino Workshop
Sigfox x Arduino Workshop
 
SIGFOX Makers Tour - Porto
SIGFOX Makers Tour - PortoSIGFOX Makers Tour - Porto
SIGFOX Makers Tour - Porto
 
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
 
Sigfox Overview
Sigfox OverviewSigfox Overview
Sigfox Overview
 
IoT Communication protocols Overview
IoT Communication protocols OverviewIoT Communication protocols Overview
IoT Communication protocols Overview
 
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
 
Sigfox Makers Tour - Mexico City
Sigfox Makers Tour - Mexico CitySigfox Makers Tour - Mexico City
Sigfox Makers Tour - Mexico City
 
IoT Workshop with Sigfox & Arduino - Copenhagen Business School
IoT Workshop with Sigfox & Arduino - Copenhagen Business SchoolIoT Workshop with Sigfox & Arduino - Copenhagen Business School
IoT Workshop with Sigfox & Arduino - Copenhagen Business School
 
Bosch Connected Experience - Sigfox Presentation
Bosch Connected Experience - Sigfox PresentationBosch Connected Experience - Sigfox Presentation
Bosch Connected Experience - Sigfox Presentation
 
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
 
Sigfox Makers Tour - Bratislava
Sigfox Makers Tour - BratislavaSigfox Makers Tour - Bratislava
Sigfox Makers Tour - Bratislava
 
Practical Examples of LoRaWAN in Action
Practical Examples of LoRaWAN in ActionPractical Examples of LoRaWAN in Action
Practical Examples of LoRaWAN in Action
 
Wild fire monitoring system
Wild fire monitoring systemWild fire monitoring system
Wild fire monitoring system
 
IRJET- LPG Leakage Detection and Prevention System with GSM Alert
IRJET-  	  LPG Leakage Detection and Prevention System with GSM AlertIRJET-  	  LPG Leakage Detection and Prevention System with GSM Alert
IRJET- LPG Leakage Detection and Prevention System with GSM Alert
 

Similar to LoRa Flue smoke gas monitoring network [2019 - cassini.ginesi.leaschiera]

FOREST FIRE DETECTION WIRELESS SENSOR NETWORK
FOREST FIRE DETECTION WIRELESS SENSOR NETWORKFOREST FIRE DETECTION WIRELESS SENSOR NETWORK
FOREST FIRE DETECTION WIRELESS SENSOR NETWORK
Abhilash Krishnan
 
The Internet of Things
The Internet of ThingsThe Internet of Things
The Internet of Things
Scientech Technologies Pvt. Ltd.
 
Fin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsFin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIs
Robert Greiner
 
SIGFOX Makers Tour - Lisboa
SIGFOX Makers Tour - LisboaSIGFOX Makers Tour - Lisboa
SIGFOX Makers Tour - Lisboa
Nicolas Lesconnec
 
Wireless future actility ifma_realty 19-05-15
Wireless future actility ifma_realty 19-05-15Wireless future actility ifma_realty 19-05-15
Wireless future actility ifma_realty 19-05-15
Muriel Walter
 
Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT) Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT)
Francesco Felicetta
 
AWS IoT 핸즈온 워크샵 - AWS IoT 소개 및  AWS 서비스 연동 방법 (김무현 솔루션즈 아키텍트)
AWS IoT 핸즈온 워크샵 - AWS IoT 소개 및  AWS 서비스 연동 방법  (김무현 솔루션즈 아키텍트)AWS IoT 핸즈온 워크샵 - AWS IoT 소개 및  AWS 서비스 연동 방법  (김무현 솔루션즈 아키텍트)
AWS IoT 핸즈온 워크샵 - AWS IoT 소개 및  AWS 서비스 연동 방법 (김무현 솔루션즈 아키텍트)
Amazon Web Services Korea
 
Sigfox Makers Tour - Torino
Sigfox Makers Tour - TorinoSigfox Makers Tour - Torino
Sigfox Makers Tour - Torino
Nicolas Lesconnec
 
Smart Emission Data Platform
Smart Emission Data PlatformSmart Emission Data Platform
Smart Emission Data Platform
Just van den Broecke
 
The Role of the Communication Protocols in the IoT: Pitfalls and Advantages
The Role of the Communication Protocols in the IoT: Pitfalls and AdvantagesThe Role of the Communication Protocols in the IoT: Pitfalls and Advantages
The Role of the Communication Protocols in the IoT: Pitfalls and Advantages
Fabio Gatti
 
LPWA – Giving a Voice to Things
LPWA – Giving a Voice to ThingsLPWA – Giving a Voice to Things
LPWA – Giving a Voice to Things
APNIC
 
[IoT Tech Expo] Smart Cities – Leveraging Messaging from Project to City to ...
[IoT Tech Expo] Smart Cities – Leveraging Messaging from Project to City to ...[IoT Tech Expo] Smart Cities – Leveraging Messaging from Project to City to ...
[IoT Tech Expo] Smart Cities – Leveraging Messaging from Project to City to ...
Solace
 
Internet census 2012
Internet census 2012Internet census 2012
Internet census 2012
Giuliano Tavaroli
 
Carrier As A Service15102009
Carrier As A Service15102009Carrier As A Service15102009
Carrier As A Service15102009
vnandlall
 
SIGFOX Makers Tour - Dublin
SIGFOX Makers Tour - DublinSIGFOX Makers Tour - Dublin
SIGFOX Makers Tour - Dublin
Nicolas Lesconnec
 
Internet of 'Hidden' Things: How to Build a Confidential IOT Network using TO...
Internet of 'Hidden' Things: How to Build a Confidential IOT Network using TO...Internet of 'Hidden' Things: How to Build a Confidential IOT Network using TO...
Internet of 'Hidden' Things: How to Build a Confidential IOT Network using TO...
Abhinav Biswas
 
AWS IoT 및 Mobile Hub 서비스 소개 (김일호) :: re:Invent re:Cap Webinar 2015
AWS IoT 및 Mobile Hub 서비스 소개 (김일호) :: re:Invent re:Cap Webinar 2015AWS IoT 및 Mobile Hub 서비스 소개 (김일호) :: re:Invent re:Cap Webinar 2015
AWS IoT 및 Mobile Hub 서비스 소개 (김일호) :: re:Invent re:Cap Webinar 2015
Amazon Web Services Korea
 
Introducing AWS IoT - Interfacing with the Physical World - Technical 101
Introducing AWS IoT - Interfacing with the Physical World - Technical 101Introducing AWS IoT - Interfacing with the Physical World - Technical 101
Introducing AWS IoT - Interfacing with the Physical World - Technical 101
Amazon Web Services
 
16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)
Jeff Green
 

Similar to LoRa Flue smoke gas monitoring network [2019 - cassini.ginesi.leaschiera] (20)

FOREST FIRE DETECTION WIRELESS SENSOR NETWORK
FOREST FIRE DETECTION WIRELESS SENSOR NETWORKFOREST FIRE DETECTION WIRELESS SENSOR NETWORK
FOREST FIRE DETECTION WIRELESS SENSOR NETWORK
 
The Internet of Things
The Internet of ThingsThe Internet of Things
The Internet of Things
 
Fin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsFin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIs
 
SIGFOX Makers Tour - Lisboa
SIGFOX Makers Tour - LisboaSIGFOX Makers Tour - Lisboa
SIGFOX Makers Tour - Lisboa
 
Wireless future actility ifma_realty 19-05-15
Wireless future actility ifma_realty 19-05-15Wireless future actility ifma_realty 19-05-15
Wireless future actility ifma_realty 19-05-15
 
Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT) Introduction to Internet of Things (IoT)
Introduction to Internet of Things (IoT)
 
AWS IoT 핸즈온 워크샵 - AWS IoT 소개 및  AWS 서비스 연동 방법 (김무현 솔루션즈 아키텍트)
AWS IoT 핸즈온 워크샵 - AWS IoT 소개 및  AWS 서비스 연동 방법  (김무현 솔루션즈 아키텍트)AWS IoT 핸즈온 워크샵 - AWS IoT 소개 및  AWS 서비스 연동 방법  (김무현 솔루션즈 아키텍트)
AWS IoT 핸즈온 워크샵 - AWS IoT 소개 및  AWS 서비스 연동 방법 (김무현 솔루션즈 아키텍트)
 
Internet Of Things
 Internet Of Things Internet Of Things
Internet Of Things
 
Sigfox Makers Tour - Torino
Sigfox Makers Tour - TorinoSigfox Makers Tour - Torino
Sigfox Makers Tour - Torino
 
Smart Emission Data Platform
Smart Emission Data PlatformSmart Emission Data Platform
Smart Emission Data Platform
 
The Role of the Communication Protocols in the IoT: Pitfalls and Advantages
The Role of the Communication Protocols in the IoT: Pitfalls and AdvantagesThe Role of the Communication Protocols in the IoT: Pitfalls and Advantages
The Role of the Communication Protocols in the IoT: Pitfalls and Advantages
 
LPWA – Giving a Voice to Things
LPWA – Giving a Voice to ThingsLPWA – Giving a Voice to Things
LPWA – Giving a Voice to Things
 
[IoT Tech Expo] Smart Cities – Leveraging Messaging from Project to City to ...
[IoT Tech Expo] Smart Cities – Leveraging Messaging from Project to City to ...[IoT Tech Expo] Smart Cities – Leveraging Messaging from Project to City to ...
[IoT Tech Expo] Smart Cities – Leveraging Messaging from Project to City to ...
 
Internet census 2012
Internet census 2012Internet census 2012
Internet census 2012
 
Carrier As A Service15102009
Carrier As A Service15102009Carrier As A Service15102009
Carrier As A Service15102009
 
SIGFOX Makers Tour - Dublin
SIGFOX Makers Tour - DublinSIGFOX Makers Tour - Dublin
SIGFOX Makers Tour - Dublin
 
Internet of 'Hidden' Things: How to Build a Confidential IOT Network using TO...
Internet of 'Hidden' Things: How to Build a Confidential IOT Network using TO...Internet of 'Hidden' Things: How to Build a Confidential IOT Network using TO...
Internet of 'Hidden' Things: How to Build a Confidential IOT Network using TO...
 
AWS IoT 및 Mobile Hub 서비스 소개 (김일호) :: re:Invent re:Cap Webinar 2015
AWS IoT 및 Mobile Hub 서비스 소개 (김일호) :: re:Invent re:Cap Webinar 2015AWS IoT 및 Mobile Hub 서비스 소개 (김일호) :: re:Invent re:Cap Webinar 2015
AWS IoT 및 Mobile Hub 서비스 소개 (김일호) :: re:Invent re:Cap Webinar 2015
 
Introducing AWS IoT - Interfacing with the Physical World - Technical 101
Introducing AWS IoT - Interfacing with the Physical World - Technical 101Introducing AWS IoT - Interfacing with the Physical World - Technical 101
Introducing AWS IoT - Interfacing with the Physical World - Technical 101
 
16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)16.) layer 3 (basic tcp ip routing)
16.) layer 3 (basic tcp ip routing)
 

Recently uploaded

Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
Kamal Acharya
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
dxobcob
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
Kamal Acharya
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
obonagu
 

Recently uploaded (20)

Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Water billing management system project report.pdf
Water billing management system project report.pdfWater billing management system project report.pdf
Water billing management system project report.pdf
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
Online aptitude test management system project report.pdf
Online aptitude test management system project report.pdfOnline aptitude test management system project report.pdf
Online aptitude test management system project report.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
 

LoRa Flue smoke gas monitoring network [2019 - cassini.ginesi.leaschiera]

  • 1. Monitoring Francesco Cassini Matteo Ginesi Lorenzo Leschiera IOT Final Project Presentation prof. Ioannis Chatzigiannakis Private Telemetry and Alert System for Citizens Smart City Certification and Survellaince Network Public database for Scientific Pollution Monitoring Flue Smoke
  • 2. OUR TEAM Francesco Cassini Cassini.785771@studenti.uniroma1.it linkedin.com/in/francesco-cassini Matteo Ginesi ginesi.1832198@studenti.uniroma1.it linkedin.com/in/matteo-ginesi Lorenzo Leschiera leschiera.1325697@studenti.uniroma1.it linkedin.com/in/lorenzo-leschiera
  • 3. FLUE Smoke and Gas Certification - One check at year for gas boiler - Two times for GPL and solid fuels - Costs: from 50 to 80 Euro - Necessity to be onplace
  • 4. Boiler and Flue checks are necessary for… - Correct working - Fuel Consumption - Air quality - Private and Public Safety
  • 5. Gas street pipes explosion (Rocca di Papa 2019) Boiler apartment accident (Roma 2019) Public Safety In particular
  • 6. Infact, the Accidents Reasons Absence of Smog relevations detector (29% of accidents) Malfunctions of Devices (27% of accidents) GPL incorrect use procedures (31% of accidents) GPL absence of manteinance (3% of accidents)
  • 7. More… Pollutions Problem Gas boilers, stove, fireplaces principal contribute to pollutions (60% of total pollutions in the air) PM10 grown from 14.000 to 21.000 tons (ISPRA pollution report 2016) PM10 by cars reduced from 13 to 5.5 (ISPRA pollution report 2016) Difficult to individuate immediately a malfunctions, the source of smog
  • 8. People interested - Greta Turngreen - Age: 85 - Retired teacher, widow, live alone, 2 sons - Afraid unknown tecnicians at home - Informed, keep the enviroment - Small retirement pension, save money
  • 9. What’s mean today «Wireless Flue Analyzer Kit» Only Bluetooth or Wifi to enable a more bigger screen on tablet
  • 10.
  • 11. FLUE GAS Sensors Network Private Alert and Info Online Certification and City Monitoring Public Big Data Analsys Sensors LoRa Transmitter
  • 12. Putting all together Wireless +Exclusive of LoRa Time of intervetion + Electric indipendent Big and Usage Data + Public Network of Gateway Less burocracy + Years of transmission Cost of device + Long range Elder security + Edge Cloud Simple to install + Expandable
  • 14. GAS SENSOR LORA BOARD DRAGINO GATEWAY FLUE LORA TRANSMITTER LORA RECEIVER Global sensor Apartment 03 Apartment 01 Apartment 04 Apartment 02 Collect Data by Sensors Multiusers LORA Gateway Collects alert messages from several LORA devices Device with GAS sensor and LORA transmitter Get gas measure and send data
  • 15. AWS IOT DYNAMO DB LORA NETWORK NETWORK SERVER Case A: Private alert and Info Gas leaks and Air Quality The Things Network The link between LORA gateway and the web Android application - Immediate Alert notification - Certification and remainder - Personal Usage Data Analisys AWS IOT Cloud server Receive messages from TTN, collects in a database and send to Android app The Things Network
  • 16. AWS IOT DYNAMO DB LORA NETWORK NETWORK SERVER Case B: Online Certification and Network monitoring Gas leaks and Air Quality The Things Network The link between LORA gateway and the web City Administration Database - Public Sorvellaince - Better certification management - Smart City administration AWS IOT Cloud server Receive messages from TTN, collects in a database and send to Android app The Things Network
  • 17. ELASTIC SEARCH KIBANA LORA NETWORK NETWORK SERVER Case C: Public Dataset for Big Data Analitycs Gas leaks and Air Quality The Things Network The link between LORA gateway and the web Public Dataset - Big Data Analisys - Sharing informations Elastic Search with Kibana Receive messages from TTN, collects in a file on Elastic Search and it’s possible visualize them with Kibana The Things Network
  • 18. Gas sensor detect out of range data from enviroment Immediately send an alert through LORA network 1) Gas Sensor device with LORA transmitter
  • 19. Gas Sensor: MQ-135 • Wide detecting scope and fast response and High sensitivity • Stable and long life Simple drive circuit • They are used in air quality control equipment for buildings/offices and are suitable for detecting of NH3, NOx, alcohol, Benzene, smoke, CO2.
  • 20. LoRaWAN Transreceiver – ST32 DISCOVERY Init Radio module Init Analog Input LoRaWAN / TTN credential data LoRa Event Queue Send data Recive Data
  • 21. ST32 DISCOVERY - Code mbed_app.json LoRaWAN credentials for TTN main.cpp Sensor’s value reading and sending data trough LoRaWAN
  • 22. 2) LORA Gateway: DRAGINO LG01-S - Very economic… but there are better choices! - Is only single band! - LoRa band available at 433/868/915/920 Mhz - Max range in LoRa : 5 ~ 10km - Low power consuption - Multiuser
  • 23. Dragino Configuration Connecting Dragino with The Things Network
  • 24. Dragino problem: a bad antenna connector! We have to repair it!
  • 25. The Things Network – Register Gateway 1) Create new gateway 2) Get Gateway EUI 3) Put Gateway EUI in Dragino
  • 26. The Things Network - Application 1) Create application LoraTest 2) Get Application ID 3) Payload decoder
  • 27. The Things Network - Devices - Application is the hub for one or more devices - Device report the address of phisical transmitter device - There are two different methods: APB and OTAA
  • 28. The Things Network: Activation Notes Over-the-Air Activation (OTAA) Over-the-Air Activation (OTAA) is the preferred and most secure way to connect with The Things Network. Devices perform a join-procedure with the network, during which a dynamic DevAddr is assigned and security keys are negotiated with the device. Activation by Personalization (ABP) In some cases you might need to hardcode the DevAddr as well as the security keys in the device. This means activating a device by personalization (ABP). This strategy might seem simpler, because you skip the join procedure, but it has some downsides related to security
  • 29. Elastic Search - It’s a very powerful search engine developed In JAVA - Schema free JSON documents, scalable and real-time search - Kibana is a visualizations and presentation Tool for Elastic Search
  • 30. The Things Network – HTTP Integration - TTN has several plugins to connect with external services - HTTP integration sends data in JSON format to an endpoint - Here we have to put the URL endpoint of Elastic Search (very carefully to create it!)
  • 31. Elastic Search – API Console - Through API Console is possible interact with Elastic - PUT, POST, GET, DELETE cURL symilar syntax - A simple GET indices search to see if everything goes fine
  • 32. Elastic Search - Kibana - Add an index to Kibana - Select which Time type do you want get as reference - Start your visualization graph
  • 33. Elastic Search - Kibana - Several type of visualizations in real time - Discover: to see immediately our data - Visualize: to create interactive dashboards
  • 34. AWS – DynamoDB - NoSQL database service that supports key-value and document data structures - Each partition 10GB, 1000 Write Capacity Units and 3000 Read Capacity Units. - Distributed System
  • 35. AWS – DynamoDB - Integration of AWS IoT with DynamoDB - Security policy of AWS - Stores the received message on DynamoDB
  • 36. AWS – DynamoDB - RestFul - Additional: Python (.NET) code to RestFul - PUT, POST, GET, DELETE cURL symilar syntax - Return all devices and all value stored
  • 37. AWS – DynamoDB - Creation of DynamoDB for records Public Administration Data - Restful request in a HTML page - Georeferencing view of sensors
  • 38. AWS– Android - Creations of republish of message - Filter important messages
  • 39. AWS– Android - Android application for notification - Using service android for run in background - Simple and expandible
  • 40. AWS– Android - Example of notification - Very fast
  • 41. POSSIBLE EXPANSIONS Street gas leaks, hospital air pipes, enviroment at risk… GAS TANK GAS BOILER GAS STREET PIPES
  • 42. Previous Research - 2013 publication - Based on a ZigBee (100 meters) - Similar to BT or WI-FI - Centralized solution - No public database
  • 44. Linkedin Medium Hackster https://www.hackster.io/16978 2/lora-flue-gas-monitoring- system-e51259 YouTube https://www.youtube.com/play list?list=PLAr1WaZbNX6d71oqC RcAHnkAAhue8hiqc RESOURCE LINKS linkedin.com/in/francesco-cassini linkedin.com/in/matteo-ginesi linkedin.com/in/lorenzo-leschiera https://medium.com/@f rancesco.cassini/lora- flue-gas-monitoring- system-27dc85aeaf66
  • 45. SlideShare presentation Github AMI 2019 https://ami2019.diag.uniroma1. it/ ArmMBED https://www.youtube.com/play list?list=PLAr1WaZbNX6d71oqC RcAHnkAAhue8hiqc RESOURCE LINKS You are reading it! https://github.com/fra ncesco-AI/LoRa-Flue- Smoke-Monitoring