1 / 15

T he W atcher 중간 결과 보고

T he W atcher 중간 결과 보고. 200500109 고동현 200700860 김진호 200802627 이정윤. The Watcher System Architecture. Registration / Request. Registration / Send user’s info. The Watcher Server. Guardian. Data. User ID + data. Google Push Server. Data. The user. Emergency.

Download Presentation

T he W atcher 중간 결과 보고

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Watcher 중간 결과 보고 200500109 고동현 200700860 김진호 200802627 이정윤

  2. The Watcher System Architecture Registration / Request Registration / Send user’s info. The Watcher Server Guardian Data User ID + data Google Push Server Data The user Emergency • Hankuk University of Foreign Studies • Information & Communications Engineering

  3. The Watcher Data Sequence Diagram Emergency Facility User Server Watcher Google Push Server HBE-Zigbex-II kit BIO opt module Android Smartphone Android Smartphone MySQL DB PHP / Apache 사용자 정보 등록 / 확인 보호자 정보 등록 / 확인 사용자 위치 정보 요청 위치 정보 전송 위치 정보 Push 맥박 정보 전송 주기적으로 반복 위치 정보 전송 사용자 정보 Push 사용자 정보 Push 비정상 맥박 전송 긴급 메시지 전송 비상상황 발생 긴급 메시지 Push 지속적인 비정상 맥박 전송 긴급 메시지 재전송 긴급 메시지 Push • Hankuk University of Foreign Studies • Information & Communications Engineering

  4. The Watcher Database Schema BeatInfo UserInfo WatcherInfo 1 1 1 1 id beatData peakCount id name telephone address location id name telephone address attach guardian 1 EmergencyFacility name telephone location * near location • Hankuk University of Foreign Studies • Information & Communications Engineering

  5. 심전도 측정 상세설명 • Hankuk University of Foreign Studies • Information & Communications Engineering

  6. 심전도로 판단할 수 있는 이상징후 • Hankuk University of Foreign Studies • Information & Communications Engineering

  7. 부정맥/심근경색 이상징후 부정맥 심근경색 • Hankuk University of Foreign Studies • Information & Communications Engineering

  8. Bio Module 측정법 R-Leg L-ARM R-ARM • Hankuk University of Foreign Studies • Information & Communications Engineering

  9. Bio Module Program OscilloscopeAppC.nc OscilloscopeC.nc Radio Transfer Components Heart Beat Sensor Components AMSenderC.nc BeatSensorC.nc AMReceiverC.nc AdcReadClientC.nc ActiveMessageC.nc BeatC.nc BeatDeviceP.nc Node Process Components BeatP.nc MainC.nc ZigbexBusC.nc TimerMilliC.nc LedsC.nc • Hankuk University of Foreign Studies • Information & Communications Engineering

  10. The Testing of Bio Module • Hankuk University of Foreign Studies • Information & Communications Engineering

  11. Packet Structure Zigbex-II Serial Transfer Packet BIO Module Data Packet 4 bytes 4 bytes head (7E) version destination interval source id length group count data type reading[0] reading[1] … CRC reading[10] version: mote’s version defalut interval: 15 ms id: Node Id [0 ~ 255] count: count sending packet reading: sended & receiveed data when interval is fired tail(7E) • Hankuk University of Foreign Studies • Information & Communications Engineering

  12. 1. The Watcher Algorithm of Peak Count peak[11] peak[0] For count peak value, using Circle Queue Within 5 sec, count peak. Initially, fill all queues with peak[0]’s value. After that, within next 5 sec, count peak and fill an circle queue. Repeat 3 continuously. 3. peak[1] … peak[5] peak[2] peak[4] peak[3] peakCount = Σpeak[i] peak over pending threshold peak pending threshold • Hankuk University of Foreign Studies • Information & Communications Engineering

  13. The Setting of Application Server • http://code.google.com/intl/ko-KR/android/c2dm/signup.html 로 부터 • Google C2DM 인증키를 받을 수 있다. • C2DM은 서드파티 서버가 간단한 메세지를 자신들의 어플리케이션으로 • 전달하는 것을 허용 한다. • 어플리케이션은 적절하게 브로드캐스트 리시버와 Permission 을 설정해야 한다. • Hankuk University of Foreign Studies • Information & Communications Engineering

  14. 향후 진행 계획 C2DM 서버와 연동하기 위한 인증 key 발급 php를 이용한 Application Server 구축 Application 시스템 구성 보완 • Hankuk University of Foreign Studies • Information & Communications Engineering

  15. - End - • Hankuk University of Foreign Studies • Information & Communications Engineering

More Related