Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación

Slides:



Advertisements
Similar presentations
Wireless Sensor Networks: An overview and experiences. Matthew Grove PEDAL Seminar Series, January 9th 2008.
Advertisements

Team 7 / May 24, 2006 Web Based Automation & Security Client Capstone Design Advisor Prof. David Bourner Team Members Lloyd Emokpae (team Lead) Vikash.
Bluetooth Hardware CS215 Rohit Kapoor Prabhakar Pundir.
Control System for Smart House Characterization Students Yossi Lempert Albert Achtenberg Instructor Konstantin Sinyuk.
2008/7/3 NanoMon: An Adaptable Sensor Network Monitoring Software Misun Yu, Haeyong Kim, and Pyeongsoo Mah Embedded S/W Research Division Electronics and.
Cross Strait Quad-Regional Radio Science and Wireless Technology Conference, Vol. 2, p.p. 980 – 984, July 2011 Cross Strait Quad-Regional Radio Science.
Building an Application Server for Home Network based on Android Platform Yi-hsien Liao Supervised by : Dr. Chao-huang Wei Department of Electrical Engineering.
NETWORK CENTRIC COMPUTING (With included EMBEDDED SYSTEMS)
IBM - CVUT Student Research Projects Remote Control of a Furby Toy with BlueTooth Tomáš Kunc
Smart Appliance / May Home Automation via the Web Client Senior Design Faculty Advisor Doug Jacobson Team Members Mark Melville (EE) Brendan Hickey.
Application Block Diagram III. SOFTWARE PLATFORM Figure above shows a network protocol stack for a computer that connects to an Ethernet network and.
Senior Design Weekly Update GROUP MAY1633 9/28/2015.
Internet of Things. IoT Novel paradigm – Rapidly gaining ground in the wireless scenario Basic idea – Pervasive presence around us a variety of things.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Final Presentation Smart-Home Smart-Switch using Arduino
The Marshall car. INDEX Introduction The team What is it Arduino General Handling Manual handling Automatic Handling Sensors.
Final Report Yijie Xiao Project Title: Design and Development of a Continuous Monitoring System based on Wearable Devices Page 1.
SCADA Supervisory Control And Data Acquisition Pantech Solutions Here is the key to learn more.
After Construction Name: Per #:.
Networking Objectives
Michael Rahaim, PhD Candidate Multimedia Communications Lab
IoT Milos Hampl.
Computer network Ch.5.
Suraki-Bhoomi ” - Landslides Early Warning System
ICON Signals Event Alert Notification Platform Overview March 28, 2017
AUTOMATED security system
IoT 101 with Raspberry Pi and Azure
Citizen Driven IoT Innovation for Disaster Relief
Internet of Things (internet of everything?)
Project Target Develop a Web Based Management software suit that will enable users to control Hardware using standard HTTP & Java Applet compatible web.
Adaptive Home Automation System
IoT with Arduino and Raspberry Pi
Enable Talk Prepared By: Alaa Mayyaleh Shurouq Abu salhiah.
Smart Brace: A Way for ACL Patients to Track Rehab Progression
Cloud Architecture Internet of Everything Meetup
Instructor Materials Chapter 1 Ever Wonder How It Works?
Sailing Information System
Outline Introduction Standards Project General Idea
IzoT™ Device Stacks March 2014.
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
AUTOMATED security system
Introduction to Wireless Technology
Arduino Uno and sensors
Telecommunications, the Internet, and Wireless Technology
SMART BUILDING WITH INDOOR NAVIGATION SYSTEM -using iot
Introduction to Computers
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
CS 7455 Term Project Robot control by Machine learning
Internet of Things (IoT)
Goals Structure Sensors Communication Server
Social Media And Global Computing Introduction to Visual Studio
Review on Smart Solutions for People with Visual Impairment
Understanding the Visual IDE
Data Communication and Networks
Data Communication and Networks
Purdue University Fort Wayne
IzoT™ Routers and Network Interfaces
Networked Door Locking System
Developing different types of Motes in WSN
Enable Talk Prepared By: Alaa Mayyaleh Shurouq Abu salhiah.
Telecommunications, the Internet, and Wireless Technology
Data Communication and Networks
Purdue University Fort Wayne
Software Design Narrative
Data Communication and Networks
Open Automation Software
Tareq Khan, Ph.D. Assistant Professor,
Project 3: Development of Wireless Gas Detectors REU Student: Jose Vigil Graduate mentors: Chris Hughes, Xiaochen Wang Faculty Mentor(s): Dr. Hyoung.
Data Communication and Networks
Designed by Hwandong Joo
Presentation transcript:

Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación Design and Development of a Pervasive Monitoring System based on Arduino Smart Home Kit and Smartwatches Author: Weisi Han Supervisor: Vicente Traver Valencia, 03/05/2017

