-
1. Introduction to control chips
Autonomous driving chips refer to SoC chips that can achieve high-level autonomous driving. As a general-purpose processor, CPU is suitable for processing a mo...[Details]
-
Recently, the news that Huawei HiSilicon's LTE Cat4 platform Balong 711 was publicly available has caused heated discussions. However, industry insiders believe that it is a bit of an exaggeration. ...[Details]
-
The first two issues of this magazine gave DIY plans for making digital oscilloscopes. The first article focused on LCD graphics display, and the second article introduced analog signal conditionin...[Details]
-
Solid-state batteries use solid electrodes such as lithium metal and solid electrolytes, which usually have high energy density and can avoid the risk of fire. However, the interface between the soli...[Details]
-
With the advancement of science and technology, power quality has become the basis for the normal and good operation of various electrical equipment. A continuous research topic in the field of pow...[Details]
-
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
-
Providing the Basis for Smart Grids
"The application of electricity meters and the access to automatic data collection devices provide detailed and timely line network loss data support fo...[Details]
-
Cutting-edge electronics, including electric cars and our latest smartphones, rely on batteries whose chemistries are still largely developed manually through human trial and error. Now, a new stud...[Details]
-
1. Solution design: 1.1 Device selection: The hc-sr04 ultrasonic module has the characteristics of high detection distance accuracy, stable performance and small blind area, which can make the distan...[Details]
-
Intel announced earlier this week that they have begun shipping their first batch of new Agilex FPGAs to early access customers. This brings the competition between the two largest FPGA vendors into ...[Details]
-
#include
#include
#define uint unsigned int
#define uchar unsigned char
void delay(uint x )
{
uint i,j;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
void main() ...[Details]
-
I hope this will be helpful to those who are using LCD screens for the first time.
#include reg52.h
#include intrins.h // Declared void _nop_(void)
#include zhicu.h
#define uchar unsigned ch...[Details]
-
HTC VIVE officially released a tweet on March 5, warming up the upcoming new VR head-mounted display. The picture shows a close-up of the logo, and it can be seen that the display surface is ma...[Details]
-
With smart homes, consumers have embraced the concept of automating home functions with the convenience of an internet connection, especially in today's pandemic situation. Gone are the days of manua...[Details]
-
One of the biggest challenges facing verification teams using field-programmable gate array (FPGA)-based prototypes is understanding the internal behavior of the prototype system when it does not p...[Details]