BRR*: Cap spring loaded dust cap for ERA,ERN and EG receptacle or PSA and PK fixed
receptacle
No keying
PSU (Polysulfone) shell and collet nut, nickel plated brass latch sleeve and mid pieces
: 0 - 0 mm
N : Black
Performance
Configuration
Insulator
Rated Current
Others
LEMO products and services are provided “as is”. LEMO makes no warranties or representations with regard to LEMO product & services or use of
them, express, implied or statutory, including for accuracy, completeness, or security. The user is fully responsible for his products and applications
using LEMO components.
1/3
Endurance (Shell): 5000 mating cycles
Temp (min / max): -50°C / +150°C
Axes material: Nickel-plated brass
Maximum operating temperature: 100°C
Watertightness: IP61 according to IEC 60529
IP Rating: 61
DRAWINGS
Draws
Dimensions
A
mm.
in.
11
0,43
B
13.3
0,52
C
9
0,35
E
5.8
0,23
L
5
0,20
M
1.2
0,05
N
15.3
0,60
RECOMMENDED BY LEMO
Tools
None
Cables
121 221
131 221
151 221
LEMO products and services are provided “as is”. LEMO makes no warranties or representations with regard to LEMO product & services or use of
them, express, implied or statutory, including for accuracy, completeness, or security. The user is fully responsible for his products and applications
using LEMO components.
2/3
161 221
LEMO products and services are provided “as is”. LEMO makes no warranties or representations with regard to LEMO product & services or use of
them, express, implied or statutory, including for accuracy, completeness, or security. The user is fully responsible for his products and applications
I developed a program for making and receiving calls in Windows mobile 6 using TAPI. After receiving 3 rings, I executed the lineAnswer function to answer the call, but it didn't work. How can I autom...
I used the gcc that comes with Redhat to compile a program on my PC. When I changed it to arm-elf-gcc, I encountered the error message "carriage return in preprocessing directive" when processing the ...
Using dynamic scanning and timer 1, the digital tube displays a number starting from 765432 and decreasing at a speed of 1/10 second until it reaches 765398 and keeps displaying this number. At the sa...
Now I want to make a long-distance card reader application, hoping to read all the card numbers within a range of 3m. The main problems now are: 1. The card actively sends data, and the card reader is...
Now the PPPoE Internet access prompts that the access concentrator is not responding. There have been errors such as no carrier signal detection before. I have also seen similar problems in the forum,...
The Sino-US trade war has already started. Trump's series of actions have had a negative impact on the global economy, such as increasing tariffs on Chinese companies and restricting domestic compa...[Details]
In the past few days, the Chinese display panel giant
BOE
has been flooded with articles supported by Liu Shuwei. Let's follow the embedded editor to learn about the relevant content.
...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
Unique device identifiers are suitable for: ● Used as a serial number (e.g. USB string serial number or other terminal applications) ● Use the unique ID as a security key when used in conjunction wit...[Details]
In simple terms, high-end chips solve many complex problems, mid-range chips solve a single complex problem, and low-end chips solve a simple problem. Let's learn more about the relevant content wi...[Details]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
0. Preparation First use st-link to connect the stm32 core board and PC for burning St-link Stm32 3.3V 3.3V GND GND SWDIO PART SWCLK DCLK Then connect with USB serial port board to v...[Details]
LAN8720 test code arrangement 1. Modified based on two projects, namely "Experiment 55 Network Communication Experiment" of Zhengdian Atom ATK and "STSW-STM32070" routine of ST official The hardware ...[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]
1. Basic Concepts of LCD/LCM The structure of Liquid Crystal Display (LCD) is to place liquid crystals between two parallel pieces of glass. There are many vertical and horizontal fine wires between...[Details]
The F1 racetrack is roaring with engines, and a fierce F1 race is about to begin. I am not a fan of racing cars, and I have nothing to do with this world, but
I spent a special day here
because...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
Summary of STM32 peripheral DMA usage: 1. Select DAM mode according to your needs: (1) Circular mode—DMA_Mode = DMA_Mode_Circular (2) Normal mode—DMA_Mode = DMA_Mode_Normal 2. For Chanel3 of DMA1, t...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]
The key is the configuration of registers. The T1 timer (16 bits) of CC2530 needs to configure three registers: T1CTL, T1STAT, IRCON Here is just a brief introduction. For more details, please refer ...[Details]