文档详情

基于LPC2103的LED显示字库无线通讯系统设计.doc

发布:2017-04-10约8.17千字共5页下载文档
文本预览下载声明
基于LPC2103的LED显示字库无线通讯系统设计 张开生,彭朋 (陕西科技大学 电气与信息工程学院 陕西省 西安 710021) 摘要:针对LED显示屏的字库更新和数据传输问题,采用了嵌入式微处理器LPC2103作为LED显示屏的控制中枢,通过IAP技术存储和更新其内部Flash中的字库数据,采用了ZigBee技术无线传输数据。重点阐述了存储和更新LED显示屏的字库时,上位机通过ZigBee协调器把LED显示屏需要更新的字库数据无线发送给与LPC2103相连的ZigBee终端节点,终端节点将该数据通过串口发给LPC2103,再利用IAP技术对LPC2103内部Flash进行单独编程操作,达到存储和更新字库数据的目的。实验表明,构建的LED字库数据无线更新系统运行良好,切实可行。 关键词:IAP;LPC2103;LED显示屏;字库更新;ZigBee数据传输; LED display word stock update wireless research based on LPC2103 ZHANG Kaisheng, PENG Peng (College of Electrical and Information Engineering, Shannxi University of Science and Technology, Xi,an 710021 China) Abstract: To the problem of LED display word stock update and data transmission,the system adopts the embedded microcontroller processor LPC2103 as the control center of the LED display, By the technology of IAP?storage?and update?font data?in?its internal?Flash,using ZigBee technology wireless transmission display word stock. Expounds the when update LED display display content, PC via ZigBee coordinator of character of wireless transmission the data that LED display screen update to need to terminal nodes connected to the LPC2103, terminal node send the data via UART to LPC2103, reuse IAP technology to program LPC2103 internal Flash, to achieve the purpose of only storing and updating character data. Experiments show that the built LED character data wireless update system running well, is feasible. Keywords:IAP;LPC2103;LED panel; Word stock update;ZigBee data transmission; 1 引言 随着现代生活节奏的加快, LED显示屏成了人们日常生活工作中不可缺少的部分,广泛应用于车站、广场、企事业单位等场所,成为发布信息的极好工具[1]。传统的LED显示技术通常把单片机作为微控制器,但是单片机受时钟频率(通常为12)的限制,当LED显示屏显示的数据量较大时,则会因为扫描速度太慢而导致LED显示屏出现闪烁,造成不稳定的视觉效果,为此系统采用嵌入式微处理器LPC2103作为控制器[2],不仅提高了微处理器的运算速度及系统的稳定性,同时由于LPC2103自带的PLL(锁相环)电路可以使系统的时钟频率倍频到70。 从显示字库存储位置的角度出发,市场上现有的LED屏的显示字库在微处理器中的存放的位置一般分为两种,一种是把显示字库同主函数、子函数一样直接存在微处理器处的内部ROM或Flash中,缺陷是当需要更新LED屏的显示字库时,除了更新显示字库外,还需要连同主函数、子函数也要一起更新,而这些操作,需要操作人员具有专业的技能才能做到。另一种是把字库放在处理器拓展的外部存储器中,这种方法的缺陷是需要扩展外部存储器,这样不仅降低了数据的读取速度,而且还增加了系统的成本。为了解决上述的问题,系统把把显
显示全部
相似文档