-
The MCU source program is as follows: #include reg52.h // Header file includes #include intrins.h #define uchar unsigned char // In the future, unsigned char can be rep...[Details]
-
On August 27, 2019, the Automotive Electronics SiP Material Solutions Seminar was successfully held at the Four Seasons Hotel Shenzhen. The conference was jointly organized by ZESTRON, a global leadi...[Details]
-
1. Introduction: The I2C bus is a two-wire serial bus used to connect microcontrollers and peripheral devices. The bus has a data line SDA and a clock line SCL, which can be used to send and rece...[Details]
-
Example: 1 void UART_Send_Message(u8 *Data,u8 lenth) { while(lenth--) { USART_SendData(USART2, *Data); while(USART_GetFlagStatus(USART2, USART_FLAG_TXE) == RESET); Data++; }...[Details]
-
The top domestic pure electric vehicles (NIO, WM Motor, Xpeng, BYD, etc.) have easily exceeded the 400-kilometer NEDC mark. The biggest obstacle to the popularization of pure electric vehicles is the...[Details]
-
(Image source: Chalmers University of Technology, Sweden) According to foreign media reports, hydrogen is a clean renewable energy carrier that can power cars, and the only emission is water. Howev...[Details]
-
0 Introduction
Due to the imaging mechanism of infrared images and the reasons of infrared imaging itself, infrared images have the characteristics of low contrast, blurred images, and hig...[Details]
-
What is an Oscilloscope
concept
An oscilloscope is a waveform display instrument that can display the change of signal amplitude over time.
A comprehensive signal charact...[Details]
-
Boeing and SpaceX of the United States are testing manned spacecraft and will be contracted to transport American astronauts to the International Space Station in the future. According to the lates...[Details]
-
My recent work requires me to deal with testing frequently, but I am not an expert in this niche field. Looking at the thousands of test cases and a variety of test equipment and tools, as well as ...[Details]
-
Due to the rapid development and extensive application of laser technology and laser weapons, an important military target on the battlefield may be irradiated and tracked by different laser radiat...[Details]
-
The inverter is a machine that occupies an important position. It has a wide range of applications, from homes to power stations. In the field of new energy, it is even more dominant in the field of ...[Details]
-
Pulse width modulation (PWM) dimming can produce a dimming ratio of 3000:1 or higher without any significant loss of accuracy and without changing the LED color. This article will introduce the LED d...[Details]
-
When receiving data, if it exceeds a certain time, it is considered an error. Is this timeout calculated by the microcontroller itself? The timeout is set by the programmer, and he can set it as long...[Details]
-
The European electric vehicle charging standard CCS2 is a combined standard that integrates AC charging and DC charging. The combined charging system is an open international standardized system, m...[Details]