Arduino Lesson 7: Analog Signals

Arduino Lesson 7: Analog Signals

Arduino Lesson 6: Digital Signals Rubin said April 21, 2025 11:56 Qinghai 01Analog SignalsAnalog signals: are information expressed by continuously varying physical quantities, also known as continuous signals that have multiple different values within a certain time range.During the transmission process, the information signal is first converted into an electrical signal (hence called “analog”), and … Read more

Arduino Basic Experiment 2: Breathing Light Experiment

Arduino Basic Experiment 2: Breathing Light Experiment

In the previous experiment, we learned about the principle of the running light—multiple LEDs lighting up and turning off in sequence. In this experiment, we will learn how to implement a breathing light using Arduino. Unlike the running light, the breathing light achieves a “breathing” display effect by gradually adjusting the brightness of the LED.1. … Read more

STM32-Proteus Simulation of a Bluetooth-Controlled Car

STM32-Proteus Simulation of a Bluetooth-Controlled Car

System Overview This design uses STM32CubeMX to configure the STM32F401CC, controlling the left motor direction via PB2/PB3, with PA1 providing PWM for the left motor; PB0/PB1 controls the right motor direction, with PA0 providing PWM for the right motor. The simulation of the TURTLE car is implemented in Proteus, receiving Bluetooth commands through serial communication. … Read more

Huawei Comics | What is DSP?

Huawei Comics | What is DSP?

Follow and star our public account, to access exciting content Source | Huawei Kirin Embedded engineers are familiar with what a CPU and MCU are, and there is another member that is often mentioned: DSP. What exactly is a DSP? Let’s explore it through a story!-END- You may also like (click the underline to read) … Read more

Embedded Development: Mastering the Logic Analyzer

Embedded Development: Mastering the Logic Analyzer

Microcontroller development engineers and electronics enthusiasts deal with various digital circuits daily. In addition to using multimeters and oscilloscopes for circuit debugging, a logic analyzer is also essential. A logic analyzer is an instrument that collects and displays digital signals from a test device using a clock, primarily for timing analysis. Unlike oscilloscopes, a logic … Read more

Animated Diagrams | Common Communication Protocols in Embedded Systems

Animated Diagrams | Common Communication Protocols in Embedded Systems

These animated diagrams displaying signal waveforms in electronic systems help us understand the mechanisms of transmission. 1 SPI Transmission ▲ Figure 1 SPI Data Transmission ▲ Figure 1.2 SPI Data Transmission (2) ▲ Figure 1.3 SPI Timing Signal 2 I²C Transmission ▲ Figure 1.2.1 I2C Bus and Addressing Method 3 UART Transmission ▲ Figure 1.3.1 … Read more

If I Became a Microcontroller…

If I Became a Microcontroller...

Source: 21ic Electronics Network Original Author: Na Luo Mi Mi A microcontroller (单片机) is an integrated circuit chip that combines a central processing unit (CPU) with data processing capabilities, random access memory (RAM), read-only memory (ROM), various I/O ports, an interrupt system, and timer/counter functions into a single silicon chip, forming a compact and complete … Read more

An Overview of Intelligent Vehicle Modules

An Overview of Intelligent Vehicle Modules

Click on the above “Chuangxue Electronics” to follow and easily learn electronic knowledge. Chuangxue Electronics Subscription Account Daily updates on technical articles in the electronics industry and the latest news on microcontrollers, making it easy to learn anytime, anywhere. I was fortunate to participate in the National College Student Electronic Design Competition during the summer … Read more

Essential Knowledge for Microcontroller Beginners (4)

Essential Knowledge for Microcontroller Beginners (4)

Introduction to Common Microcontroller Chips  STC Microcontroller  The microcontrollers from STC are primarily based on the 8051 core, representing a new generation of enhanced microcontrollers. The instruction set is fully compatible with traditional 8051, offering speeds 8 to 12 times faster, equipped with ADC, 4-channel PWM, dual serial ports, a unique global ID, good encryption, and strong … Read more

Design and Production of Raspberry Pi Fan Speed Meter

Design and Production of Raspberry Pi Fan Speed Meter

As we all know, the engine speedometer in a car dashboard can monitor and display the engine speed in real-time, such as 1200 revolutions per minute. If we perform open-source hardware programming with a Raspberry Pi, utilizing a Hall sensor to detect magnetic fields and count the number of rotations, we can ultimately develop a … Read more