According to the survey, Bluetooth door locks generally consist of two parts: the operation panel and the control panel.
1) Operation panel
The operation panel is mainly used for practical operations, such as password input, RFID access control card swiping card to open the door, etc. Then you may have a question: why should this part be independent? In fact, smart locks are generally powered by batteries, and battery power must use low power consumption. Therefore, in order to attract customers, the locks on the market generally use an independent IC to touch and touch the indicator light on it.
Of course, this is also to reduce the burden on the main control MCU. When the button is pressed, the touch IC will pass the key value to the main control board through IC, and the main control board will then judge what operation to perform, unlock, or set information, etc. There are many types of touch IC mentioned above, for example, Saiyuan, BYD, Fudan Micro, etc.

2) Control panel
The control board is mainly responsible for processing buttons, RFID, code scanning gun, and other inputs, controlling the rotation of the motor-driven lock, controlling the buzzer or voice prompts, communication, data encryption and decryption, and other functions. Dashboards are in turn made up of other widgets.
#1. Master
The main control must meet the requirements of io port peripherals, such as how many serial ports, how many SPIs, etc., and the most important thing is to have low power consumption. The current problem is that these chips are in short supply at this stage. The Bluetooth smart lock has a built-in BLE Bluetooth module, and the mobile phone reads the Bluetooth information of the smart lock through the APP and tries to pair it.
Some companies adopt the method of MCU+Bluetooth module for two reasons: one is because the company has no experience in wireless communication development, including hardware and software development experience.
The second is because the development of the Bluetooth module is very fast, and the lock can be unlocked with a fool’s operation. There are also some companies that use Bluetooth SOC, and there are many such SOC chips on the market. In this way, not only the size can be greatly reduced, the cost can be greatly reduced, and the power consumption will be very controllable. It is a very good choice when it is out of stock.

#2. DC-DC
Smart locks are usually powered by multiple batteries, usually 9V-15V, and the DC-DC here is to convert direct current into low-voltage direct current.
#3. LDO
There are many types of LDOs on the market, which can convert 5V to 3.3V for MCU to use.
#4. Motor control
There is a special chip for motor control, the main function is to control the unlocking.
#5. Scanner
As the name suggests, the barcode scanner is responsible for scanning codes. Generally, after scanning codes, it will directly output barcode information through serial ports or SPI. The software is very simple, just deals with the data directly.
#6. Buzzer, Voice
It is mainly responsible for unlocking prompts, telling you whether the lock is successfully unlocked or not.