Marter's thesis in electronics and communication engineering: Development of a real time supported system for firefighters on duty
Số trang: 62
Loại file: pdf
Dung lượng: 2.62 MB
Lượt xem: 6
Lượt tải: 0
Xem trước 10 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
In this thesis, we have proposed a completed the algorithms, window size and theeshold values for fall detection using a 3-DOF accelerometer, a MQ7 sensor, a micro controller, and the coresponding embedded algorithms.
Nội dung trích xuất từ tài liệu:
Marters thesis in electronics and communication engineering: Development of a real time supported system for firefighters on duty VIETNAM NATIONAL UNIVERSITY HANOI UNIVERSITY OF ENGINEERING AND TECHNOLOGY Phạm Văn ThànhDEVELOPMENT OF A REAL-TIME SUPPORTED SYSTEM FOR FIREFIGHTERS ON-DUTY MASTER’S THESIS IN ELECTRONICS AND COMMUNICATIONS ENGINEERING Hanoi - 2016 VIETNAM NATIONAL UNIVERSITY HANOI UNIVERSITY OF ENGINEERING AND TECHNOLOGY Phạm Văn ThànhDEVELOPMENT OF A REAL-TIME SUPPORTED SYSTEM FOR FIREFIGHTERS ON-DUTYField: Electronics and Communications EngineeringMajor: Electronic EngineeringCode: 60520203 MASTER’S THESIS IN ELECTRONICS AND COMMUNICATIONS ENGINEERING SUPERVISOR: Assoc. Prof. Dr. Trần Đức Tân Hanoi - 2016 AUTHORSHIP I hereby declare that the work contained in this thesis is of my own andhas not been previously submitted for a degree or diploma at this or any otherhigher education institution. To the best of my knowledge and belief, the thesiscontains no materials previously published or written by another person exceptwhere due reference or acknowledgement is made. Author Student Phạm Văn Thành i ACKNOWLEDGEMENT I would like to express my sincere thanks to my advisor Assoc. Prof.Tran Duc-Tan, the professional of Faculty of Electronics andTelecommunication, University of Engineering and Technology – VietnamNational University, Hanoi for the guidance and support given to methroughout the thesis. Special thanks to the lecturers of Faculty of Electronic andCommunication for their help and guidance me in all thesis process. Thanks for all members of the MEMS Lab for their help and discussedconversations. At the end, I would like to thank my parents, my relatives and myfriends because their comfort and supporting are the power for me going tosuccess. Sincerely Pham Van Thanh ii TABLE OF CONTENTSAUTHORSHIP ........................................................................................................ iACKNOWLEDGEMENT ..................................................................................... iiAbstract ................................................................................................................... vList of Figures ........................................................................................................ viList of Tables .......................................................................................................... ixList of Abbreviations .............................................................................................. xINTRODUCTION .................................................................................................. 1 1.1. Overview about Firefighters .......................................................................... 1 1.2. The research objectives .................................................................................. 2 1.3. The role of fall detection system .................................................................... 3 1.4. The available supporting systems for Firefighters ......................................... 3BACKGROUND AND HARDWARE DESIGN ................................................. 5 2.1. Hardware ........................................................................................................ 5 2.1.1. MCU PIC18f 4520 ................................................................................... 5 2.1.2. ADXL345 accelerometers sensor ............................................................ 7 2.1.3. SIM900 ................................................................................................... 10 2.1.4. MQ7 CO sensor ..................................................................................... 11 2.2. Solfware ....................................................................................................... 13 2.2.1. I2C Interface ........................................................................................... 13 2.2.1.1. Masters and Slaves .......................................................................... 14 2.2.1.2. The I2C Physical Protocol ............................................................... 14 2.2.1.3. Clock ................................................................................................ 15 2.2.1.4. I2C Device Addressing ..................................................................... 15 2.2.1.5. The I2C Software Protocol .............................................................. 16 2.2.1.6. Reading from the Slave .................................................................... 16 iii 2.2.2. UART communication ............................................................................ 17 2.2.2.1. The Asynchronous Receiving and Transmitting Protocol ............... 17 2.2.3. Timer ...................................................................................................... 18 2.2.3.1. Timer0 features [30]: ........................................................ ...
Nội dung trích xuất từ tài liệu:
Marters thesis in electronics and communication engineering: Development of a real time supported system for firefighters on duty VIETNAM NATIONAL UNIVERSITY HANOI UNIVERSITY OF ENGINEERING AND TECHNOLOGY Phạm Văn ThànhDEVELOPMENT OF A REAL-TIME SUPPORTED SYSTEM FOR FIREFIGHTERS ON-DUTY MASTER’S THESIS IN ELECTRONICS AND COMMUNICATIONS ENGINEERING Hanoi - 2016 VIETNAM NATIONAL UNIVERSITY HANOI UNIVERSITY OF ENGINEERING AND TECHNOLOGY Phạm Văn ThànhDEVELOPMENT OF A REAL-TIME SUPPORTED SYSTEM FOR FIREFIGHTERS ON-DUTYField: Electronics and Communications EngineeringMajor: Electronic EngineeringCode: 60520203 MASTER’S THESIS IN ELECTRONICS AND COMMUNICATIONS ENGINEERING SUPERVISOR: Assoc. Prof. Dr. Trần Đức Tân Hanoi - 2016 AUTHORSHIP I hereby declare that the work contained in this thesis is of my own andhas not been previously submitted for a degree or diploma at this or any otherhigher education institution. To the best of my knowledge and belief, the thesiscontains no materials previously published or written by another person exceptwhere due reference or acknowledgement is made. Author Student Phạm Văn Thành i ACKNOWLEDGEMENT I would like to express my sincere thanks to my advisor Assoc. Prof.Tran Duc-Tan, the professional of Faculty of Electronics andTelecommunication, University of Engineering and Technology – VietnamNational University, Hanoi for the guidance and support given to methroughout the thesis. Special thanks to the lecturers of Faculty of Electronic andCommunication for their help and guidance me in all thesis process. Thanks for all members of the MEMS Lab for their help and discussedconversations. At the end, I would like to thank my parents, my relatives and myfriends because their comfort and supporting are the power for me going tosuccess. Sincerely Pham Van Thanh ii TABLE OF CONTENTSAUTHORSHIP ........................................................................................................ iACKNOWLEDGEMENT ..................................................................................... iiAbstract ................................................................................................................... vList of Figures ........................................................................................................ viList of Tables .......................................................................................................... ixList of Abbreviations .............................................................................................. xINTRODUCTION .................................................................................................. 1 1.1. Overview about Firefighters .......................................................................... 1 1.2. The research objectives .................................................................................. 2 1.3. The role of fall detection system .................................................................... 3 1.4. The available supporting systems for Firefighters ......................................... 3BACKGROUND AND HARDWARE DESIGN ................................................. 5 2.1. Hardware ........................................................................................................ 5 2.1.1. MCU PIC18f 4520 ................................................................................... 5 2.1.2. ADXL345 accelerometers sensor ............................................................ 7 2.1.3. SIM900 ................................................................................................... 10 2.1.4. MQ7 CO sensor ..................................................................................... 11 2.2. Solfware ....................................................................................................... 13 2.2.1. I2C Interface ........................................................................................... 13 2.2.1.1. Masters and Slaves .......................................................................... 14 2.2.1.2. The I2C Physical Protocol ............................................................... 14 2.2.1.3. Clock ................................................................................................ 15 2.2.1.4. I2C Device Addressing ..................................................................... 15 2.2.1.5. The I2C Software Protocol .............................................................. 16 2.2.1.6. Reading from the Slave .................................................................... 16 iii 2.2.2. UART communication ............................................................................ 17 2.2.2.1. The Asynchronous Receiving and Transmitting Protocol ............... 17 2.2.3. Timer ...................................................................................................... 18 2.2.3.1. Timer0 features [30]: ........................................................ ...
Tìm kiếm theo từ khóa liên quan:
Công nghệ Kỹ thuật Điện tử Kỹ thuật viễn thông Marter's thesis in Electronics Communication engineering Posture recognitions Thresshold investigationsGợi ý tài liệu liên quan:
-
Đề cương chi tiết học phần Trí tuệ nhân tạo
12 trang 417 0 0 -
Đề cương chi tiết học phần Vi xử lý
12 trang 280 0 0 -
Đồ án: Kỹ thuật xử lý ảnh sử dụng biến đổi Wavelet
41 trang 214 0 0 -
79 trang 209 0 0
-
Luận văn Thạc sĩ Kỹ thuật: Ứng dụng Blockchain trong bảo mật IoT
90 trang 185 1 0 -
Đề cương chi tiết học phần Thực tập Kỹ thuật truyền hình
16 trang 152 0 0 -
Đồ án: Cấu tạo và nguyên lý hoạt động của màn hình LCD monitor
80 trang 138 0 0 -
Đồ án: Thiết kế bộ điều khiển luật PID điều khiển động cơ DC
94 trang 133 0 0 -
11 trang 129 0 0
-
Đề cương chi tiết học phần Vi điều khiển
15 trang 127 0 0