Light Up the 1602 LCD Experiment

Light Up the 1602 LCD Experiment

This experiment uses Arduino to directly drive the 1602 LCD to display text. The 1602 LCD is widely used in applications. The original 1602 LCD used the HD44780 controller, and now various manufacturers’ 1602 modules basically use compatible ICs, so their characteristics are generally consistent.1602LCD main technical parameters: Display capacity is 16×2 characters; Chip operating … Read more

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

Understanding Communication Protocols: UART, TTL, RS232, RS422, RS485, CAN, USB

Understanding Communication Protocols: UART, TTL, RS232, RS422, RS485, CAN, USB

Follow “Technical Training” focused on automation education for 14 years UART, I2C, RS485… These communication methods are widely used, but their explanations can be ambiguous. Therefore, I feel it is necessary to organize them for clarification and differentiation. The article is a bit long, so I suggest saving it for later reference when needed. UART … Read more

LCD Hard Screen Vs Soft Screen: A Technical Comparison

LCD Hard Screen Vs Soft Screen: A Technical Comparison

Promotional Space (Non-Business) LCD technology has been thriving for over 50 years. In the past decade, the wide-view LCD technology route has completely diverged into two categories: vertically aligned soft screens and horizontally aligned hard screens. PSVA, HVA (CSOT), and UV2A (Sharp) belong to the soft screen VA technology; while horizontally aligned hard screen technologies … Read more

Principles, Classification, and Technical Indicators of Embedded Bus Technology

Principles, Classification, and Technical Indicators of Embedded Bus Technology

Source: Sensor Technology A bus is a common communication line for transmitting information between various functional components of a computer. It consists of a bundle of wires and can be classified into data bus, address bus, and control bus based on the type of information transmitted. The data bus is used to transmit data, the … Read more

Understanding Common Bus Communication Principles with 17 Animations

Understanding Common Bus Communication Principles with 17 Animations

A collection of animated diagrams illustrating signal transmission in communication protocols helps us understand the principles of signal 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 2.1 I2C Bus and Addressing Method 3. UART Transmission … Read more

Understanding UART, TTL, RS232, RS422, RS485, CAN, and USB

Understanding UART, TTL, RS232, RS422, RS485, CAN, and USB

UART, I2C, RS485… Although these communication methods are commonly used, their explanations can be ambiguous. I felt it necessary to organize them to consolidate and distinguish the concepts. The article is a bit lengthy, so I suggest saving it for future reference when needed. UART Universal Asynchronous Receiver-Transmitter The UART port refers to a physical … Read more

Overview of Common Bus Types

Overview of Common Bus Types

Before discussing buses, we should first understand what a bus is. According to Baidu, the complete definition is: a bus is a common communication trunk for transmitting information between various functional components of a computer. It is a transmission line bundle composed of wires, categorized according to the type of information transmitted by the computer. … Read more

Advanced Techniques in Communication Protocol Transmission Principles

Advanced Techniques in Communication Protocol Transmission Principles

UART, SPI, I2C and other serial communications are very common methods in embedded development. The underlying communication principles are not difficult, but many beginners struggle to learn them. Today, I will share some common underlying data transmission principles of communication. 1UART Serial Port UART: Universal Asynchronous Receiver/Transmitter. The UART serial port is the most common … Read more