单片机控制照明系统 单片机照明控制系统Word格式.docx
《单片机控制照明系统 单片机照明控制系统Word格式.docx》由会员分享,可在线阅读,更多相关《单片机控制照明系统 单片机照明控制系统Word格式.docx(55页珍藏版)》请在冰豆网上搜索。
该照明控制系统的主控制器、分控制器分别是以AT89C51与AT89C2051单片机为基础,实现了有线通信、无线数传、控制与显示等功能。
文中详细地描述了控制电路的设计过程,包括:
键盘与LED显示电路、RS485通信电路、无线数传电路、照明灯控制电路以及看门狗电路等。
对于软件设计主要有主控制器、分控制器的有线通信程序设计与无线数字传输程序设计以及灯光控制、定时控制、键盘扫描与LED显示等程序设计。
有线通信程序的功能是:
通过RS485主从通信方式,由主控制器发出命令对全部或单个分控制器所控制的照明灯实现开启、关闭、灯光亮度调节、定时控制等功能。
无线数传程序设计的功能是:
通过无线数传模块实现照明灯的无线遥控,同样实现有线方式控制的功能。
关键词:
主控制器,分控制器,单片机,有线通信,无线数传,灯光亮度控制,定时控制
TheControlSystemforLightingBasedon
Single–chipMicrocomputer
Abstract
Withtherapiddevelopmentofelectronictechnology,thesystemofcontrolbasedonSingle-chipMicrocomputeriswidelyappliedinindustry,agriculture,electricpower,electron,intelligentbuildingandsoon.Microcomputer,asthesubjectandcoreoftheembeddedsystemofcontrol,replacesthetraditionalsystem—electroniccircuit.Atthesametime,thedevelopmentandmaturationoftheintelligentbuildinghaveestablishedthesubstantialfoundationforthepopularizationandapplicationofthecontrolsystemforlightingbasedonsingle-chipmicrocomputer.
Thepaperexpatiatesonthedesigningtheoriesandimplementationmethodofthecontrolsystemforlightingbywiredorwirelesscommunications.Takingthedesigningprocessasmainline,itdescribestheprocessofdesigningfromtworespects—hardwareandsoftware.Inanotherword,thepaperdescribestheprocessfromthemethodofcircuitdesigningtothesoftwaretechnologyofrealizingthedemandedfunctions.ThehostcontrollerofthecontrolsystemforlightingisbasedonAT89C51single-chipmicrocomputer,andtheauxiliaryonesarebasedonAT89C2051.Thesystemcandomanyjobs,suchaswiredcommunication,wirelessdatatransmitting,controllinganddisplay.Thepaperdescribesthedesigningprocessofthecircuitatlength,including:
keyboardandLEDdisplaycircuit,RS485communicationcircuit,wirelesstransmittingcircuit,controlcircuitoflighting,watchdogcircuit,etc.Thedesigningofsoftwaremainlyincludestheseveralprogramming,suchaswiredcommunication,wirelessdatatransmitting,lamplightcontrolling,timedcontrolling,keyboardscanningandLEDdisplaying.ThewiredcommunicationprogrammingfunctionisthatthroughMaster-slavecommunicationmethodbasedonRS485thehostcontrollersendsorderstotheallauxiliarycontrollersoreachone,including:
turning
onlighting,turningofflighting,regulatingbrightnessoflighting,controllingtimedlighting,etc.Thewirelessdatatransmittingprogrammingfunctionisthatbywirelesstransmitteritrealizeswirelesscontrollingofthelighting,andachievesthefunctionsidenticaltowiredcommunication.
KeyWords:
Hostcontroller,Auxiliarycontroller,Single-chipmicrocomputer,Wiredcommunication,Wirelessdatatransmitting,controllingbrightnessoflighting,Timedcontrolling
目录
摘要·
·
1
Abstract·
2
第一章序言·
6
1.1单片机应用技术·
1.2有线通信技术·
7
1.3无线数传技术·
1.4本章小结·
8
第二章基于单片机的照明控制系统的设计框架和性能·
9
2.1系统设计要点·
2.2系统的结构·
2.3系统性能指标与技术要求·
11
2.4本章小结·
12
第三章基于单片机的照明控制系统的硬件电路设计·
13
3.1主控制器的电路设计·
3.1.1键盘的接口设计·
14
3.1.2LED数码显示的接口设计·
3.1.3看门狗监控电路的设计·
3.2分控制器的电路设计·
15
3.2.1时钟芯片的接口设计·
16
3.2.2零点检测与可控硅控制电路的设计·
3.3RS485通信电路的设计·
17
3.4无线数传电路的设计·
20
3.4.1无线数传电路的连接·
3.4.2SRWF-1模块的特性·
3.5本章小结·
21
第四章基于单片机的照明控制系统的软件设计·
22
4.1人机交互程序设计·
4.1.1键盘扫描程序设计·
23
4.1.2LED数码显示程序设计·
25
4.2照明启停控制程序设计·
26
4.2.1全部启停控制程序设计·