Integrating Embedded Programming and PC Programming Concepts

Integrating Embedded Programming and PC Programming Concepts

Scan to FollowLearn Embedded Together, learn and grow together The first step is to look at embedded issues from the perspective of PC programming; The second step is to learn the embedded programming mindset; The third step is to combine PC and embedded thinking and apply it to real projects. Many friends transition from PC … Read more

Combining Programming Concepts of PC and Embedded Systems

Combining Programming Concepts of PC and Embedded Systems

I am Lao Wen, an embedded engineer who loves learning. Follow me, let’s become better together! The first step is to look at embedded issues from the perspective of PC programming; The second step is to learn to use embedded programming concepts; The third step is to combine the ideas of PC and embedded systems … Read more

Analysis of Embedded Programming vs PC Programming

Analysis of Embedded Programming vs PC Programming

In China, very few friends in embedded programming are formally graduated from computer science majors; most come from automation or electronics-related fields. These individuals have rich practical experience but lack theoretical knowledge; a large portion of those who graduated from computer science end up working on online games or web applications that are independent of … Read more

Differences Between Embedded Programming and PC Programming

Differences Between Embedded Programming and PC Programming

Advertisement(Lichuang Mall is giving out benefits again! Get free coupons for Ruby and Shengrongda!) Seeing embedded issues from the perspective of PC programming is the first step; learning to use embedded programming thinking is the second step; combining PC and embedded thinking together and applying it to practical projects is the third step. Some friends … Read more

Animated Explanation of Common Embedded Communication Protocols: SPI, I²C, UART, Infrared

Animated Explanation of Common Embedded Communication Protocols: SPI, I²C, UART, Infrared

These animated diagrams of signal waveforms in electronic systems help us understand the mechanism 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

UART Communication Protocol Basics

UART Communication Protocol Basics

1. Introduction UART, full name Universal Asynchronous Receiver/Transmitter, translated as Universal Asynchronous Transceiver. The emergence of serial ports was around 1980, with data transmission rates of 115kbps~ 230kbps. Initially, serial ports were used to connect computer peripherals, typically connecting mice, external Modems, and old cameras and graphics tablets. Serial ports can also be used for … Read more

Animated Explanation of Common Embedded Communication Protocols

Animated Explanation of Common Embedded Communication Protocols

Reprinted from CSDN: https://blog.csdn.net/an520_/article/details/125479812 UART, SPI, I2C, and other serial communications are very common communication methods in embedded development. The underlying communication principles of these protocols are not difficult, but many beginners struggle to learn them. Today, I will share some common underlying data transmission principles. 1. UART Serial Port UART: Universal Asynchronous Receiver/Transmitter. The … Read more

Common Hardware Interview Questions: Communication Protocols

Common Hardware Interview Questions: Communication Protocols

Source: One Linux GIF source: www.parlezvoustech.com 1. Common Hardware Communication Protocols? Serial Communication Protocols UART (Universal Asynchronous Receiver Transmitter): Asynchronous serial communication protocol that does not require a clock signal, commonly used for simple point-to-point communication. SPI (Serial Peripheral Interface): Synchronously used for high-speed communication between microcontrollers and external devices such as sensors and storage … Read more

Understanding Common Embedded Communication Protocols: I2C, SPI, UART, 1-Wire, and Parallel Interface

Understanding Common Embedded Communication Protocols: I2C, SPI, UART, 1-Wire, and Parallel Interface

Embedded Communication Protocols With the advent of the era of integration between communication and computing, digitization, broadband, and intelligence have become the future directions of communication development. Human society has increasingly high demands on telecommunication services, from quality to types of services. The access network, as an important component of the telecommunications network, connects local … Read more

UART Communication Interface Protocol Under Different Electrical Standards

UART Communication Interface Protocol Under Different Electrical Standards

In the previous article “UART Communication Interface Protocol – UART (I) Protocol Basics”, we briefly and meticulously describedUART configuration items and the signal timing of the communication process. This article will continue to introduce some interface specifications used by theUART interface under different electrical characteristics. 1. Introduction In fact,UART only defines the signal timing without … Read more