【正文】
Yeelink. Yeelink is the universal substance an open work platform, mainly to provide sensor data access, storage and display services, open source software and hardware enthusiasts, all manufacturing enterprises, to provide a IOT project platform. The hardware and the manufacturer cannot care about server implementation details and operation, capability of electronic products have a IOT of delivery. The biggest characteristic of Yeelink platform, is not only to provide uplink data, also can realize the control function of household electrical appliances, want to wash a hot bath es before, or to turn on the air conditioner in advance? Very simple, intelligent mobile phone App, these are to lift a finger. Say simply, is that we can put your collected data submitted to the Yeelink, and the Yeelink will be displayed in a certain form. For example, we collect temperature data, and then submitted to go up, so, whether you are in where, as long as you can access the Inter, you can monitor realtime temperature value. This training contents is through digital temperature sensor will be realtime collection of temperature in the digital tube display, and send it to PC through the serial port, PC posted to the Inter through Yeelink serial port forwarding tool. Keys: Temperature Sensor Yeelink Fetishism Remote monitoring 內(nèi)蒙古科技大學(xué) 信息工程學(xué)院實(shí)訓(xùn)報(bào)告 1 目錄 實(shí)訓(xùn)任務(wù)書 .................................................................................................................................I 摘 要 ....................................................................................................................................... II Abstract ..................................................................................................................................... III 硬件電路 ..................................................................................................................... 2 背景知識(shí) ........................................................................................................... 2 課題介紹 ........................................................................................................... 2 主要原理 ........................................................................................................... 2 主控制器 ................................................................................................ 2 顯示電路 ................................................................................................ 2 溫度傳感器 ............................................................................................ 2 DS18B20 溫度傳感器與單片機(jī)的接口電路 ........................................ 7 ZLG7290 芯片 ........................................................................................ 7 ZLG7290 作用及其功能介紹 ................................................. 7 ZLG7290 使用說明 ................................................................ 7 ZLG7290 工作原理 ................................................................................ 8 系統(tǒng)構(gòu)成框圖 ................................................................................................... 8 系統(tǒng)原理介紹 ................................................................................................... 8 軟件流程圖 ....................................................................................................... 9 軟件程序 ................................................................................................................... 10 程序清單及注釋 ............................................................................................. 10 實(shí)驗(yàn)小結(jié) ................................................................................................................... 23 主要參考文獻(xiàn) ............................................................................................................ 23 內(nèi)蒙古科技大學(xué) 信息工程學(xué)院實(shí)訓(xùn)報(bào)告 2 硬件電路 背景知識(shí) 在日常生活及工農(nóng)業(yè)生產(chǎn)中,經(jīng)常要用到溫度的檢測(cè)及控制,傳統(tǒng)的測(cè)溫元件有熱電偶和熱電阻。比如我們采集溫度數(shù)據(jù),然后提交上去,這樣,無論你人在何方,只要能接入互聯(lián)網(wǎng),你就可以實(shí)時(shí)地在線監(jiān)測(cè)溫度值。 Yeelink 平臺(tái)的最大特點(diǎn),在于不僅僅能夠提供數(shù)據(jù)的上行功能,還能夠?qū)崿F(xiàn)對(duì)家庭電 器的控制功能,快要到家前想洗個(gè)熱水澡,還是要提前把空調(diào)打開?很簡(jiǎn)單,用手機(jī)的智能 App,這些就是舉手之勞。 Yeelink 是一個(gè)開放的通用物聯(lián)網(wǎng)平臺(tái),主要提供傳感器數(shù)據(jù)的接入、存儲(chǔ)和展現(xiàn)服務(wù),為所有的開源軟硬件愛好者、制造型企業(yè),提供一個(gè)物聯(lián)網(wǎng)項(xiàng)目的平臺(tái)。 三、 yeelink 物聯(lián)網(wǎng)介紹 網(wǎng)址 : 步驟: 在 yeelink 官 網(wǎng)注冊(cè) 賬號(hào) , 詳見 : 注冊(cè)成功 后在 “賬戶 我的賬戶設(shè)置 ” 中獲取 APIKEY 在“我 的 設(shè)備” 添加 一個(gè)新 設(shè)備 在“管理 設(shè)備 ”添加 一個(gè)傳感器 ” 在 相關(guān)鏈接下載 yeelink 串口 工具, 掌握其用法。 (5)掌握 Yeelink 物聯(lián)網(wǎng) 數(shù)據(jù) 上傳方法 。 (3)掌握 LED 數(shù)碼管電路( LCD 顯示模塊 )的軟硬件設(shè)計(jì)方法。 信息工程學(xué)院實(shí)訓(xùn)報(bào)告 題目: Yeelink 物聯(lián)網(wǎng) 溫度遠(yuǎn)程采集系統(tǒng) 學(xué)生姓名: 許淄豪 牛敏 學(xué) 號(hào): 1167106121 1167106124 專 業(yè): 信息工程學(xué)院自動(dòng)化 班 級(jí): 自 20xx— 1 班 指導(dǎo)教師: 賈玉瑛、李琦 內(nèi)蒙古科技大學(xué) 信息工程學(xué)院實(shí)訓(xùn)報(bào)告 I 實(shí)訓(xùn)任務(wù)書 一、實(shí)訓(xùn)目的 ⑴掌握 MCS51 串行口 工作方式及其通信程序設(shè)計(jì)方法 。 ⑵掌握 RS232 串行總線通信 原理 及單片機(jī) 與 PC機(jī)通信方法 。 (4)掌握 單總線數(shù)字溫度 傳感器 驅(qū)動(dòng) 軟件設(shè)計(jì)。 二、實(shí)訓(xùn)內(nèi)容