BIT监测系统设计与实现

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

BIT监测系统的设计与实现

摘要

随着电子信息与自动化的蓬勃发展,由于电子设备的复杂程度是与日俱增,所以随之而来的是对于电子信息自动化设备的监测系统的出现。BIT测试技术就是系统性的针对设备可靠性安全性所诞生的测试技术。

本课题主要说明了使用STM32芯片制造的简易BIT监测系统。该BIT监测系统主要实现了对于设备的电流电压,温度湿度,上电次数的收集与记录。并实现断电后对于数据的存储功能。用于对设备的故障监测,状态监控,数据采集以及辅助维修。

首先对于BIT监测系统进行硬件构建,对于拟实现的功能进行硬件选择,进而实现PCB电路的设计,并进行PCB电路焊接实现硬件平台搭建。

其次对于BIT检测系统硬件所对应的软件进行开发。由于本课题采用STM32平台,所以主要是使用C语言在开发。

再次对BIT检测系统所搭建的硬件平台进行软件写入并测试,对于功能实现进行调整测试。对于出现问题的调整改正。以及对于本课题的分析总结

关键词:BIT监测系统;STM32芯片;PCB设计

Abstract

With the vigorous development of electronic information and automation, the complexity of electronic equipment is increasing day by day.So the emergence of monitoring system for electronic information automation equipment follows. BIT testing technology is a systematic testing technology for reliability and safety of equipment.

This topic mainly explains the simple BIT monitoring system made of STM32 chip.The BIT monitoring system mainly realizes the collection and recording of current, voltage, temperature, humidity and power-on times of equipment. The storage function of data after power failure is realized. Used for fault monitoring, condition monitoring, data acquisition and auxiliary maintenance of equipment

Firstly, the hardware of BIT monitoring system is constructed. Select the hardware of the function to be realized, and then realize the design of PCB circuit. The hardware platform of PCB circuit welding is built.

Secondly, the software corresponding to the hardware of BIT detection system is developed. Because this topic uses STM32 platform, it is mainly developed with C language.

The hardware platform of BIT detection system is written and tested again. Adjust and test the function implementation .djustment and correction of problems. And the analysis and summary of this topic

Key words:BIT Monitoring System;STM32 chip;PCB design

目录

第1章绪论 (1)

1.1课题研究背景及意义 (1)

1.2国内外研究现状分析 (1)

1.2.1国外研究现状分析 (1)

1.2.2国内研究现状分析 (2)

1.3文章结构安排及其内容 (3)

第2章硬件设计 (4)

2.1BIT监测系统实现功能总述 (4)

2.2硬件构成及其功能 (4)

2.2.1温度采集 (4)

2.2.2湿度采集 (5)

2.2.3电压电流采集 (5)

2.2.4断电存储以及上电次数采集 (5)

2.3硬件电路设计 (5)

2.3.1设计软件 (5)

2.3.2STM32f103RCT6外围硬件设计 (6)

2.3.3DS1820数字温度传感器电路设计 (7)

2.3.4DHT11数字湿度传感器电路设计 (8)

2.3.5ADC数据采集电路设计 (8)

2.3.6断电存储及上电次数电路设计 (8)

2.3.7复位按键的电路设计 (9)

2.3.8与PC通信端口的电路设计 (10)

2.3.9总体封装 (10)

2.4章节小结 (12)

第3章软件设计 (13)

3.1开发设备及其环境 (13)

3.2功能开发设计 (13)

3.2.1温度检测功能设计 (13)

3.2.2湿度检测功能设计 (15)

3.2.3电压电流功能设计 (16)

3.2.4上电次数功能设计 (18)

3.2.5按键功能设计 (20)

3.2.6串口通信功能设计 (20)

3.2.7复位清零功能设计 (21)

3.2.8GPIO设计 (21)

3.3章节小结 (23)

第4章实物测试与分析总结 (24)

4.1实物测试 (24)

4.1.1程序下载调试 (24)

4.1.2串口通信软件安装调试 (25)

4.1.3功能验证 (26)

4.2分析总结 (29)

结语 (30)

参考文献 (31)

致谢......................................................

相关文档
最新文档