当前位置:网站首页>STM32 project Sharing -- mqtt intelligent access control system (including app control)
STM32 project Sharing -- mqtt intelligent access control system (including app control)
2022-07-27 22:07:00 【Ah Qi learns】
Preface
I wrote a simple MQTT Protocol Intelligent Access Control System , It contains some basic functions , You can learn MQTT perhaps RC522 Students have a study , Put the resource connection to the end , The students who need it will take it by themselves

Resource inclusion

Instructions for intelligent access control
Connection diagram
1.

2. The development board itself comes with a LED , This LED Just like our door
Function summary
- Use APP The lock , This unlocking method will not automatically close the door , need APP The bank closes the lock manually
- Use RFID The way to unlock , The door will be unlocked in 5~8 Automatically close the lock within seconds
- After logging in to the cloud platform, you can see the background data , This data every 10~15 Seconds to update
How the underlying code is used
First connect according to the schematic diagram , After connecting, do the following operations
Turn on the phone hotspot Hot name :hhh password :12345678
open programs






4. View cloud platform data

APP Usage mode
1. download APP

2. open APP

3. After that, we can see that the online devices are online

4. Sending the door opening message will receive the status returned by the bottom layer

5. Send closing message

Download resources
Intelligent access control system
https://download.csdn.net/download/herui_2/86263224
边栏推荐
- Inertial navigation principle (VII) -imu error classification (II) -allan variance analysis method +imu test + calibration introduction
- 2021-11-05 understand main method syntax, code block and final keyword
- 排序(冒泡排序)后面学习持续更新其它排序方法
- Huawei establishes global ecological development department: fully promote HMS global ecological construction
- 九天后我们一起,聚焦音视频、探秘技术新发展
- The gratitude and resentment between the four swordsmen and code review: "abandon all chaos" to "prodigal son returns"
- Internal class (detailed explanation of four internal classes)
- 数组扩容、排序、嵌套语句应用
- 华能福建公司与华为数字能源深化战略合作,共建低碳智能县域
- 2021-11-05理解main方法语法、代码块及final关键字
猜你喜欢

Station B collapsed. If we were the developer responsible for the repair that night

@Component可以和@Bean 用在同一个类上吗?

深入理解递归的方法调用(含实例迷宫问题、汉诺塔、猴子吃桃、斐波拉契、阶乘))

Implementation of arbitrary code execution based on.Net dynamic compilation technology

学完4种 Redis 集群方案要多久?我一口气给你说完

Log4j vulnerability is still widespread and continues to cause impact

How to deal with high concurrency deadlock?

除了「加机器」,其实你的微服务还能这样优化

一口气学完 Redis 集群方案

IDEA常用快捷键及设置方法
随机推荐
软件测试面试题:通过画因果图来写测试用例的步骤为___、___、___、___及把因果图转换为状态图共五个步骤。 利用因果图生成测试用例的基本步骤是?
matlab 绘制三坐标(轴)图
[numerical analysis exercise] numerical integration (complex trapezoid, complex Simpson, Romberg integral) C with STL implementation
How can anyone ask how MySQL archives data?
2021-11-05 understanding of class variables and class methods
Software testing interview question: when does the software testing project start? Why?
九天后我们一起,聚焦音视频、探秘技术新发展
Excalidraw: an easy-to-use online, free "hand drawn" virtual whiteboard tool
2021-11-05理解main方法语法、代码块及final关键字
MySQL execution process and order
华能福建公司与华为数字能源深化战略合作,共建低碳智能县域
2019q4 memory manufacturers' revenue ranking: Samsung fell 5%, only SK Hynix and micron maintained growth
Log4j 漏洞仍普遍存在?
Deepfake 换脸真假难辨,马斯克分克已伪装成功
看起来是线程池的BUG,但是我认为是源码设计不合理。
高并发遇到死锁了,如何搞?
Encapsulate an array into a class
@Component可以和@Bean 用在同一个类上吗?
Software test interview questions: the steps to write test cases by drawing cause and effect diagrams are___ And transforming the cause and effect diagram into a state diagram in five steps. What are
2021-11-05类变量和类方法的理解