Oscilloscope Brand Comparison and Evaluation

Oscilloscope Brand Comparison and Evaluation

To work more efficiently Oscilloscopes are undoubtedly one of the greatest inventions in the field of testing and measurement. They present the microscopic world of signals to us, allowing us to observe closely, capture problems precisely, and discover potential issues, making them very useful for improving product quality. More than ten years ago, when I … Read more

Comparing UART and CAN Protocols

Comparing UART and CAN Protocols

Follow+Star Public Account, don’t miss exciting content Author | strongerHuang WeChat Public Account | strongerHuang The CAN bus was initially mainly used in the automotive and industrial control fields. With the continuous maturity of CAN bus technology, it is no longer limited to the automotive industry and is now widely used in aerospace, medical, robotics, … Read more

Implementing CAN Bus Communication Protocol in Embedded C

Implementing CAN Bus Communication Protocol in Embedded C

For training, consulting, or project development, please contact 【Thought】 Readers of this public account must be familiar with the CAN communication protocol. Have you ever wondered how these signals are implemented in the communication protocol within the Electronic Control Unit (ECU) when collecting CAN bus signals and analyzing data? This content introduces how to implement … Read more

Detailed Explanation of File Transfer Protocols for Embedded Devices

Detailed Explanation of File Transfer Protocols for Embedded Devices

The previous article detailed the file transfer protocol Xmodem family. The Xmodem family is usually used for short-distance file transfers via serial ports, but in reality, many file transfer needs are much more complex, requiring us to flexibly design communication protocols for specific scenarios to achieve more diversified file transfers. This article expands on the … Read more

Embedded Development – Detailed Explanation and Application of CAN Protocol (Part 2)

Embedded Development - Detailed Explanation and Application of CAN Protocol (Part 2)

Click the blue text Follow us In the Linux system, CAN (Controller Area Network) communication can be operated through the SocketCAN interface. SocketCAN is the native interface provided by the Linux kernel for the CAN bus, allowing communication with the CAN network in a socket-like manner. It supports common CAN protocols, including standard frames and … Read more

Automatic C Code Generation from Classic CAN/CANFD DBC

Automatic C Code Generation from Classic CAN/CANFD DBC

Table of Contents 1 Install Python and Cantools 1.1 Check Installed Python Packages 1.2 Install Cantools Plugin in Python 1.3 Get More Updates on Cantools 2 Automatic C Code Generation from Classic CAN/CANFD DBC 2.1 Explanation of the Batch File CAN_DBC_To_C.bat 2.2 Requirements for Classic CAN/CANFD DBC Files 2.3 How to Use the Generated C … Read more

CAN Bus Technology Communication Network and Distributed Systems

CAN Bus Technology Communication Network and Distributed Systems

CAN Bus Technology Communication Network and Distributed Systems Getting Started with CAN Bus: A Simple Guide to Automotive Communication Hello everyone, I am Lao Dao. Today, let’s talk about the “internet celebrity” communication protocol in the industrial and automotive fields—CAN Bus. Although it sounds sophisticated, it is essentially a set of rules that allows different … Read more

Communication Protocols: SPI, IIC, UART, CAN Notes (Part 2)

Communication Protocols: SPI, IIC, UART, CAN Notes (Part 2)

5. CAN Communication Protocol CAN stands for Controller Area Network, which was developed by the German company BOSCH, known for its automotive electronic products, and has ultimately become an international standard (ISO11519 and ISO11898). It is one of the most widely used field buses internationally. CAN is a multi-master asynchronous serial communication bus. Due to … Read more

CANOpen Series Tutorial 03: CAN Transceiver Function, Principle, and Role

CANOpen Series Tutorial 03: CAN Transceiver Function, Principle, and Role

Follow our public account to not miss any messages! This tutorial was originally published by the author strongerHuang in September 2018. Tags: CAN, CANOpen, CanFestival Copyright: Commercial use prohibited Disclaimer:This document is for personal learning use only. Please contact the author for authorization if you wish to reproduce it. 1Introduction The previous article provided a … Read more

CANOpen Series Tutorial 04: CAN Bus Baud Rate, Bit Timing, Frame Types and Formats

CANOpen Series Tutorial 04: CAN Bus Baud Rate, Bit Timing, Frame Types and Formats

Follow our public account to not miss any updates! This tutorial was originally published by the author strongerHuang in September 2018. Tags: CAN, CANOpen, CanFestival Copyright: Commercial use prohibited Disclaimer:This document is for personal learning use only. Please contact the author for authorization before reprinting. 1Introduction The previous article discussed the important role of CAN … Read more