* The response frequency is an average value. Measurement conditions are as follows: standard sensing object, a distance of twice the standard sensing object, and
a set distance of half the sensing distance.
Common Ratings and Performance
Model
Item
Detectable object
Power supply voltage
(operating voltage range)
Leakage current
Indicators
Ambient humidity range
Insulation resistance
Dielectric strength
Vibration resistance
Degree of protection
Case
Materials
Sensing surface
Clamping nuts
Toothed washer
Accessories
E2EQ-X4X1
E2EQ-X4X1-M1(T)J
E2EQ-X3D1
E2EQ-X3D1-M1(T)GJ
E2EQ-X8X1
E2EQ-X8X1-M1(T)J
E2EQ-X7D1
E2EQ-X7D1-M1(T)GJ
E2EQ-X15X1
E2EQ-X15X1-M1(T)J
E2EQ-X10D1
E2EQ-X10D1-M1(T)GJ
Ferrous metal (The sensing distance decreases with non-ferrous metal. Refer to
Engineering Data
on page
4.)
12 to 24 VDC (10 to 30 VDC), ripple (p-p): 10% max.
RT... The assembly toy my nephew's school gave me has a wireless remote control, but I don't see any wireless module:Sweat: I don't know much about electronics, so it's very difficult for my nephew. H...
I am new to embedded driver development. The project leader wants me to write a UART driver and a PCM driver. I hope all the driver experts can give me some advice on how to write a PCM interface driv...
I wrote a virtual character driver. It compiled fine, but when I imported it as a module, I got the following error message: unresolved symbol DECLARE_WAIT_QUEUE Below is the source code. Please help ...
International Solar Photovoltaic Network News: Chinese inverter company Sungrow announced that it will build a 3GW photovoltaic inverter manufacturing plant in Bangalore, the capital of Karnataka, ...[Details]
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
In the war without gunpowder between China and the United States,
ZTE
has become a new victim. The seven-year chip ban by the United States has pushed this communications giant to a life-or...[Details]
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
After searching a lot of information, I finally understood the time base timer. I did not use any library functions but operated the registers directly. The following introduces the systick in STM32...[Details]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
China Energy Storage Network News:
The State Grid Corporation of China, this elephant, is planning to turn around and enter the emerging power service market.
The rallying cry for the tr...[Details]
When designing a product, if the application environment's requirements for power isolation are not considered, the product will be unstable due to improper design, and even high voltage may damage t...[Details]
Leading Chinese PV inverter manufacturer Huawei said it is supplying string inverters to a 75MW fully digital utility-scale solar project in Brazil, which it claims is the first of its kind in the cou...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
The analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]
ADC: 1. The ADC module inside STM32 has three ADC1, ADC2, and ADC3, which are independent of each other, so synchronous sampling can be performed. 2ADC input clock must not exceed 14MHz, it is genera...[Details]
12864 LCD parallel port driver is more commonly used, but considering that sometimes the IO port of the microcontroller or MCU is limited, the serial driver method can be used. The following is ...[Details]