- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
智能公交卡终端系统软件实现大学毕业设计(论文)
智能公交卡终端系统软件实现
摘 要
随着城市规模的扩大,交通已经成为城市发展的一个重要因素。公交车射频卡可以提供更为方便、快捷的服务。
面向开放式公交系统的乘客下车站台刷卡系统及数据传输技术的改善,充分运用了交通,电路即传输等专业的知识。
本文对公交射频刷卡器的系统设计进行了研究。采用美国ATMEL公司的ATmega16单片机位控制核心,应用PHILIPS公司的MIFARE射频技术实现设计。本设计主要是系统软件设计。这部分描述了所应用的各部分的程序原理和代码,运用模块化结构,使程序设计的逻辑关系更加简洁明了;采用软件AVR studio4 软件进行编程,sscom串口调试助手以及AVR fighter 程序烧录软件进行烧录。
关键词 ATmega16;射频技术;AVR;
Smart bus card terminal system software
Abstract
Along with the extension of the city scale, the transportation has already become an important factor of the city development.The bus radio frequency card can provide more convenience and faster servance.
Passengers to get off the site credit card system for open bus system development is the improvement of existing public transport circuit and transmission technology .
This text carry on a research to the system design of the bus radio frequency card machine,It adopted single chip microcomputer of the ATmega16 of the American ATMEL company as the control core and applied the MIFARE radio frequency technique of the PHILIPS company to realize the design,This design of the system include two parts:the hardware design and the software design.The hardware design part described the hardware circuits and the principle of each part,mainly include:display circuits, The watchdog circuit,the 93C46 serial EEPROM,the buffer circuit and read card machine.Also,it gave the system hardware of the integral design principle diagram.A adopting assemble language to edit the software,using blocking structure and giving the flow chart of each block make the logical Relation of the program design more simply and directly to understand.It adopted AVR studio4 to debug the program.Moreover,this text also gave detailed program list.
Key words: ATmega16;射频技术;AVR;
目录
摘 要 i
Abstract ii
第一章 绪论 1
1.1 研究背景 1
1.2 设计的意义和目的 1
1.3 系统设计总体要求 2
1.4 系统设计的方案选择 2
1.4.1 IC卡的选择 2
1.4.2 用户信息的存储 2
1.4.3 程序编写 3
第二章 软件的总体设计 4
2.1 系统软件设计思想 4
2.2 系统软件逻辑组成 4
2.3 系统流程图 4
6
3.1 主程序 6
3.2 rc522.c程序 6
3.2.1 SPI相关操作 6
3.2
文档评论(0)