门禁读卡器功能测试仪设计

合集下载
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

门禁读卡器功能测试仪设计

摘要

本设计是基于STM32系列的单片机进行的对SXG系列门禁读卡器的功能测试。在设计的同时对STM32单片机的理论基础和外围扩展知识进行了比较全面准备。对SXG系列门禁读卡器的功能测试在硬件与软件方面进行同步设计。硬件部分主要由STM32F107VCT6微处理器、LED显示电路、JTAG下载电路、电源转换电路、韦根通信电路、以及电机控制电路等组成,系统通过LED和米字型LED显示测试结果,所以具有人性化的操作和直观的显示效果。软件方面主要包括系统进入停止模式和退出停止模式、韦根通信、控制电机、键盘测试等。本系统以C语言进行软件设计,为了便于扩展和更改,软件的设计采用模块化结构,使程序设计的逻辑关系更加简洁明了,以便更简单地实现对SXG系列门禁读卡器的功能测试。所有程序编写完成后,在keil软件中进行调试, 确定没有问题后,焊接硬件测试SXG系列门禁读卡器。

关键词STM32F107VCT6韦根通信电机控制

THE DESIGN OF THE ACCESS CONTROL READER

FUNCTION TESTER

ABSTRACT

Taking the SXG series of access control reader for research object ,this paper designed the function tests which based on the series of STM32 microcontrollers. The theoretical basis of the STM32 MCU and peripherals expand your knowledge in the design, while a more comprehensive preparation. SXG series access functional test of the reader hardware and software aspects of the synchronous design. The hardware part is mainly microprocessors by STM32F107VCT6, LED display circuit, JTAG download circuit, the power conversion circuit, Wiegand communication circuit, and motor control circuit and other composition, the system LED-segment LED displays the test results, so humane operation and intuitive display. The software system enters stop mode and exit the stop mode, Wiegand communications, control, motors, keyboard testing. The system software design in C language, in order to facilitate the expansion and change, the software design is modular in structure, programming logic is more concise, in order to more easily achieve the functional testing SXG series access card reader. All programs after their completion, in keil software for debugging, there is no problem, welding SXG series access card reader hardware testing.

KEY WORDS STM32F107VCT6 Wiegand communication Motor control

目录

中文摘要............................................................................................................................................................ I 英文摘要.......................................................................................................................................................... II 1 绪论 (1)

1.1引言 (1)

1.2主要任务 (2)

1.3主要技术指标 (2)

1.4门禁读卡器功能测试仪的国内外发展现状与趋势 (2)

2 设计方案论证 (3)

2.1 控制器芯片的选择方案和论证 (3)

2.2 显示模块选择方案和论证 (3)

2.3 下载方式的选择方案和论证 (4)

2.4 电路设计最终方案确定 (4)

3 硬件设计 (6)

3.1电源设计 (6)

3.2晶振电路 (6)

3.3复位电路 (7)

3.4开始按键电路 (7)

3.5韦根通信电路 (8)

3.6JTAG下载电路 (8)

3.7电机控制电路 (9)

4 软件设计 (12)

4.1主程序设计 (12)

4.2系统初始化 (14)

4.3系统自检 (15)

4.4开始键设为中断模式 (15)

4.5进入停止模式 (16)

4.6配置系统时钟 (16)

4.7电机控制 (17)

4.8韦根通信测试 (17)

4.9按键测试 (19)

5 系统调试 (20)

5.1软件调试 (20)

5.2硬件调试 (20)

结束语 (22)

致谢 (23)

参考文献 (24)

附录 (25)

附录1硬件电路图 (25)

附录2PCB板 (27)

相关文档
最新文档