Fingerprint Recognition System Using MCU

Fingerprint Recognition System Using MCU

With the popularity of fingerprint recognition on smartphones, fingerprint recognition technology is being applied in more and more scenarios. In addition to mobile applications, it is also gradually popularized in embedded scenarios such as mobile payments, access control systems, and smart homes. In terms of system implementation, smartphones themselves have powerful computing capabilities and rich … Read more

Assembly Optimization of AES-128-CTR Algorithm Based on Cortex-M4

Assembly Optimization of AES-128-CTR Algorithm Based on Cortex-M4

Computer Science Assembly Optimization of an AES-128-CTR Algorithm Based on a Cortex-M4 Core Dongxuan YANG1, Ganggang ZHANG2, Xinliang LIU1 1. School of E-commerce and Logistics, Beijing Technology and Business University; 2. Digital Campus, Capital Normal University Abstract: With the rapid development of the Internet of Things, embedded hardware products face great challenges in data security. … Read more

Cortex-M4 High-Performance Industrial Microcontroller MCU

Cortex-M4 High-Performance Industrial Microcontroller MCU

[Field] Core Electronic Components [Central Enterprise Name] China Electronics Corporation [Technical Product Introduction] The Huada Semiconductor Microcontroller MCU features high reliability, making it particularly suitable for applications in harsh working environments. It is a core component for small system control in industrial, communication, transportation, and energy sectors. This technical product has been widely used in … Read more

Remote Control Irrigation System for Tea Gardens Based on STM32

Remote Control Irrigation System for Tea Gardens Based on STM32

Remote control irrigation system for tea gardens based on STM32 Authors:XU Weihai, ZHANG Wu, ZUO Guanpeng, ZHANG Chao, YAO Yuqing, FENG Jinlei, MIAO Benben (College of Information and Computer, Anhui Agricultural University, Hefei, Anhui 230036) Abstract To accurately detect the water needs of tea trees during their growth and to automatically control precise irrigation in … Read more

Hardware Security of CMOS Technology

Hardware Security of CMOS Technology

Abstract As with electronic systems and integrated circuits, traditional hardware security has developed around the dominant CMOS technology. With the rise of various emerging technologies, the primary goal is to overcome the limitations of CMOS technology in scalability and power consumption, thus creating unique opportunities for improving hardware. This article will provide a comprehensive introduction … Read more

CSI NN: Reverse Engineering Neural Network Structures via Electromagnetic Side Channels

CSI NN: Reverse Engineering Neural Network Structures via Electromagnetic Side Channels

Abstract Machine learning has become a mainstream solution applied across various industries. In this work, we investigate how to use side-channel information such as timing and electromagnetic (EM) emissions to perform reverse engineering of neural networks. To this end, we consider multilayer perceptrons and convolutional neural networks as the choices of machine learning architecture, assuming … Read more

How to Learn Embedded Systems and Microcontrollers (STM32)

How to Learn Embedded Systems and Microcontrollers (STM32)

Overview of Embedded Systems //From Hardware Perspective:“Embedded” integrates peripheral devices based on the CPU into the CPU chip itself. For example, early computers based on the X86 architecture had CPUs that only performed computation and accumulation functions. All chips needed external bridges to expand functionality, such as serial ports that relied on external 16C550/2 serial … Read more

VTOL Aircraft Series (3): Logic and Practice of Integrated Verification

VTOL Aircraft Series (3): Logic and Practice of Integrated Verification

The low-altitude economy is booming, and the EVTOL trend is rising. The flight control system is the core system of the aircraft, and it involves transition phases that are not present in general aircraft, posing greater safety challenges. Based on this, we take the development of fully autonomous control laws for vertical take-off and landing … Read more

Disassembling a Mini Oscilloscope: Is It Worth It?

Disassembling a Mini Oscilloscope: Is It Worth It?

Disassembly Event in Breadboard Community,Drone, Handheld Oscilloscope、Computer、Robot Vacuum、Smartwatch、Solid State Drive、Portable Speaker,Great Prizes and Lots of Benefits, Welcome to Join!More Details👈 Author: Little Devil owo, Source: Breadboard Community [Write Disassembly, Win Drone Activity]Introduction When I was studying analog electronics, I thought I should buy an oscilloscope to observe experimental phenomena, but I struggled with a lack … Read more

Understanding OBG in Microcontrollers

Understanding OBG in Microcontrollers

Understanding OBG in Microcontrollers: The STM32 microcontroller’s core (Cortex-M3) contains a hardware debugging module that supports various complex debugging operations. The hardware debugging module allows the core to halt when fetching addresses or accessing data—this is the assurance we have for online simulation during microcontroller development and debugging.When the core is halted, both its internal … Read more