-
1 Introduction
At present, energy shortage has become the driving force for the industrialization of electric vehicles in the world. With the vigorous development of the electric vehicle industry, ...[Details]
-
This problem must be recorded today. When using the 485 bus, the serial port cannot send data correctly. The serial port driver has been used in many actual projects. I did not realize that there wou...[Details]
-
For some state collections, use enum instead of #define to define them as much as possible.
like:
enum {OFF = 0, ON = 1};
Far more
#define OFF 0
#define ON 1
good.
The compilation effect ...[Details]
-
New legislation has been proposed in the United States to allow stand-alone energy storage projects to receive investment tax credit (ITC) support, the American Wind Energy Association ...[Details]
-
In recent years,
collaborative robots
have been developing at the fastest speed in the robotics field. The annual shipments of leading collaborative robot companies have exceeded the thresh...[Details]
-
Research on fieldbus-based network technology is a hot spot in the field of automation. The CANopen protocol is a standard protocol based on the CAN bus application layer that is currently popular in...[Details]
-
1. Introduction
my country is a major coal-burning country, and SO2 emitted from coal burning has become the main pollutant affecting the air quality in Chinese cities. Therefore, boiler f...[Details]
-
The 5G wave, artificial intelligence, and the Internet of Everything are accelerating the formation of a borderless smart life circle. With the huge number of personal privacy, cloud services, big da...[Details]
-
A simple program modified based on the Battleship development board that can adjust the frequency and duty cycle at the same time. span style="font-size:18px;" void TIM3_PWM_Init(u16 arr,u16 psc) ...[Details]
-
Recently, the team led by Wang Haomin, a researcher at the Shanghai Institute of Microsystem and Information Technology, Chinese Academy of Sciences, has made new progress in the research on hexagona...[Details]
-
Speaking of shake sticks, everyone should be familiar with them, but this shake stick uses a 20-pin STC11F04 microcontroller to control 32 light-emitting diodes. It can display about 13 groups of...[Details]
-
The research team tested the capacity loss of lithium-ion button batteries over time. Image credit: University of Colorado Boulder
Batteries lose capacity over time, which is why old...[Details]
-
1 Introduction
Pulse meter is a common electronic electricity meter on the user side of the power system. For remote electronic meter reading system, reliable and accurate measurement of pulse me...[Details]
-
According to the TechNews, Japan's tightening of export controls on three types of semiconductor materials to South Korea may severely damage South Korea's semiconductor and panel industries, which h...[Details]
-
The cross-compilation process is the same as the previous one, but some modifications need to be made during configuration.
1. Install zlib
Compile zlib with the cross-compilation tool an...[Details]