版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、基于stc15f2k60s单片机的光控灯设计摘要:本设计为遥控调光控制系统,主要由触摸感应模块、无线发射与接收模块、显示模块、调光电路模块和主控模块构成,通过感应触摸屏输入控制信号经无线收发模块将信号送至主控器处理,主控器接到信号后控制调光电路实现对白炽灯的光强度控制,同时并用12864液晶屏显示。本设计感应灵敏,发射距离长,调光连续,电路结构简单,成本低,操作方便。关键词:遥控 感应 信号收发 调光一、整体系统电路分析遥控技术广泛应用到通信系统和其他电子系统中。如电视跳台、空调调温,若发收距离长时,还可以进行远程控制。系统是基于stc15f2k60s单片机的无线遥控灯光控制系统,通过感应触摸
2、屏输入控制信号经无线收发模块将信号送至主控器处理,主控器接到信号后控制调光电路实现对白炽灯的强度控制。题目要求遥控传输距离大于7米,实现触屏感应按键对白炽灯进行光暗控制。基于以上要求,信号传输我们使用无线传输模块,触摸按键使用电容型按键,调光控制电路使用光耦和双向晶闸管进行调光,并实时显示光照强度。根据要求,总体电路可由五个模块构成:1.感应触摸键盘模块; 2.无线收发模块; 3.主控cpu模块; 4.12864液晶显示模块; 5.调光电路模块。系统的设计框图如下图1所示:图1 遥控调光系统框图二、系统方案设计与论证2.1主控器选择方案一:主控部分采用stc89c51单片机,stc89c51是
3、一种低功耗、高性能cmos8位微控制器,具有 8k 在系统可编程flash 存储器。该单片机使用方便,控制简单,单片机算术运算功能强,软件编程灵活、自由度大,可用软件编程实现各种算法和逻辑控制。由于其功耗低、体积小、技术成熟和成本低等优点,各个领域应用广泛。并且,由于芯片引脚少,在硬件很容易实现。但考虑到对负载连续控制,就要求单片机要产生占空比连续可调的方波,程序较复杂。方案二:主控部分采用stc15f2k60s单片机,stc15f2k60s是一种新型的低功耗、高性能cmos8位微控制器,具有 61k 在系统可编程flash 存储器。该单片机使用方便,控制简单,单片机算术运算功能强,软件编程灵
4、活、自由度大,可用软件编程实现各种算法和逻辑控制。由于其功耗低、体积小、功能齐全和成本低等优点。基于以上比较我们选择方案二满足题目要求。2.2感应触摸按键选择方案一:采用触摸屏实现触摸遥控功能,这种触摸屏是电阻式的,电阻式触摸屏是一种传感器,它将矩形区域中触摸点(x,y)的物理位置转化为代表x坐标和y坐标的电压来判断按键的位置。这种方案也可以实现,但是不符合题意。方案二:采用市场上的全触电容屏,这种电容式触摸感应按键的基本原理是当人体(手指)接触金属感应片的时候,由于人体相当于一个接大地的电容,因此会在感应片和大地之间形成一个电容,感应电容量通常有几pf到几十pf。利用这个最基本的原理,在外部
5、搭建相关电路,就可以根据这个电容量的变化,检测是否有人体接触金属感应片。电容式触摸按键比电阻式的更加灵敏,所以选择方案二。 图2 按键示意图2.3无线收发模块选择方案一:我们可以选择nrf2401无线发射模块,nrf2401是单片射频收发芯片,芯片内置频率合成器功率放大器,晶体振荡器和调制器等模块,芯片功耗非常低,但是成本比较高,发射信号过程容易受到干扰。方案二:选择红外线编码发射信号,在接收端通过解码芯片解码后给单片机处理,发射速度nrf2401快,我们选择红外发射模块。2.4调光电路选择方案一:选用固态继电器的开关来控制交流电,固态继电器原理跟继电器比较相似,但是固态继电器的频率可以达到1
6、20hz,这样用pwm波控制它的开关通断就可以实现灯光亮度的调节,不过灯光闪烁不停。方案二:选用高频,高压的晶体管和光耦,光耦用作隔离,而且速度很快,利用光耦的通断在输出端输出高低电平来控制晶体管的通断,我们试了以后发现交流电电压太高,将晶体管烧坏了。方案三:我们用光耦和双向晶闸管来做调压电路,晶闸管交流开关门级毫安级电流的通断可控制晶闸管阳极几十到几百安培电流的通断,交流开关的特点是晶闸管在承受正版周期电压时触发导通,而它的关断是利用电源负半周期在管子上加反电压来实现,在电流过零是自然关断。因此过零检测很重要,要保持同步触发,我们选择方案三。2.5光传感器采用光敏电阻采集光的强度,与电阻串联
7、进行分压,然后用a/d采样后送给单片机处理实时检测并且显示光亮的强度。由于光敏电阻的随光照的强度非线性,我们在软件上进行补偿。三、系统电路设计3.1触摸按键电路触摸按键采用stm8s103k3可编程芯片对采集的按键信息采集,进过处理后输出高低电平,从而达到触摸的目的。3.2红外发射电路红外发射电路我们采用集成发射、接受模块,只需对发射和接受进行编码和解码,然后送给单片机进行处理,该模块价格低且使用起来较简单。3.3调光电路本调光控制器的框图如下:图3调光电路框图(1)控制部分为了便于灵活设计,选择可多次写入的可编程器件,本设计方案中选用的是atmel公司生产的at89c51单片机。(2)驱动部
8、分由于驱动的对象是交流负载,且为了实现连续调节的目的,本电路中采用了无触点开关元件双向可控硅。双向可控硅能够对交流电源的导通进行无触点连续控制,以小电流控制大电流,且动作快、寿命长、可靠性高。(3)负载部分本电路的负载是60w白炽灯(纯阻负载)。3.4交流电源过零检测电路交流电源同步信号的产生如图4电路所示,图中的同步信号就是我们需要的交流电压过零点信号。各部分波形如图5所示。图中整流后波形中的水平虚线表示光耦p52l输入二极管的门限电压。p521是tlp521的简称。图4过零点信号提取电路图5 过零点信号(同步信号)波形图图7 可控硅主电源导通区间,同步信号和触发信号时序图图8 调光电路3.
9、5光传感器电路 图9采光电路如上图,光敏电阻串联50欧的电阻供给+5v的电源,分析可知当光照强度强市ad口电压低,光照弱时电压高,通过ad采样送单片机处理获取光照强度。由于光敏电阻的特性曲线是非线性的,所以我们在软件中进行了补偿,从而得到光照强度。3.6时钟控制电路 图10 ds1302时钟芯片 图11 ds1302工作原理ds1302 是dallas 公司推出的涓流充电时钟芯片内含有一个实时时钟/日历和31 字节静态ram,可通过简单的串行接口与单片机进行通信。vcc1:主电源;vcc2:备份电源。当vcc2vcc1+0.2v时,由vcc2向ds1302供电,当vcc27米能否实现能能能能能
10、能能能表1遥控距离测试表由表可以看出遥控距离大于7米,满足题目要求。六、结论与改进措施经过一个星期的努力,本系统能达成课程设计的基本要求。6.1 基本要求(1)遥控器的遥控距离大于7米。(2)遥控器不少于6个感应触摸按键。(3)负载l为60w白炽灯。(4)各个按键的功能及调光效果,如表2所示。要求达到程度按键1白炽灯打开,亮度100% (基本要求)满足按键2白炽灯关闭,亮度0%(基本要求)满足按键3白炽灯打开,亮度 60% (基本要求)满足按键4白炽灯打开,亮度 30%(基本要求)满足按键5按着按键白炽灯渐变暗,松开按键后亮度为当前松开按键时的亮度(发挥部分)满足按键6按着按键白炽灯渐变亮,松
11、开按键后亮度为当前松开按键时的亮度 (发挥部分)满足表2 按键功能及对应调光效果6.2 存在的问题与改进措施(1)同步触发信号比较难以实现,实现多路分别控制十分有难度。(2)光敏传感器是非线性的,用a/d转换器采样显示的时候比较难以做到很精确,只能得到近似值。七、总结通过本次课程设计,我们对不仅对电力电子这门课有了更多的了解,而且基本锻炼我们使用电力电子器件和单片机的能力。学会了初步的电子仿真设计。锻炼了自己的思考能力和创新能力。自己对电路的设计和看课本上的电路感觉完全不同,在设计过程中要考虑很多的因素,比如器件的选择要考虑到参数,还要看软件中的元件库中有没有此元件,还要通过查资料了解元件的结
12、构和原理。在仿真过程中会有一些错误,所以需要分步分析电路的错误,因此而学会了如何对电路进行分析测试的方法,并想办法加以改正。同时也一定程度上掌握了单片机方面的控制思想,对我们以后学习的过程中会有很大的帮助。八、参考文献1 李玉梅基于mcs-51系列单片机原理的应用设计国防工业出版社2 谢自美电子线路设计实验测试武汉:华中科技大学出版社,20023 全国大学生电子设计大赛获奖作品选编北京:北京理工大学出版社,20014 第六届全国大学生电子设计竞赛获奖作品选编北京:北京理工大学出版社,20035张兴.电力电子技术. 北京:科学出版社,2010.九、附录:1:整体实物图 图13 熄灭状态实物图 图
13、14 60%光强度状态的实物图2:程序代码#include #include #include#include data_def.h#include delay.h#include 12864.h#include ds1302.h#include ds18b20.hbit readtimeflag;/定义读时间标志#define t1ms (65536-1000) /定时1mssbit out1= p12;/第一路触发信号输出sbit k1= p20;/8个触摸按键定义 为高电平是表示有键按下sbit k2= p21;sbit k3= p22;sbit k4= p23;sbit k5= p24
14、;sbit k6= p25;sbit k7= p26;sbit k8= p27;sbit irin = p32; /红外接收器数据线uint count1,count2;/两路延时计数器uint num1,num2;/两路预置参考值uchar ircom7;/存放红外数据uchar flag1;/两路选择标志 0时第一路 1时第二路uchar i=0;void exint_init()/外部中断初始化/int1由过零触发信号触发it0 = 1; /设置int0的中断类型 (1:仅下降沿 0:上升沿和下降沿) ex0 = 1; /使能int0中断/int0由遥控器触发it1 = 1;ex1 =
15、1; ea = 1;void timer_init()/定时器初始化auxr &= 0x3f; /定时器0和定时器1为1t模式 tmod = 0x00; /设置定时器为模式0(16位自动重装载) tl0 = t1ms; /初始化计时值 th0 = t1ms8;tl1 = t1ms; /初始化计时值 th1 = t1ms 8;et0 = 1; /使能定时器0中断 ea = 1;void data_init()count1=0;out1=1;flag1=0;num1=7;void delay(void) /140us,为红外准备uchar i,j;i = 2;j = 159;do while (-
16、j); while (-i);void exint0() interrupt 0 /int0中断入口,控制红外 unsigned char j,k,n=0;ex0 = 0; delay();if (irin=1) ex0 =1;return;/确认ir信号出现 while (!irin) /等ir变为高电平,跳过9ms的前导低电平信号。delay();while (irin) /等 ir 变为低电平,跳过4.5ms的前导高电平信号。delay();for (j=0;j4;j+) /收集四组数据 for (k=0;k=15) ex0=1;return; /0.14ms计数过长自动离开。 /高电平
17、计数完毕 ircomj=ircomj 1; /数据最高位补“0”if (n=8) ircomj = ircomj | 0x80; /数据最高位补“1”n=0;/end for k/end for jif (ircom2!=ircom3) ex0=1;return; ircom5=ircom2 & 0x0f; /取键码的低四位ircom6=ircom2 4; /右移4次,高四位变为低四位if(ircom6=0&ircom5=12)num1=3;display_str(2,4,100%亮度);if(ircom6=1&ircom5=8)num1=4;display_str(2,4, 60%亮度);i
18、f(ircom6=5&ircom5=14)num1=6;display_str(2,4, 30%亮度);if(ircom6=0&ircom5=8)num1=8;display_str(2,4,熄灭状态);if(ircom6=1&ircom5=12) num1=3;delay_ms(100); while(num13)num1-;delay_ms(20);display_str(2,4,逐渐变亮);ex0 = 1; void exint1() interrupt 2 /int1中断入口,输出触发信号 tr0 = 1;void timer0() interrupt 1 /定时器中断count1+;
19、if(count1=num1)if(num1!=10)count1=0;out1=0;delay_ms(1);out1=1;tr0 = 0;void keyprocess()if(k8)/100%亮度num1=2;display_str(2,4,100%亮度);if(k2)/80%亮度num1=3;display_str(2,4, 80%亮度);if(k3)/60%亮度num1=5;display_str(2,4, 60%亮度);if(k4)/20%亮度num1=7;display_str(2,4, 20%亮度);if(k5)/扫描 逐渐变暗num1=3;delay_ms(2000);whil
20、e(num13)num1-;delay_ms(2000);display_str(2,4,逐渐变亮);if(k7)/20%亮度num1=8;display_str(2,4,熄灭状态); void display() uint temp_data,tempdec;write_lcd_cmd(0x93);write_lcd_dat(temp_data/100+0x30);write_lcd_dat(temp_data%100/10+0x30);write_lcd_dat(temp_data%10+0x30);write_lcd_dat(.);write_lcd_dat(tempdec/1000+0
21、x30);write_lcd_dat(tempdec%1000/100+0x30);write_lcd_dat(tempdec%100/10+0x30);write_lcd_dat(tempdec%10+0x30);void main() lcd_init();ds1302_init();data_init();exint_init();timer_init();display_str(0,0,遥控调光控制系统);display_str(1,0,室温:);display_str(1,7,);display_str(2,0,光照强度);display_str(2,4, 10%亮度); displ
22、ay_str(3,1,月);display_str(3,3,日);while(1)display(); keyprocess();/触摸按键函数调用 readtimeflag=1;/ds1302时间调用 if(readtimeflag=1) readtimeflag=0; ds1302_read_time(); display1(time_buf14); /时 display2(time_buf15); /分 display3(time_buf16); /秒 if(time_buf14=8)&(time_buf15=24)&(time_buf16=00) num1=8; display4(ti
23、me_buf12); /月 display5(time_buf13); /日 g an employment tribunal claimemployment tribunals sort out disagreements between employers and employees.you may need to make a claim to an employment tribunal if: you dont agree with the disciplinary action your employer has taken against you your employer di
24、smisses you and you think that you have been dismissed unfairly.for more information about dismissal and unfair dismissal, seedismissal.you can make a claim to an employment tribunal, even if you haventappealedagainst the disciplinary action your employer has taken against you. however, if you win y
25、our case, the tribunal may reduce any compensation awarded to you as a result of your failure to appeal.remember that in most cases you must make an application to an employment tribunal within three months of the date when the event you are complaining about happened. if your application is receive
26、d after this time limit, the tribunal will not usually accept it.if you are worried about how the time limits apply to you, take advice from one of the organisations listed underfurther help.employment tribunals are less formal than some other courts, but it is still a legal process and you will nee
27、d to give evidence under an oath or affirmation.most people find making a claim to an employment tribunal challenging. if you are thinking about making a claim to an employment tribunal, you should get help straight away from one of the organisations listed underfurther help.if you are being represe
28、nted by a solicitor at the tribunal, they may ask you to sign an agreement where you pay their fee out of your compensation if you win the case. this is known as adamages-based agreement. in england and wales, your solicitor cant charge you more than 35% of your compensation if you win the case.if y
29、ou are thinking about signing up for a damages-based agreement, you should make sure youre clear about the terms of the agreement. it might be best to get advice from an experienced adviser, for example, at a citizens advice bureau. to find your nearest cab, including those that give advice by e-mai
30、l, click onnearest cab.for more information about making a claim to an employment tribunal, seeemployment tribunals.the (lack of) air up there watch mcayman islands-based webb, the head of fifas anti-racism taskforce, is in london for the football associations 150th anniversary celebrations and will
31、 attend citys premier league match at chelsea on sunday.i am going to be at the match tomorrow and i have asked to meet yaya toure, he told bbc sport.for me its about how he felt and i would like to speak to him first to find out what his experience was.uefa hasopened disciplinary proceedings agains
32、t cskafor the racist behaviour of their fans duringcitys 2-1 win.michel platini, president of european footballs governing body, has also ordered an immediate investigation into the referees actions.cska said they were surprised and disappointed by toures complaint. in a statement the russian side a
33、dded: we found no racist insults from fans of cska.age has reached the end of the beginning of a word. may be guilty in his seems to passing a lot of different life became the appearance of the same day; may be back in the past, to oneself the paranoid weird belief disillusionment, these days, my mi
34、nd has been very messy, in my mind constantly. always feel oneself should go to do something, or write something. twenty years of life trajectory deeply shallow, suddenly feel something, do it.一字开头的年龄已经到了尾声。或许是愧疚于自己似乎把转瞬即逝的很多个不同的日子过成了同一天的样子;或许是追溯过去,对自己那些近乎偏执的怪异信念的醒悟,这些天以来,思绪一直很凌乱,在脑海中不断纠缠。总觉得自己自己似乎应
35、该去做点什么,或者写点什么。二十年的人生轨迹深深浅浅,突然就感觉到有些事情,非做不可了。the end of our life, and can meet many things really do?而穷尽我们的一生,又能遇到多少事情是真正地非做不可?during my childhood, think lucky money and new clothes are necessary for new year, but as the advance of the age, will be more and more found that those things are optional;
36、junior high school, thought to have a crush on just means that the real growth, but over the past three years later, his writing of alumni in peace, suddenly found that isnt really grow up, it seems is not so important; then in high school, think dont want to give vent to out your inner voice can be
37、 in the high school children of the feelings in a period, but was eventually infarction when graduation party in the throat, later again stood on the pitch he has sweat profusely, looked at his thrown a basketball hoops, suddenly found himself has already cant remember his appearance.童年时,觉得压岁钱和新衣服是过
38、年必备,但是随着年龄的推进,会越来越发现,那些东西根本就可有可无;初中时,以为要有一场暗恋才意味着真正的成长,但三年过去后,自己心平气和的写同学录的时候,突然就发现是不是真正的成长了,好像并没有那么重要了;然后到了高中,觉得非要吐露出自己的心声才能为高中生涯里的懵懂情愫划上一个句点,但毕业晚会的时候最终还是被梗塞在了咽喉,后来再次站在他曾经挥汗如雨的球场,看着他投过篮球的球框时,突然间发现自己已经想不起他的容颜。originally, this world, can produce a chemical reaction to an event, in addition to resolute
39、ly, have to do, and time.原来,这个世界上,对某个事件能产生化学反应的,除了非做不可的坚决,还有,时间。a persons time, your ideas are always special to clear. want, want, line is clear, as if nothing could shake his. also once seemed to be determined to do something, but more often is he backed out at last. dislike his cowardice, finally
40、 found that there are a lot of love, there are a lot of miss, like shadow really have been doomed. those who do, just green years oneself give oneself an arm injection, or is a self-righteous spiritual.一个人的时候,自己的想法总是特别地清晰。想要的,不想要的,界限明确,好像没有什么可以撼动自己。也曾经好像已经下定了决心去做某件事,但更多的时候是最后又打起了退堂鼓。嫌恶过自己的怯懦,最终却发现有很
41、多缘分,有很多错过,好像冥冥之中真的已经注定。那些曾经所谓的非做不可,只是青葱年华里自己给自己注射的一支强心剂,或者说,是自以为是的精神寄托罢了。at the moment, the sky is dark, the air is fresh factor after just rained. suddenly thought of blue plaid shirt; those were broken into various shapes of stationery; from the corner at the beginning of deep friendship; have dec
42、lared the end of the encounter that havent start planning. those years, those days of do, finally, like youth, will end in our life.此刻,天空是阴暗的,空气里有着刚下过雨之后的清新因子。突然想到那件蓝格子衬衫;那些被折成各种各样形状的信纸;那段从街角深巷伊始的友谊;还有那场还没有开始就宣告了终结的邂逅计划那些年那些天的非做不可,终于和青春一样,都将在我们的人生中谢幕。baumgartner the disappointing news: mission abort
43、ed. r plays an important role in this mission. starting at the ground, conditions have to be very calm - winds less than 2 mph, with no precipitation or humidity and limited cloud cover. the balloon, with capsule attached, will move through the lower level of the atmosphere (the troposphere) where o
44、ur day-to-day weather lives. it will climb higher than the tip of mount everest (5.5 miles/8.85 kilometers), drifting even higher than the cruising altitude of commercial airliners (5.6 miles/9.17 kilometers) and into the stratosphere. as he crosses the boundary layer (called the tropopause),e can expect a lot of turbulence.the supersonic des
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025浙江省建筑安全员-B证(项目经理)考试题库
- 2025年重庆市建筑安全员知识题库
- 广州新华学院《中华人民共和国国史》2023-2024学年第一学期期末试卷
- 广州现代信息工程职业技术学院《大众健身流行课程》2023-2024学年第一学期期末试卷
- 2025黑龙江省建筑安全员《B证》考试题库
- 2025湖北建筑安全员B证考试题库
- 2025年河南省建筑安全员-C证考试(专职安全员)题库附答案
- 中国传统节日-端午节主题班会
- 【大学课件】单片机原理与应用设计 子程序结构
- DB14T-日光温室草莓固碳生产技术规程编制说明
- 办理落户新生儿委托书模板
- 施工现场环境因素识别、评价及环境因素清单、控制措施
- 2024年医药行业年终总结.政策篇 易联招采2024
- 儿科护士述职报告2024
- 股权投资协议的风险控制
- 酒店微笑服务培训
- 浙江省嘉兴市2023-2024学年七年级上学期语文期末试卷(含答案)
- 《鸿蒙智能互联设备开发(微课版)》全套教学课件
- 山西省晋中市2023-2024学年高一上学期期末考试 物理 含解析
- 安全与急救学习通超星期末考试答案章节答案2024年
- 2024电力安全工器具及小型施工机具预防性试验规程
评论
0/150
提交评论