唐文 易诗
摘要:设计一种基于STM32嵌入式处理器应用于高校课堂签到管理的记录仪。采用RFID技术识别学生卡内数据(学号,姓名),多个数据采集节点打卡签到,无线数据传输,接收端接收并记录多节点打卡数据,打卡时间,存储至SD卡内相应课程签到的EXCEL表格中,接收端配置可为U盘,利于存储表格的导出与更新。该多点考勤记录仪有效解决了传统课堂出勤管理的弊端,提高了教学管理效率。
关键词:STM32;RFID技术;多点打卡签到;无线数据传输;SD卡
中图分类号:TN919.5文献标识码:A
Multiple nodes class attendance recorder based on STM32
TangWenYiShi
College of Information Science and Technology,Chengdu University of TechnologySichuanChengdu610059
Abstract: Design a College class attendance management system based on STM32 embedded processor.Using RFID identification technology acquiring student ID card data (student ID, name), multiple datanode acquisition, and wireless data transmission, the receiving end can receive and record multiple nodespunch card data, recording time,and those data will be stored in the EXCEL form in the SD card。Andthe receiving end can be configured as a USB flash disk, which is easy to update and export the storageform.This multiple nodes class attendance recorder can effectively solve the drawbacks of traditional class attendance management method , and improve the efficiency of teaching management.
Key words:STM32; RFID technology; multiple data acquisition node in attendance; wireless data transmission; SD card
随着高校教育质量标准的提高,在校学生人数的日益增多,对课堂教育的要求也越来越高。课堂教育是高校教育的核心,但是由于部分学生缺乏自觉性,因此课堂的到课率普遍存在问题。
对于高校的学生到课管理,高校教师普遍采用学生按班级名单签到,课堂点名等方式,部分实验室配备网络环境的签到软件,学生可以在计算机上完成签到。以上签到方法各自存在不同的缺陷,按名单签到存在占用课堂时间,签到数据不便保存完整,代签到等问题。课堂点名存在占用课堂时间,耗费教师精力的问题。软件签到要求网络环境与计算机设备,无法进行无机房环境的理论课签到。
本文设计了一种基于嵌入式技术,无线通信技术的多点课堂签到记录仪,采用嵌入式处理器,接受多个节点的学生卡打卡签到数据,存储数据至SD卡指定格式的多个签到文件中,能够有效记录学生签到数据。……