[i=s]This post was last edited by paulhyde on 2014-9-15 04:25[/i]Here is the program code of the rescue car I wrote for your reference:
Thanks for sharing:) Is there a video demonstration?...
The simple delay function that is often used in microcontrollers is as follows:void delay_nus(vu8 n){while(n--){}}void delay_nms(vu32 n){u16 count = 1000;while(n--){delay_nus(count);}}In the process o...
Conceptually, field effect transistors (FETs) built with GaN are similar to transistors built with other semiconductor materials such as GaAs, indium phosphide (InP), or Si using a gate contact or nod...
The transplantation of ucos in stm32 mainly consists of three files: os_cpu.h os_cpu_A.asm os_cpu_c.c. Do you need to write startup code for stm32? That is, import those things....
When opening the CODE reference program in CCS6, it shows that the system cannot find the specified file. For details, please see the attached picture....
As more and more consumers purchase new energy vehicles, the safety of electric vehicles has become a major concern. This has been particularly prominent following a series of electric vehicle fire...[Details]
When discussing autonomous driving technology, there are often two extremes: on the one hand, there's the vision of "fully autonomous driving," while on the other, there's concern about potential s...[Details]
On August 21st, Zhiyuan Robotics revealed at its first partner conference that it expects shipments to reach thousands of units this year and tens of thousands next year. The company hopes to reach...[Details]
For autonomous vehicles to safely navigate the road, they must identify far more complex objects than just traffic lights, pedestrians, and other familiar objects. Among these obstacles is a crucia...[Details]
Laird Thermal Systems has introduced the HiTemp ET series Peltier cooler modules, which can operate at high temperatures and provide on-site cooling for sensitive electronic devices.
Dig...[Details]
The complexity of the integrated circuits (ICs) used in electronic systems in vehicles is increasing. They aim to execute artificial intelligence (AI) algorithms to control autonomous driving funct...[Details]
Industrial computers with GPUs leverage powerful parallel processing to build deep learning models to analyze and respond to optical inputs. The systems develop an understanding of visual data to i...[Details]
Plug-in hybrid vehicles (PHEVs) utilize two powertrains. Their pure electric range is typically inferior to that of pure electric vehicles, often reaching less than half that. Currently, mainstream...[Details]
On August 21, it was reported that Intel's new generation of AI chip Jaguar Shores was recently exposed for the first time.
According to photos shared by Andreas Schilling, the Jaguar Shores t...[Details]
introduction
A common voltage regulator is a three-terminal one. Its function is to step down the voltage and stabilize it at a fixed output value. Voltage regulators are commonly available in...[Details]
With the growth of the Internet of Things (IoT), wearable, and portable devices, consumers are growing weary of cluttered cables and the need for frequent battery recharges. The benefits of wireles...[Details]
summary
Modern cars strive to provide the same comfort and entertainment features found in the home, resulting in explosive growth in demand for electronic control units (ECUs). Howe...[Details]
The automotive driveshaft is a crucial connecting component in the automotive mechanical system. It is a circular component that allows for connection or assembly, as well as movement and rotation....[Details]
As automotive technology develops at an ever-increasing pace, the performance requirements for automotive internal structures, components, and accessories are becoming increasingly demanding. The d...[Details]
Using an electronic load is like thinking of it as a resistor that dissipates the power supply's output. The most straightforward mode is the CR constant resistance mode. In this mode, by setting a...[Details]