Raspberry Pi | Angular Velocity and Acceleration Sensors

Raspberry Pi | Angular Velocity and Acceleration Sensors

Click the above“Mechanical and Electronic Engineering Technology” to follow us Angular velocity sensors and acceleration sensors are common inertial sensors, often used to measure the rotation and linear motion of objects. The angular velocity sensor (Gyroscope) is used to measure the rotational speed or angular velocity of an object around three axes (X, Y, Z). … Read more

Comprehensive Overview of ROM, RAM, and FLASH

Comprehensive Overview of ROM, RAM, and FLASH

Source: Technology Makes Dreams Greater Compiled by: Li Xiaoyao A few days ago, I happened to discuss some knowledge about ROM, RAM, and FLASH with my colleagues. Suddenly, when we talked about these English terms, we realized our understanding was quite superficial. Among us, the meanings of some MCU terms were also unclear, so tonight … Read more

Gains and Reflections on Adapting Android System for Xiaomi Mi Pad 2

Gains and Reflections on Adapting Android System for Xiaomi Mi Pad 2

I have a wish: to run a 64-bit Android 9.0 on the Xiaomi Mi Pad 2. The compatibility of 64-bit Android 9.0’s houdini is excellent. I once tried to implant houdini 9 into Android_x86-9.0 r2 and then installed it on the Xiaomi Mi Pad 2. I found that the apps ran very stably, and the … Read more

The Role of ROM, RAM, and Flash in Microcontrollers

The Role of ROM, RAM, and Flash in Microcontrollers

Generally, ROM is used to store firmware, while RAM is used to hold data. Since FLASH ROM has faster read and write speeds and is easier to erase compared to ordinary ROM, it is typically used to store user programs and data that need to be permanently saved. For example, the core of a household … Read more

Essential Concepts of Microcontroller Terminology

Essential Concepts of Microcontroller Terminology

Bus: Refers to the information transmission line that serves multiple components. In microcomputer systems, various components communicate with each other through the bus. Address Bus (AB): The address bus is unidirectional and is used to transmit address information. The width of the address bus is 16 bits, thus allowing direct addressing of 64K external memory. … Read more

Summary of Microcontroller Basic Concepts

Summary of Microcontroller Basic Concepts

Microcontroller Instruction Execution Let’s consider a question: when we write an instruction into the microcontroller using a programmer, and then take the microcontroller out, it can execute that instruction. So this instruction must be stored somewhere in the microcontroller, and this place can retain the instruction even after the microcontroller loses power. What is this … Read more

Essential ROM, FLASH, and Hard Drive Knowledge for Embedded Developers

Essential ROM, FLASH, and Hard Drive Knowledge for Embedded Developers

Embedded Developers Essential Knowledge to Know Knowledge of ROM, FLASH, and Hard Drive Technology In embedded development, if the chip has internal Flash, the application program is usually stored in the internal FLASH of the chip, such as in Cortex-M series microcontrollers; if the chip does not have Flash, the application is usually stored in … Read more

Overview of DAC, AEC, AOC, and ACC in Data Communication

Overview of DAC, AEC, AOC, and ACC in Data Communication

The materials shared by this public account are collected and organized from the internet. All text and images are copyrighted by the original authors and represent their personal views, unrelated to this public account. The article is for readers’ learning and exchange purposes only, and please verify the relevant content yourself. If the article content … Read more

Should You Use an SD Card in Your Smartphone?

Should You Use an SD Card in Your Smartphone?

When buying a smartphone, storage capacity is an unavoidable issue. How much capacity is appropriate? Is it cost-effective to buy a phone with less capacity and expand it with an SD card? These have become topics of concern for many, especially for Android models where the price of built-in storage is significantly higher than that … Read more