The Objective of the Project To design a comprehensive monitoring platform based on Arduino Smart Home Sensor Kit and e-Health Sensor Kit Arduino Sensors Software Display Interfaces Collect environmental and biometric data from sensors Send commands to control the sensors Use an attractive and visual approach to display the sensor data in different interfaces The system will be deployed in two different scenarios: : 1) Desktop Computer with  Windows 10 Operating System and 2) Raspberry Pi with Windows 10 IoT Core Operating System. <Design and Development of a Pervasive Monitoring System based on Arduino Smart Home Kit and Smartwatches >

System Deployment Desktop Computer Windows 10 OS Raspberry Pi3 Windows 10 IOT Core OS the overall deployment has been configured in two different deployment scenarios: 1) Desktop Computer with  Windows 10 Operating System and 2) Raspberry Pi with Windows 10 IoT Core Operating System. The same functionalities for requesting and retrieving data from sensors and hosting a web page were embedded into the two systems. <Design and Development of a Pervasive Monitoring System based on Arduino Smart Home Kit and Smartwatches >

Sensor Selection EMG sensor Temperatur Humidity sensor Airflow sensor Photosensitive Resistance GSR sensor After understanding the basic function of each sensor and their usage scenarios, I divided my system into two parts -- environmental information detection part and biometrical information detection part. The biometric sensors include:.... and the environmental sensors are:.... Motion sensor ECG sensor Body Temperature sensor <Design and Development of a Pervasive Monitoring System based on Arduino Smart Home Kit and Smartwatches >

Architecture of the Whole System Here is the system architecture. On one side of the system, all of the five biometric sensors would be integrated on one Arduino board to detect and collect biometric information at the same time. Three environment sensors would be integrated on another Arduino board, and these sensors can run concurrently as well. On the other side of the system, different elements would be used to display the collected data (pebble watch and web page). As for the communication between the web page and the Arduino boards, a software which uses the choreography engine has to be developed. This software would be connected to the display interfaces by using Wi-Fi and communicate with the Arduino board through serial communication. The software should be deployed in pc platform as the first step, and then ported to the raspberry pi win 10 IOT core platform. In terms of the pebble watch, it must be connected to the Raspberry pi via Bluetooth so that further communications can be ensured. <Design and Development of a Pervasive Monitoring System based on Arduino Smart Home Kit and Smartwatches >

Difficulties Sending text to the Pebble Bluetooth Communication During the process of my implementation. I encountered some difficulties in my project. The first difficulty is about sending text to the pebble. The idea is to connect the pebble with the Raspberry pi so that the software deployed in the pi can send data to the pebble via Bluetooth. During the previous weeks, we tried our best to use code to first pair the device, the connect it with the raspberry pi, and after that, ping the watch. All of the above steps have succeeded. But when it comes to sending text, it failed. We know the we need to use a special message to send the text, but we tried every possibility but none of them works. So in the next week we can try other solutions. The other problem is that, in both deployment scenarios, the Arduino boards were connected to the choreography engine by the USB. Although this kind of wired communication provides a relatively stable and reliable data transmission, it is not very flexible because of the short data transmission distance. To overcome this situation, the best option is to switch to other wireless communication approaches, like using the bluetooth. I tried to add a HC-06 Bluetooth module on the Arduino board and build a connection with the Raspberry Pi so that the sensors can send data to the Raspberry wirelessly. The system works well for getting data from the SmartHome sensors. However, when it comes to eHealth sensors, the sample rate becomes higher, which means more data is going to send within a short time period. Since the transfer rate of the Bluetooth is slow, a lot of data packet were dropped during the transmission, Therefore, for the next step, I would like to revise the code in order to reduce the packet loss probability. <Design and Development of a Pervasive Monitoring System based on Arduino Smart Home Kit and Smartwatches >

Conclusion Integration of eHealth sensors and environmental sensors Development of the sensor platform Deployed in two operating systems: PC & Raspberry pi Data storage in local database & uAAL platform Display the sensor data in web page <Design and Development of a Pervasive Monitoring System based on Arduino Smart Home Kit and Smartwatches >

GRACIAS! <Design and Development of a Pervasive Monitoring System based on Arduino Smart Home Kit and Smartwatches >