ImageVerifierCode 换一换
格式:DOCX , 页数:48 ,大小:177.42KB ,
资源ID:2424834      下载积分:12 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/2424834.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(单片机应用毕业论文.docx)为本站会员(b****1)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

单片机应用毕业论文.docx

1、单片机应用毕业论文基于单片机的照明控制系统 摘 要 随着电子技术的飞速发展,基于单片机的控制系统已广泛应用于工业、农业、电力、电子、智能楼宇等行业,微型计算机作为嵌入式控制系统的主体与核心,代替了传统的控制系统的常规电子线路。同时楼宇智能化的发展与成熟,也为基于单片机的照明控制系统的普及与应用奠定了坚实的基础。 本文阐述了照明的有线、无线控制方式设计原理与实现方法。以设计过程为主线,分别从硬件和软件两个方面描述设计过程,即从硬件电路的设计方法到实现所要求功能的软件技术。该照明控制系统的主控制器、分控制器分别是以AT89C51与AT89C2051单片机为基础,实现了有线通信、无线数传、控制与显示

2、等功能。文中详细地描述了控制电路的设计过程,包括:键盘与LED显示电路、RS485通信电路、无线数传电路、照明灯控制电路以及看门狗电路等。对于软件设计主要有主控制器、分控制器的有线通信程序设计与无线数字传输程序设计以及灯光控制、定时控制、键盘扫描与LED显示等程序设计。有线通信程序的功能是:通过RS485主从通信方式,由主控制器发出命令对全部或单个分控制器所控制的照明灯实现开启、关闭、灯光亮度调节、定时控制等功能。无线数传程序设计的功能是:通过无线数传模块实现照明灯的无线遥控,同样实现有线方式控制的功能。关键词:主控制器,分控制器,单片机,有线通信,无线数传,灯光亮度控制,定时控制The Co

3、ntrol System for Lighting Based on Singlechip MicrocomputerAbstract With the rapid development of electronic technology, the system of control based on Single-chip Microcomputer is widely applied in industry, agriculture, electric power, electron, intelligent building and so on. Microcomputer, as th

4、e subject and core of the embedded system of control, replaces the traditional systemelectronic circuit. At the same time, the development and maturation of the intelligent building for the popularization and application of the control system for lighting based on single-chip microcomputer. The pape

5、r expatiates on the designing theories and implementation method of the control system for lighting by wired or wireless communications. Taking the designing process as mainline, it describes the process of designing from two respects another word, the paper describes the process from the method of

6、circuit designing to the software technology of realizing the demanded functions. The AT89C51 single-chip microcomputer, and the auxiliary ones are based on AT89C2051. The system can do many jobs, such as wired communication, wireless data transmitting, controlling and display. The paper describes t

7、he designing process of the circuit at length, including: keyboard and LED display circuit, RS485 communication circuit, wireless transmitting circuit, control circuit of lighting, watchdog circuit, etc. The designing of software mainly includes the several programming, such as wired communication,

8、wireless data transmitting, lamplight controlling, timed controlling, keyboard scanning and LED displaying. The wired communication programming function is that through Master-slave communication method based on RS485 the lighting, turning off lighting, regulating brightness of lighting, controlling

9、 timed lighting, etc. The wireless data transmitting programming function is that by wireless transmitter it realizes wireless controlling of the lighting, and achieves the functions identical to wired communication. Key Words: Host controller, Auxiliary controller, Single-chip microcomputer, Wired

10、communication, Wireless data transmitting, controlling brightness of lighting, Timed controlling摘要1Abstract2第一章序言61.1 单片机应用技术61.2 有线通信技术71.3 无线数传技术71.4 本章小结8第二章基于单片机的照明控制系统的设计框架和性能9 2.1 系统设计要点92.2 系统的结构92.3 系统性能指标与技术要求112.4 本章小结12第三章基于单片机的照明控制系统的硬件电路设计133.1 主控制器的电路设计133.1.1 键盘的接口设计143.1.2 LED数码显示的接口

11、设计143.1.3 看门狗监控电路的设计143.2 分控制器的电路设计153.2.1 时钟芯片的接口设计163.2.2 零点检测与可控硅控制电路的设计163.3 RS485通信电路的设计173.4 无线数传电路的设计203.4.1 无线数传电路的连接203.4.2 SRWF-1模块的特性20 3.5 本章小结21第四章 基于单片机的照明控制系统的软件设计224.1 人机交互程序设计224.1.1 键盘扫描程序设计234.1.2 LED数码显示程序设计254.2 照明启停控制程序设计264.2.1 全部启停控制程序设计264.2.2 单独启停控制程序设计28 4.3 照明亮度控制程序设计30 4.3.1 全部亮度控制程序设计30 4.3.2 单独亮度控制程序设计

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1