机械设计论文网


  • 首页|
  • 机械模具设计论文|
  • 机械模具开题报告|
  • 机械模具免费论文|
  • 机械模具外文翻译|
  • 数控论文|
  • 机械原创论文|
  • 焊工钳工论文|
  • 理工科论文|
         模具专业毕业设计   机械专业毕业设计   数控专业毕业设计

论文降重

当前位置:机械设计论文网 -> 理工科论文下载 -> 基于单片机的照明控制系统设计-无程序

基于单片机的照明控制系统设计-无程序

本文ID:LW62780 字数:18431.页数:45

下载地址 全文下载链接(充值:118元) 如何充值?

论文字数:18431.页数:45

论文字数:21054.页数:45 附CAD图, 外文翻译摘 要
随着电子技术的飞速发展,基于单片机的控制系统已广泛应用于工业、农业、电力、电子、智能楼宇等行业,微型计算机作为嵌入式控制系统的主体与核心,代替了传统的控制系统的常规电子线路。
本文阐述了照明的有线、无线控制方式设计原理与实现方法。以设计过程为主线,分别从硬件和软件两个方面描述设计过程,即从硬件电路的设计方法到实现所要求功能的软件技术。该照明控制系统的主控制器、分控制器分别是以AT89C51与AT89C2051单片机为基础,实现了有线通信、无线数传、控制与显示等功能。文中详细地描述了控制电路的设计过程,包括:键盘与LED显示电路、RS485通信电路、无线数传电路、照明灯控制电路以及看门狗电路等。对于软件设计主要有主控制器、分控制器的有线通信程序设计与无线数据传输程序设计以及灯光控制、定时控制、键盘扫描与LED显示等程序设计。有线通信程序的功能是:通过RS485主从通信方式,由主控制器发出命令对全部或单个分控制器所控制的照明灯实现开启、关闭、灯光亮度调节、定时控制等功能。无线数传程序设计的功能是:通过无线数传模块实现照明灯的无线遥控,同样实现有线方式控制的功能。


 关键词:单片机;有线通信;无线数传;照明控制
 
 
Abstract
 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 the subject and core of the embedded system of control, replaces the traditional system—electronic circuit.
 The paper expatiates on the designing theories and implementation method of the control system for lighting by wire ocess of designing from two respects—hardware and software.  In another word, d or wireless communications. Taking the designing process as mainline, it describes the prthe paper describes the process from the method of circuit designing to the software technology of realizing the demanded functions. The host controller of the control system for lighting is based on 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 the 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, 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 host controller sends orders to the all auxiliary controllers or each one, including: turning on lighting, turning off lighting, regulating brightness of lighting, controlling 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 communication;Wireless data transmitting;controlling brightness of lighting;Timed controlling
目 录
 第1章 绪 论 1
1.1. 单片机应用技术 1
1.2. 有线通信技术 2
1.3. 无线数传技术 2
1.4. 本章小结 2
 第2章 基于单片机的照明控制系统的设计框架与性能 4
2.1 系统设计要点 4
2.2 系统的结构 4
2.3 系统性能指标及技术要求 6
2.4 本章小结 7
 第3章 基于单片机的照明控制系统的硬件电路设计 8
3.1 主控制器的电路设计 8
 3.1.1 键盘的接口设计 9
 3.1.2 LED数码显示的接口设计 9
 3.1.3 看门狗监控电路的设计 9
3.2 分控制器的电路设计 10
 3.2.1 时钟芯片的接口设计 10
 3.2.2 零点检测与可控硅控制电路的设计 11
3.3 RS485通信电路的设计 12
3.4 无线数传电路的设计 14
 3.4.1 无线数传电路的连接 14
 3.4.2 SRWF-1模块的特性 15
3.5 本章小结 16
 第4章 基于单片机的照明控制系统的软件设计 17
4.1 人机交互程序设计 17
 4.1.1 键盘扫描程序设计 18
 4.1.2 LED数码显示程序设计 19
4.2 照明启停控制程序设计 20
 4.2.1 全部启停控制程序设计 20
 4.2.2 单独启停控制程序设计 22
4.3 照明亮度控制程序设计 24
 4.3.1 全部亮度控制程序设计 25
 4.3.2 单独亮度控制程序设计 26
4.4 照明定时控制程序设计 28
 4.4.1 全部定时控制程序设计 28
 4.4.2 单独定时控制程序设计 29
4.5 RS485通信程序设计 30
 4.5.1 主机部分通信程序设计 32
 4.5.2 从机部分通信程序设计 33
4.6 无线数传通信程序设计 34
4.7 本章小结 35
 第5章 实验总结 36
 参考文献 37
 致 谢 38
 附录 39

 

本站会员可自行下载:下载地址 基于单片机的照明控制系统设计-无程序 (收费:9000 积分)  如何获取积分?
基于单片机的照明控制系统设计-无程序相关论文
论文人工降重
本论文在理工科论文下载栏目,由机械设计论文网整理,转载请注明来源 www.jixielw.top 更多论文,请点机械设计论文网查看
上一篇:基于VB6.0的水轮发电机组调速系统.. 下一篇:元数据在主数据管理中的应用与实现
推荐论文 本专业最新论文

点击查看关于 基于 单片机 照明 控制系统 设计 程序 的相关论文题目 2013-02-23 17:59:06【返回顶部】
联系方式

相关栏目

数控专业论文
机械设计原创毕业论文
机械模具毕业设计论文
焊工钳工技师论文
机械模具开题报告
理工科论文下载
机械模具免费论文
机械模具外文翻译
联系方式


联系方式


机械设计论文网提供机械设计论文范文,行政管理毕业论文,网站永久域名www.jixielw.top 

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2021 机械设计论文网 版权所有