-
Home glucose monitoring systems use amperometry. In amperometry solutions, the sensor uses glucose oxidase to measure the current generated by a chemical reaction. To remove external noise, what solut...[Details]
-
Because the pulse circuit of the tunnel diode has a simple structure, fast change speed and low power consumption, it is widely used in high-speed pulse technology. Tunnel diodes can be used to fo...[Details]
-
From October 23 to 24, the Melbourne-based Gotion High-Tech Australia branch brought a variety of automotive and energy storage battery products to the show. At the Melbourne Convention and Exhibit...[Details]
-
Zeiss industrial CT scanning is now widely used in the aviation and aerospace fields, including aluminum alloys, magnesium-titanium alloys and high-temperature alloys. Compared with casting and bla...[Details]
-
This article mainly consists of two parts: one is the introduction and installation of the STM32 development environment MDK-ARM, and the other is the download and configuration of the STM32 official...[Details]
-
Three methods of motor speed regulation
The three methods of motor speed regulation are as follows:
Mechanical speed control method: Change the motor speed through a mechanical transmissi...[Details]
-
On April 9, the implementation of the 2020 "no application required" policy funds for high-tech enterprises in Laoshan District has officially started. According to the "Implementation Rules for Acc...[Details]
-
The 6kV 1400kW primary wind turbine uses variable frequency control. After one year of operation, one of the turbines had an "IOC" signal, and the high-voltage inverter tripped. We studied solution...[Details]
-
Waymo calls their robot cars "the most experienced drivers in the world." The implication is that our drivers aren't good enough. On April 1, Alphabet will launch Waymom, a company dedicated...[Details]
-
principle: Because there are 8 digital tubes, we must use a 38-bit decoder to save the resources of the microcontroller. Here we will briefly introduce the principle of the 38-bit decoder, and then...[Details]
-
Gas detector is a commonly used gas concentration detection instrument, suitable for dangerous places where flammable or toxic gases exist, and is widely used in the fields of petroleum, chemical indu...[Details]
-
/*Receive*/
#include reg52.h
void InitUART(void)
{
TMOD = 0x20;
SCON = 0x50; //
TH1 = 0xF3;
TL1 = TH1;
PCON = 0x80;
EA = 1;
ES = 1;
TR1 = 1;
}
v...[Details]
-
0 Preface
With the process of urbanization, the distance of people's lives is constantly expanding. The popularity of electric vehicles that replace fuel vehicles and bicycles has greatly impro...[Details]
-
51 single-chip microcomputer, count overflow, CPU responds to interrupt, during the execution of the interrupt function, whether the counter has been cleared to 0 to start counting, or wait until the ...[Details]
-
The difference between torque monitoring and collision detection:
The tolerance range is not determined automatically but must be defined by the user.
The tolerance range only relates to ...[Details]