簡易檢索 / 詳目顯示

研究生: 曹育瑞
Yu-Rei Tsao
論文名稱: 物聯網應用-寵物穿戴式裝置
IOT Application -Wearable Device For Pets
指導教授: 邱炳樟
Bin-chang Chieu
口試委員: 黃忠偉
Jong-Woei Whang
徐敬文
Ching-Wen Hsue
學位類別: 碩士
Master
系所名稱: 電資學院 - 電子工程系
Department of Electronic and Computer Engineering
論文出版年: 2017
畢業學年度: 105
語文別: 中文
論文頁數: 68
中文關鍵詞: 8051藍芽手機碰撞心跳溫度血氧
外文關鍵詞: 8051, bud, cell phone, collision, heartbeat, temperature, oxygen
相關次數: 點閱:331下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 寵物相關產品為近幾年科技重要發展之一,由於生活忙碌再加上少子化的因素,使得人更加需要寵物的陪伴,也因此更加的疼愛寵物,但是畢竟在寵物身體出現狀況時,主人唯一的辦法只有觀察它才能得知牠的身體狀況,但是往往為時已晚,病痛早已纏繞在自己的寵物上有一段時間了,因此希望能夠透過本論文之相關實作,解決這類的相關問題。
    本論文的目的便是處理此種問題,透過測量寵物的心跳血氧濃度,室外溫度,與寵物計步器,並且將sensor值透過I2C、I\O等等傳輸介面傳送至由ATMEL公司出產的AT89S51上,透過藍芽傳送至手機APP上,再透過手機上傳至google雲端紀錄,可以讓主人隨時監測到寵物的健康狀況。


    The strong demand for pet-care products has been ever increasing for the past few years. For many urban people, pets are their only soul mates to comfort the enduring loneliness. Therefore, I hypothesized a real-time and continuous pet health monitoring system may greatly improve the wellness of pet by empowering early diagnosis of diseases.
    The central focus of this thesis is then to provide a practical framework on how to integrate various health monitoring components into such a real-time pet care system. More specifically, I integrate a wealth of sensors, including heartbeat, blood oxygen concentration, room temperature, and pedometer together. Then, I ensure data from these sensors can be ported a common device (AT89S51 manufactured by ATMEL) via I2C or I/O interface. Lastly, the device will then uploaded real-time info to mobile APP and other cloud-based data storage system. Taken together, such an integration could potentially allow pet mom/dad to better take care of their beloved ones

    摘要 I Abstract IV 致謝 V 目錄 VI 圖目錄 VIII 表目錄 IX 第一章 緒論 1 1.1前言 1 1.2研究動機 2 1.3研究目標 2 1.4論文架構 3 第二章 系統架構 4 2.1物聯網 4 2.1.1物聯網架構 4 2.2系統架構 6 第三章 使用晶片簡介 7 3.1 晶片介紹與架構 7 3.2 使用腳位 9 3.3 記憶體 10 3.4 特殊暫存器 12 第四章 系統硬體設計 16 4.1 AT89S51系統開發 16 4.2 AT89S51單晶片相關電路 17 4.3心跳、血氧濃度、溫度之量測 18 4.4步數之量測 26 4.5 HC-05藍芽模組 28 第五章 系統軟體設計 30 5.1 量測系統軟體設計 30 5.2 步數量測 38 5.3 LED寵物項圈 42 5.4 晶片與手機端傳輸實現(藍芽) 43 5.5 手機端APP軟體設計 46 第六章 成果展示 51 第七章 結論與未來展望 54 7.1結論 55 7.2系統特色 56 7.3未來展望 56 參考文獻 58

    [1] Chang, Kok-Leong, et al. "A dual-core 8051 microcontroller system based on synchronous-logic and asynchronous-logic." Circuits and Systems (ISCAS), 2013 IEEE International Symposium on. IEEE, 2013.
    [2] Ram, Saswat Kumar, and Banee Bandana Das. "A new approach to design digital controller for three phase active power line conditioner for harmonic compensation using 8051 microcontroller." Inventive Computation Technologies (ICICT), International Conference on. Vol. 3. IEEE, 2016.
    [3] Kamaluddin, Mohd Uzir, et al. "Teaching the Intel 8051 Microcontroller with hands-on hardware experiments." Engineering Education (ICEED), 2015 IEEE 7th International Conference on. IEEE, 2015.
    [4] Santos, Juan Carlos Martinez, and Yunsi Fei. "Designing and implementing a malicious 8051 processor." Defect and Fault Tolerance in VLSI and Nanotechnology Systems (DFT), 2012 IEEE International Symposium on. IEEE, 2012.
    [5] Chen, Yung-Sheng, Min-Ta Sung, and Kun-Li Lin. "Internet-based 8051 remote in-system programming system." Machine Learning and Cybernetics (ICMLC), 2012 International Conference on. Vol. 4. IEEE, 2012.
    [6] Wiki維基百科 先進先出https://zh.wikipedia.org/wiki/%E5%85%88%E9%80%B2%E5%85%88%E5%87%BA
    [7] 物聯網架構 Prof. Yuh-Shyan Chen http://www.csie.ntpu.edu.tw/~yschen/course/2012-1/WNMC/ch14.pdf
    [8] 宅學習-物聯網 https://sls.weco.net/node/17011
    [9] Kknews https://kknews.cc/tech/nmr6njg.html
    [10] Wiki維基百科 物聯網https://zh.wikipedia.org/wiki/%E7%89%A9%E8%81%94%E7%BD%91#.E5.AE.9A.E4.B9.89
    [11] AT89SC51 datasheet by Atmel
    [12] AT89SC52 datasheet by ATmel
    [13] MAX30100 datasheet by Maxim Integrated
    [14] Wiki維基百科 I2C
    [15] Leaptronix http://www.leaptronix.com/PDF/introducing_of_I2C.pdf
    [16] 邱小新的單晶片筆記 http://jyhshin3.blogspot.tw/
    [17] Uart資料-鮑率設定 http://anal02.pixnet.net/blog/post/101596447-%5B8051%5D-uart%E8%B3%87%E6%96%99-%E9%AE%91%E7%8E%87%E8%A8%AD%E5%AE%9A
    8051標準串列介面 by 鄭旭崇
    [18] Android的系統架構 陳鐘誠的網站 http://ccckmit.wikidot.com/ga:architecture
    [19] iT邦幫忙 Androi架構說明 http://ithelp.ithome.com.tw/articles/10011551
    [20] wiki 維基百科 Android https://zh.wikipedia.org/wiki/Android
    [21] 例說89S51-C語言 by 張義和、王閔男、許宏昌、余春長
    [22] IEEE definition of internet of things(IOT)
    [23] APP inventor tutorials and examples: Google spreadsheet database
    https://puravidaapps.com/spreadsheet.php

    無法下載圖示 全文公開日期 2022/07/28 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)
    全文公開日期 本全文未授權公開 (國家圖書館:臺灣博碩士論文系統)
    QR CODE