旋转LED显示屏的设计与制作摘要随着社会信息技术的发展,高科技教育和创新活动越来越受到大家的关注,电子产品越来越受到大家的青睐,旋转LED显示屏这一信息技术的前沿领域也得到了飞速发展,而在旋转LED显示屏中主要应用的便是单片机。
在户外广告屏上,高科技是不可缺少的,因此单片机技术的应用注定是不可或缺的,所以利用AVR单片机技术制作的旋转LED显示屏的应用价值及科研价值是很高的。
我们利用AVR单片机,通过Atmega16芯片制作出的旋转LED显示屏,可以顺利完成我们所要求的显示的内容,现场演示。
通过自制的ISP下载线与电脑之间的链接,将电脑中的程序文件输入到单片机中,根据我们的需要显示不同的内容。
该设计主要包括:基板硬件的设计、硬件驱动的设计、显示程序的设计等。
它具有设计思路简捷、程序简短、结构简单等特点。
旋转LED显示屏用于教学演示,可以使学生了解动态扫描的原理,同时对相关知识的综合应用有一个清晰的认识,易于加深对相关知识的了解、掌握。
能更好的应用所学到的知识,更好的把所学到的知识应用的实物中去,能引导同学们去开发想象到的东西,能是学到的理论知识更好的与实际相结合。
关键字:旋转LED显示屏;Atmega16单片机THE DESIGN AND PRODICTION OF THE ROTATING LED DISPLAYABSTRACTWith the social development of information technology, more and more high-tech education and innovation activities be given due attention, electronic products,more and more people of all ages, rotating LED display of information technology frontier has been rapid development, and the main application is in the rotating LED display microcontroller.Outdoor advertising screen, high-tech is indispensable for the application of single-chip technology is bound to be an integral part of the rotating LED display using AVR microcontroller technology to produce value and scientific value is very high. We use the AVR microcontroller, the Atmega16 chip to produce a rotating LED display, the successful completion of the contents of the display we are asking, live demonstration. Link between the homemade ISP download cable from the computer, the computer's program files are input to the microcontroller, display different content according to our needs.This design mainly includes: a substrate hardware design, hardware-driven design, showing the design of the program. It has a simple design ideas, a brief program, simple structure and other characteristics.The rotation LED display for teaching demonstration, to enable students to understand the principle of dynamic scanning, the integrated application of knowledge at the same time have a clear understanding, easy to deepen the knowledge to understand and master. Better able to apply my knowledge and better application of knowledge learned in kind to guide students to develop imagine things, the theoretical knowledge learned better with practice combination. Key words:the rotating LED display; Atmega16 single chip microcomputer目录-----------------------------------------------------------1 -----------------------------------------------------2 -- 22模块设计的方案----------------------------------------------2 显示屏整体设计----------------------------------------2控制器模块--------------------------------------------2传感器模块--------------------------------------------3电源模块----------------------------------------------3显示模块----------------------------------------------4 最终方案----------------------------------------------------4 --------------------------------------------------------5666---------------------------------------------7主要元件7805稳压块的介绍-----------------------------8主要元件3296电位器的介绍-----------------------------8 -----------------------------------------------9 -------------------------------------------9 -------------------------------------------10 -------------------------------------------------------11 -------------------------------------------------11 -----------------------------------------------15 -------------------------------------------------------23 -------------------------------------23 --------------------------------------23 --------------------------------------24 ---------------------------------------------------------25 -----------------------------------------------------26 -----------------------------------------------------------271 前言随着社会信息技术的发展,高科技教育和创新活动越来越受到大家的关注,电子产品越来越受到大家的青睐,旋转LED显示屏这一信息技术的前沿领域也得到了飞速发展,而在旋转LED显示屏中主要应用的便是单片机。
单片机又称单片机微控制器,它是把一个计算机系统集成到一个芯片上,单片机技术就是计算机技术的一个分支,是旋转LED显示屏的核心元件,在旋转LED显示屏设计中主要就是应用AVR弹片机的技术进行控制的。
我们在这次项目中应用的AVR单片机是很新颖的一种,它不仅价格低廉,可以节省很多开发费用,而且内部存储器的擦写可达到10000次以上,不会产生报废品。
在户外广告屏上,高科技是不可缺少的,因此单片机技术的应用注定是不可或缺的,所以利用AVR单片机技术制作的旋转LED显示屏的应用价值及科研价值是很高的。
我们利用AVR单片机制作出的旋转LED显示屏,可以顺利完成我们所要求的显示的内容,现场演示。
通过自制的ISP下载线与电脑之间的链接,将电脑中的程序文件输入到单片机中,根据我们的需要显示不同的内容。
所完成的作品可以直接应用于单片机的教学之中,使自己的毕业设计有了实在的应用价值。
本作品今后可以向商品化方面进行开发,以使之有更大的价值。
由于某些资料及时间的限制,所以致使AVR单片机的一些功能没有全部扩展出来,处于正在研究探索中。
我们会对该项目进行不断的创新。
2 系统设计构思设计要求(1)旋转部分的电路板重心要适中,以便旋转起来后没有大的抖动。
(2)旋转电路板能检测到一个固定的位置来确定显示起始位置。
(3)显示内容要有花形图案、汉字静态显示和汉字动态滚动显示。
显示屏的原理旋转LED显示屏采用扫描方式进行显示,其实现原理是通过控制不同时间段内让不同批次的LED轮流点亮,根据人眼的视觉暂留特性,当扫描帧频达到24Hz以上时,人眼便感觉不到扫描过程,而是一幅稳定的图像。
模块设计的方案根据设计要求,本系统主要由控制器模块、电源模块、传感器模块、显示模块等模块构成。