Introduction and Features of CAN Bus – Part Two

Introduction and Features of CAN Bus - Part Two

CAN Protocol Message 1. Types of Frames Communication is conducted through the following 5 types of frames. ● Data Frame ● Remote Frame ● Error Frame ● Overload Frame ● Frame Interval In addition, the data frame and remote frame have both standard and extended formats. The standard format has11 bits identifier (Identifier: hereinafter referred … Read more

Characteristics of Communication Protocols for Embedded Devices

Characteristics of Communication Protocols for Embedded Devices

Communication protocols designed for embedded devices typically fall into three categories: Considering the limited memory and computing power of embedded devices, fixed binary is the preferred communication protocol. The following analyzes the characteristics that embedded device communication protocols should have. Simplicity Ensuring that the protocol is a simple solution is crucial; complexity often leads to … Read more

Don’t Get Trapped by IIC Bus!

Don't Get Trapped by IIC Bus!

1. Understanding I2C Communication Many friends often feel confused when developing the IIC communication protocol. On one hand, it’s normal to forget related knowledge if it hasn’t been used for a long time. However, it can be quite troublesome to keep looking at the communication timing diagrams, such as the starting level conditions, stopping level … Read more