指纹

所属分类:其他
开发工具:C/C++
文件大小:5554KB
下载次数:6
上传日期:2019-06-10 21:15:54
上 传 者蓝色的雨
说明:  基于AS608指纹模块和STM32F103开发板的指纹密码锁,具有指纹采集和识别功能。应用测试时,用户将手指按压在AS608模块上,若识别为合法成员,则在OLED屏上显示其信息,若AS608检测到的指纹不属于合法成员,则在OLED屏上显示“非法成员”。
(The fingerprint code lock based on AS608 fingerprint module and STM32F103 development board has the function of fingerprint acquisition and recognition. During the application test, the user presses the finger on the AS608 module, if identified as a legitimate member, displays its information on the OLED screen, and if the fingerprint detected by the AS608 does not belong to the legitimate member, the "illegal member" is displayed on the OLED screen.)

文件列表:
指纹\keilkill.bat (401, 2017-02-04)
指纹\Libraries\CMSIS\core_cm3.c (17273, 2017-02-04)
指纹\Libraries\CMSIS\core_cm3.h (85714, 2017-02-04)
指纹\Libraries\CMSIS\startup\startup_stm32f10x_cl.s (15766, 2017-02-04)
指纹\Libraries\CMSIS\startup\startup_stm32f10x_hd.s (15503, 2017-02-04)
指纹\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s (15692, 2017-02-04)
指纹\Libraries\CMSIS\startup\startup_stm32f10x_ld.s (12376, 2017-02-04)
指纹\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s (13656, 2017-02-04)
指纹\Libraries\CMSIS\startup\startup_stm32f10x_md.s (12765, 2017-02-04)
指纹\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s (14073, 2017-02-04)
指纹\Libraries\CMSIS\startup\startup_stm32f10x_xl.s (15955, 2017-02-04)
指纹\Libraries\CMSIS\stm32f10x.h (633941, 2017-02-04)
指纹\Libraries\CMSIS\system_stm32f10x.c (36557, 2017-02-04)
指纹\Libraries\CMSIS\system_stm32f10x.h (2085, 2017-02-04)
指纹\Libraries\FWlib\inc\misc.h (8982, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_adc.h (21690, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_bkp.h (7555, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_can.h (27559, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_cec.h (6573, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_crc.h (2162, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_dac.h (15233, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_dbgmcu.h (3818, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_dma.h (20754, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_exti.h (6824, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_flash.h (25445, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_fsmc.h (27016, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_gpio.h (20175, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_i2c.h (30029, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_iwdg.h (3828, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_pwr.h (4383, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_rcc.h (30452, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_rtc.h (3857, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_sdio.h (21863, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_spi.h (17725, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_tim.h (52427, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_usart.h (16548, 2017-02-04)
指纹\Libraries\FWlib\inc\stm32f10x_wwdg.h (2966, 2017-02-04)
指纹\Libraries\FWlib\src\misc.c (7046, 2017-02-04)
指纹\Libraries\FWlib\src\stm32f10x_adc.c (47201, 2017-02-04)
... ...

/*********************************************************************************************/ 【*】程序简介 -工程名称:指纹模块实验 -实验平台:秉火STM32 F103霸道 开发板 -MDK版本: 5.23 -ST固件库版本:1.5.1 【 !】功能简介: 指纹模块采用杭州晟元公司AS608高性能指纹识别模块,STM32与AS608 SOC采用USART串口通信,通信遵守AS608通信协议格式。 本实验可以完成录指纹,指纹识别,删除制定用户指纹以及清空指纹库的功能。 使用串口调试助手向STM32发送命令,STM32通过解析调试助手发送的命令,向指纹模块发送控制指令,而后等待指纹模块向STM32反馈的处理信息,STM32接收到反馈信息后,通过指令解析向串行助手显示指纹模块的处理结果。 该实验使用了2个中断,中断1使用串口接受收中断,采用环形缓冲方式缓存来自指纹模块反馈的信息。中断2通过EXTI中断方式,通过指纹模块的wak线电压变化检测有无手指按下,发现有手指按下指示灯亮,反之则灭。 【 !!】注意事项: 本实验STM32的指令输入调用了scanf函数,由于scanf函数调用的特性,须在串口调试助手输完指令数字后按回车键后再发送指令。 /*********************************************************************************************/ 【*】 引脚分配 USART2: 指纹模块Tx<--->PA3(Rx) 指纹模块Rx<--->PA2(Tx) LED: RGB彩灯的三个阴极接到STM32三个引脚上,LED低电平亮。 R<--->PH10 G<--->PH11 B<--->PH12 wak线: 感应信号输出,默认高电平有效。 wak<--->PA8 /*********************************************************************************************/ 【*】 时钟 A.晶振: -外部高速晶振:25MHz -RTC晶振:32.768KHz B.各总线运行时钟: -系统时钟 = SYCCLK = AHB1 = 180MHz -APB2 = 90MHz -APB1 = 45MHz C.浮点运算单元: 不使用 /*********************************************************************************************/ 【*】 版本 -程序版本:1.0 -发布日期:2013-xx -版本更新说明:首次发布 /*********************************************************************************************/ 【*】 联系我们 -秉火论坛 :http://www.firebbs.cn -淘宝店铺 :https://fire-stm32.taobao.com /*********************************************************************************************/

近期下载者

相关文件


收藏者