Blog / 单片机
8 Posts

单片机
【基于STM32F103+AS608的智能打卡系统】

【基于STM32F103+AS608的智能打卡系统】 基于STM32F103+AS608的智能打卡系统 基于STM32F013+AS608实行的智能打卡系统 1》进行打卡功能 2》指纹添加(多指纹添加 最大容量300) 3》删除指纹(这里进行指纹删除时按顺序删除从最新添加的开始,还没有写删除指定指纹) 4》查看指纹列表(通过该功能可以查看现有的指纹) 扩展功能:可以通过指纹实现一系列的其他控制(待

查看全文
单片机
AS608 fingerprint recognition module + STM32 to implement fingerprint enrollment

AS608 Fingerprint Recognition Module + STM32 for Fingerprint Enrollment ⚔️ Introduction The ATK-AS608 fingerprint recognition module is a high-performance optical fingerprint recognition module launched by ALIENTEK. The ATK-AS608 module uses the AS608 fingerprint recognition chip from Synochip, a renowned domestic fingerprint recognition chip company based in Hangzhou, Zhejiang, China. The chip integrates a DSP processing unit and fingerprint recognition algorithms, enabling efficient and rapid image capture and fingerprint feature identification. The module is equipped with serial port and USB communication interfaces for use.

查看全文
单片机
Usage of 51 microcontroller + AS608 with program

Using a microcontroller with AS608, including the program Heat: 22 Previously, I went through many detours when using AS608. This time, I hope that as beginners, we can learn from each other's experiences and introduce AS608. Usage of fingerprint module AS608: 1. Red wire: Vcc, connect to a 3.3V power supply, do not connect to power supplies above 3.3V 2. Yellow wire: Connect to the microcontroller's serial port TX end 3. White wire: Connect to the microcontroller's serial port RX end 4. Black wire: GND, GND of the 3.3V power supply 5. Blue wire: Module touch sensing signal output (high level indicates detection of touch), needs to be connected

查看全文