The Role of Embedded Software in Electric Vehicles: Ensuring Quality in Development with ASPICE 4.0 Certification

The Role of Embedded Software in Electric Vehicles: Ensuring Quality in Development with ASPICE 4.0 Certification

Besides the battery and the engine, a highly reliable electric vehicle (EV) has a key factor that is rarely discussed: its embedded software. Embedded systems include hardware and software applications built to perform specific tasks. Traditional internal combustion engine (ICE) vehicles have complex mechanical systems for controlling and managing the vehicle. The engine has over … Read more

Differences between Automotive Embedded Software Development and Consumer Electronics Embedded Software Development

Differences between Automotive Embedded Software Development and Consumer Electronics Embedded Software Development

01 Overview This article introduces the differences between automotive embedded development and consumer electronics embedded development, and demonstrates the differences between the two development methods through the “traditional embedded development and AUTOSAR development of the car door module”. 02 Why is automotive embedded development different from consumer electronics embedded development? The methods of automotive embedded … Read more

Understanding the Need for Embedded Software Development in Automotive Systems

Understanding the Need for Embedded Software Development in Automotive Systems

This article mainly introduces the composition of electronic components in automotive architecture from the perspective of software development, and explains why embedded software development is necessary for automobiles. What is ECU? In new energy vehicles, when we shift to drive and press the accelerator, the car moves forward, and when we press the brake, the … Read more

Raspberry Pi + IEC61131-3 + NodeRED = Edge Control PLC? Suddenly Remembering This Bold Operation, Related to Stepper Motors

Raspberry Pi + IEC61131-3 + NodeRED = Edge Control PLC? Suddenly Remembering This Bold Operation, Related to Stepper Motors

Forum Weekly 21 Apr 2020 This week’s highlights: 1、Raspberry Pi + IEC61131-3 + NodeRED = Edge Control PLC? This article explains it thoroughly! 2、Suddenly remembered this bold operation, related to stepper motors 3、CC-LINK communication in chemical project applications 4、Why use thermal relays in capacitor compensation cabinets? 5、Life of an industrial control engineer at forty Previous … Read more

Top 3 Methods to Boost Raspberry Pi Performance

Top 3 Methods to Boost Raspberry Pi Performance

What is Overclocking Raspberry Pi? Overclocking is the easiest way to enhance the performance of computer hardware for free. Specifically, it refers to increasing the rated frequency of hardware devices such as the CPU, GPU, and RAM to operate at higher frequencies for better performance. Therefore, overclocking is also seen as a reflection of the … Read more

Running VxWorks 7 on Raspberry Pi 3B/3B+

Running VxWorks 7 on Raspberry Pi 3B/3B+

Introduction The VxWorks 7 SDK is a development environment specifically designed for VxWorks application developers, including the following features: Standard cross-compilation tools based on clang/LLVM for building downloadable kernel modules (DKM) and RTP (real-time process) applications Simplified build management: makefile, cmake, roll-your own Target/architecture specific: includes a generic VxWorks kernel that can be booted on … Read more

Raspberry Pi – Tutorial for Implementing UDP Transmission with Qt

Raspberry Pi - Tutorial for Implementing UDP Transmission with Qt

What is UDP My personal understanding of UP is a connectionless protocol. Before transmitting data, the receiving and sending ends do not establish a connection. When it wants to send, it simply grabs the data from the application and throws it onto the network as quickly as possible. Simple to use, fast, but does not … Read more