项目编号:mcuclub-dz-321

实物链接:点击跳转

设计说明书链接:点击跳转

开题报告链接:点击跳转

答辩PPT链接:点击跳转

设计简介:

项目名:指纹密码锁(实物)
项目编号:mcuclub-dz-321
单片机类型:STM32F103C8T6
具体功能:
1、通过4*4的矩阵键盘中的0-9为数字键,*为删除键,#为确定键,A为添加指纹,B为删除指纹,C为一键还原密码键,D为重置密码键
2、重置密码过程:管理员密码–>旧密码–>新密码–>再次新密码;
3、一键还原:输入管理员密码,直接还原密码123456;
4、添加指纹:输入管理员密码,再添加指纹;
5、删除指纹:输入管理员密码,再删除指纹;
6、通过AT24C02存储密码,实现掉电保存密码
7、当输入密码或指纹总错误次数大于等于3次,进行锁定键盘及指纹模块1分钟,在此期间,每按一次按键都会蜂鸣器报警;(手机端可以恢复)
8、通过继电器控制门磁锁,模拟开门和关门;
9、通过显示屏显示输入的密码(*号表示,防止被偷看),另外,还有虚位密码(输入密码可以前后加入扰乱码,只要包含正确密码即可);
10、通过WIFI模块,可以手机端远程开锁
11、通过人体热释电感应模块,当人靠近时,显示屏亮

总字数:18613

基于物联网的智能车位锁管理系统设计

随着物联网技术的不断发展,智能车位锁管理系统成为了城市停车管理的一个重要组成部分。本论文提出了一种基于物联网的智能车位锁管理系统,该系统采用了STM32F103C8T6单片机作为核心控制器,实现了多种功能,包括密码输入、指纹管理、密码重置、一键还原、密码存储、错误次数锁定、远程开锁、人体感应等功能。

系统使用4×4矩阵键盘进行用户输入,支持数字密码、删除密码、指纹添加、指纹删除等操作。管理员可以通过密码重置功能来更改密码,同时还可以使用一键还原功能将密码还原为默认密码,以应对特殊情况。密码和指纹信息通过AT24C02存储,以实现掉电保存。系统具有安全性功能,当输入密码或指纹错误次数达到3次以上时,系统会锁定键盘和指纹模块,同时蜂鸣器会报警,以提高安全性。管理员可以通过手机端恢复系统。系统还通过继电器控制门磁锁,模拟开门和关门操作,通过显示屏显示输入的密码,保护密码的安全性。此外,系统支持虚位密码,用户可以在正确密码中加入扰乱码,只要包含正确密码即可。通过WiFi模块,用户可以使用手机端远程开锁功能,提高了便利性。同时,系统还采用人体热释电感应模块,当有人靠近车位锁时,显示屏会亮起,提醒用户。

综合上述功能,本系统为城市停车管理提供了一种智能、安全、便捷的解决方案,具有广泛的应用前景。

关键词:物联网;智能车位锁;安全管理;远程开锁;人体感应技术

Abstract

With the continuous development of IoT (Internet of Things) technology, smart parking lock management systems have become an integral part of urban parking management. This paper proposes an IoT-based smart parking lock management system, which utilizes the STM32F103C8T6 microcontroller as the core controller to implement various functions, including password input, fingerprint management, password reset, one-click restore, password storage, error count locking, remote unlocking, and human body sensing.

The system utilizes a 4×4 matrix keyboard for user input, supporting operations such as numeric password input, password deletion, fingerprint addition, and fingerprint deletion. Administrators can use the password reset function to change the password, and they can also use the one-click restore function to reset the password to the default password for special situations. Password and fingerprint information are stored using the AT24C02 to enable data retention even during power outages. The system incorporates security features, locking the keyboard and fingerprint module when the number of incorrect password or fingerprint attempts exceeds three, with a buzzer sounding an alarm to enhance security. Administrators can restore the system through a mobile app.The system also controls the door magnetic lock through a relay to simulate door open and close operations. It displays the entered password on a screen, with asterisks to prevent others from viewing it, and also supports decoy passwords, allowing users to include random characters within the correct password. Through a WiFi module, users can remotely unlock the system using a mobile app, enhancing convenience. Furthermore, the system utilizes a human body passive infrared sensor module to activate the display screen when someone approaches the parking lock, providing a user-friendly experience.

In summary, this system offers an intelligent, secure, and convenient solution for urban parking management, with promising applications in various scenarios.

Keywords: IoT, smart parking lock, security management, remote unlocking, human body sensing technology

目  录

基于物联网的智能车位锁管理系统设计

  要

Abstract

1.绪论

1.1  研究背景及其研究意义

1.2  国内外研究现状

1.3  研究目标

2.系统方案设计

2.1  整体方案设计

2.2  主要器件选型选择

2.2.1 主控芯片方案选择

2.2.2 指纹检测模块方案选择

2.2.3 人体感应检测模块方案选择

2.2.4 显示模块方案选择

2.2.5 无线传输模块方案选择

3 硬件电路设计

3.1 单片机最小系统

3.2 指纹检测模块电路

3.3 人体感应模块电路

3.4 显示模块电路

3.5 存储模块电路

3.6 WIFI模块电路

3.7 继电器模块电路

3.8 矩阵键盘模块电路

3.9 蜂鸣器报警模块电路

4 系统程序设计

4.1 编程软件介绍

4.2 系统主流程设计

4.3 矩阵键盘子流程

4.4 存储模块子流程

4.5 OLED显示流程设计

4.6 WiFi模块子流程设计

5 实物调试

5.1 实物总体设计

5.2 人体感应检测实物测试

5.3 密码开锁实物测速

5.4 指纹开锁实物测试

5.5 WIFI远程开锁实物测试

5.6 错误次数超过3次实物测试

总结与展望

参考文献

致谢

附录

附录A:原理图

附录B:PCB

附录C:主程序

……………..本设计说明书是配套实物或仿真来写的,完整的设计参考书请购买后下载,购买过程遇到任何问题请联系客服进行咨询。本资料是一次性商品,不支持退货,感谢您对单片机俱乐部的支持……………..

发表评论

后才能评论

本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。

最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。 若排除这种情况,可在对应资源底部留言,或联络我们。

对于会员专享、整站源码、程序插件、网站模板、网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。

如果您已经成功付款但是网站没有弹出成功提示,请联系站长提供付款信息为您处理

源码素材属于虚拟商品,具有可复制性,可传播性,一旦授予,不接受任何形式的退款、换货要求。请您在购买获取之前确认好 是您所需要的资源