基于STC89C52单片机智能自习室的设计
基于STC89C52单片机智能自习室的设计(任务书,开题报告,外文翻译,论文11000字)
摘要
设计了基于STC89C52的低功耗,低成本的智能自习室系统,旨在减少自习室中使用的电力浪费,有效地帮助学生找到一个闲置的自习室,并节省了能源。
基于STC89C52的单片机智能控制的智能自习室,可以通过使用红外传感器和光线传感器等采集信息,能够有效的实现自动灯光控制,在光线比较亮的情况下,灯熄灭,当没有人使用时,灯也会自动熄灭。当检测到某人时,灯会自动打开,并且通过内置的人数统计系统记录学习室中的当前人数。然后,在LCD显示屏上显示当前自习室的用户数,进入的人数以及出去的人数。这样,智能自习室不仅可以调节灯光的开启,大大节省了无效灯光的浪费,而且还可以方便学生寻找空余教室,实现对教室人流量的统计以及自习室内实时人数的统计。
智能自习室的人数统计不光可以应用在方便学生寻找空余的自习室方面,还可以帮助老师的考勤,通过实时的统计教室的在场人数,老师可以方便的得知到课人数,统计缺勤人数,方便老师查人,有效的保证了到课率。
结果表明:智能自习室控制系统能有效的实现灯光智能自动控制,自习室的人数统计与展示,对自习室的人流量进行有效的统计,有效地方便老师的考勤。
关键词:人体感应;人数统计;教室灯;单片机;智能化
Abstract
The STC89C52 based low-power, low-cost intelligent self-study room system is designed to reduce the waste of electricity used in the study room, and effectively help students find an idle study room and save energy.
Based on STC89C52, the intelligent self-study room of intelligent control of single-chip microcomputer can collect automatic information by using infrared sensor and light sensor. It can effectively realize automatic light control. When the light is bright, the light is extinguished. When no one uses it, the light is also Will automatically go out. When someone is detected, the lights are automatically turned on and the current number of people in the study room is recorded by the built-in demographic system. Then, the number of users in the current study room, the number of people entering, and the number of people going out are displayed on the LCD display. In this way, the intelligent self-study room not only can adjust the opening of the light, but also saves the waste of invalid lighting, and can also facilitate the students to find the empty classroom, realize the statistics of the classroom traffic and the statistics of the real-time number in the self-study room.
[资料来源:Doc163.com]
The number of people in the intelligent self-study room can be applied not only to students who are looking for spare study rooms, but also to help the attendance of teachers. Through the real-time statistics of the number of participants in the classroom, the teacher can easily know the number of students, count the number of absenteeism, and facilitate the statistics. The teacher checked the person and effectively guaranteed the attendance rate.
The results show that the intelligent self-study room control system can effectively realize the automatic intelligent control of lighting, the statistics and display of the number of people in the study room, and the effective statistics of the flow of people in the study room, which is effective for the attendance of teachers.
Key Words:Human body induction; Number statistics; Classroom lamp; MCU; Intelligence
1.3 研究的内容和目标
1.3.1研究的内容
首先要了解实际的使用情况,对高校的自习室灯光的使用进行掌握,然后根据具体情况,面对不同的应用场景,制作的单片机系统应该能根据光线的亮暗、是否有人使用等情况设计相应的智能系统,根据实时情况进行相应的调节。
其次要对自习室的人数进行实时统计,要分别对进入的人数,出去的人数,以及对教室的总容量进行可调节的设计,然后在利用软件实现自习室的实时人数计算。
1.3.2研究的目标
论文针对教室灯光的控制,分析了教室灯光智能控制的原理和实现方法,提出了基于单片机设计教室灯光智能控制系统的思路,并在此基础上开发了智能控制系统的硬件模块和相应软件部分。
在对教室人数总数数量进行统计的基础上,分析了进出教室人数的原理和实现方法,提出了基于单片机设计的智能实时人数统计思想,完成了相应的电路系统和程序设计。
智能自习室系统通过智能控制照明使用,智能化改造,降低成本,实现自动和手动照明控制兼容; 对自习室人数的实时统计,方便了学生寻找空闲的自习室,并提高了老师的考勤效率。通过反复试验和改进,智能自习室系统最终实现了可靠性,实用性和可推广性的目标。
[版权所有:http://DOC163.com]
目录
第1章绪论 1
1.1研究的背景 1
1.2研究的目的 1
1.3 研究的内容和目标 2
1.3.1研究的内容 2
1.3.2研究的目标 2
第2章系统总体设计方案 3
2.1设计选择和论证 3 [来源:http://Doc163.com]
2.1.1单片机的选择 3
2.1.2显示方案的选择 3
2.2系统总体框图设计 4
第3章系统硬件电路设计 5
3.1 系统硬件概述 5
3.2 人体感应模块设计 5
3.3 光敏模块设计 7
3.3.1 光敏电阻介绍 7
3.3.2 LM393电压比较器介绍 7
3.4 继电器驱动模块设计 9
3.5 液晶显示模块电路 9
3.6 液晶引脚说明 10
3.7 红外检测模块 11
3.8 按键输入模块 12
3.9 报警模块 13
第4章系统软件的设计 14
4.1 程序语言及开发环境 14
4.2 灯光控制程序流程图设计 14
4.3 计数模块程序流程图设计 15
4.4 液晶程序设计 16
第5章系统分析与调试 17
5.1单片机板的程序录入 17
[资料来源:www.doc163.com]
5.2单片机实物板的接电测试 17
5.2.1教室灯光控制模块的测试 17
5.1.2自习室实时计数功能的测试 17
第6章总结 19
参考文献 20
附录A 21
附录B 22
致谢 23 [版权所有:http://DOC163.com]