基于单片机体温检测仪系统的设计与实现 下载本文

内容发布更新时间 : 2024/5/23 22:53:35星期一 下面是文章的全部内容请认真阅读。

基于单片机体温检测仪系统的设计与实现

In this paper, a temperature detection system based on a single-chip microcomputer is designed to detect human body temperature, display it in digital form, and play the detected human body temperature specific value through the mode of voice playback.

The system is composed of several parts: SCM, sensor, LCD, and voice module. The hardware structure is designed with the microcontroller STC89C52 as the core. It detects the human body temperature through the temperature sensor DS18B20, displays the human body temperature value on the LCD1602, and then plays the detected value through the voice module. . Part of the system software through the software keil C language program development and design, debugging.

The designed electronic body temperature detector has realized temperature detection, digitization, and electronization, which is of great help to the development of future thermometers. The electronic thermometer can gradually replace mercury (toxic element) thermometers, which greatly improves the use value of thermometers, makes readings clear, and reduces Human body damage, safety and environmental protection have further improved the smart life of people.

Keywords: Body temperature detector; Electronic; STC89C52 microcontroller;LCD1602

I

基于单片机体温检测仪系统的设计与实现

目录

摘要 ........................................................................................... 错误!未定义书签。 Abstract ..................................................................................... 错误!未定义书签。 目录 ........................................................................................................................... II

1 绪论 ............................................................................................................................................. 1

1.1 背景 .................................................................................................................................. 1 1.1.1 项目背景 ....................................................................................................................... 1 1.1.2 国内发展状况 ............................................................................................................... 1 1.1.3 项目研究内容和要求 ................................................................................................... 2 2 系统分析与设计 ......................................................................................................................... 3

2.1 系统分析 .......................................................................................................................... 3 2.1.1 系统流程 ....................................................................................................................... 3 2.2 概要设计 .......................................................................................................................... 3 2.2.1 程序流程 ....................................................................................................................... 3 2.2.2 功能模块介绍 ............................................................................................................... 3 3 系统实现 ................................................................................................................................... 12

3.1 读ROM地址 ............................................................................................................... 12 3.2 读取温度 ........................................................................................................................ 13 3.3 显示温度 ........................................................................................................................ 14 4 测试结果 ................................................................................................................................... 16

4.1 测试计划 ........................................................................................................................ 16 4.2 仿真结果 ........................................................................................................................ 18 5 总结与展望 ............................................................................................................................... IV

参考文献 ................................................................................................................... V 致谢 ........................................................................................... 错误!未定义书签。

II