EEWORLDEEWORLDEEWORLD

Part Number

Search

8822LDM2525LPN58F0

Description
CAP,AL2O3,8.2MF,25VDC,20% -TOL,20% +TOL
CategoryPassive components    capacitor   
File Size658KB,4 Pages
ManufacturerFenghua (HK) Electronics Ltd.
Download Datasheet Parametric View All

8822LDM2525LPN58F0 Overview

CAP,AL2O3,8.2MF,25VDC,20% -TOL,20% +TOL

8822LDM2525LPN58F0 Parametric

Parameter NameAttribute value
ECCN codeEAR99
Is SamacsysN
YTEOL6
package instruction,
Reach Compliance CodeUnknown
Country Of OriginMainland China
Objectid1194679213
dielectric materialsALUMINUM (WET)
Installation featuresCHASSIS MOUNT
positive tolerance20%
ripple current2800 mA
capacitance8200 µF
Capacitor typeALUMINUM ELECTROLYTIC CAPACITOR
negative tolerance20%
polarityPOLARIZED
Rated (DC) voltage (URdc)25 V
diameter25 mm
length25 mm
Number of terminals2
Package formRadial
method of packingBulk
surface mountNO
Terminal shapeLUG
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
; 6 A +6 6 8  78

2
2
3
3

5
9
3

2
2
A
-
2
3

2
3








23
='$& 1 '>

+!
1 '>

6


.
-('>4" 
23
5
2
1
7$ 8 2




7
3
5

 #?> 

B8

0
-(
'>4"
2
:
3
;
233
9.
223
98
23
90
2
9;
23
95
23
94
33
91
3
9:
3
9
3
97
33
99
9-
23
2
9
3
92
3
95

9<
=.
33
=5
3
33
=1

=
"
8$
1 !" 8" 2 '

1 !" 8" 1 '>

8 8&
1 D 2345
8
 " $
!'
8#?'4$
>
% 7!(
##>
% 8
1 23456
8
1 723

!"

$
3
45
245

45
45
345
3345
33345
333345
245
45
45
8 
28 3
8 
3
2



2.
.
.
 8#
'8#
79
7 +!

7 +!

  +!
7
7
722

7
72
2373
273
2
7
273
2
72
27
2
7
27
2
73
27
2
7
273
7
73
7233
73
373
3723
7233
723
3723
3723
+'$
(8" 1 '>
:
E
23E
/
3
=
23
E
3E
9
3

23
E
3
+
23
E

!"

$
.
1 '>
33
33
. . 3
33
322
. . 3
32
233
23
. 5 
23
.  2
2
. 1 
2
. 73
2
. 5
23

. 33
. 233
533
5 33
5 23
1 233
0 23
 23
723
+(
> ( 1 '>
*
; 2 6 = .
2
1 (8$1 '> 1 '>
8

2



5
-7+

7
-7+
23
22
> 5' +!
8&

 1 ? 
! !
9 @  
 
 +!

9 @  
 
 +!

9 @  3

> B
'( 8&
9 @ 

 +!

'(8
8$

!9C( "$ !



> B
'(
8&
1 > B
'( 8&
5
5$
> B
'( 8&
9 @  

> B
'( 8&
7
5

5 4$
*
1 '>
3
+
.
8
:
5
-
9
1
5



(

#
A -
9

/
1 '>
A -
9

/

$

C 1 '$
'(
5$
"*
 (*F%$
4
%$
4
4$'G
$
-4(!$

5$
"*F&(
8
5 ('G 8
0 (8
1 '>
3
2






1'> #  G ? 
 ?
#(#6  ( (
> $ B 8"
>
" &4
$
-.1 /.0 1 0
2
56 )7

.2  1 .8+6 2

 1 72

1 2

9

9
6
2
2


5 '7

2
1 ('8

-.1 /.0 1 0  3 .2 +1
2
+4
9



  7
!"# !$ %&
#"
 48

!$ %&# %'7
#"
%'7# "( '8

*!"# %'7
1 ('8



3
3


2333


33

 2
23
3
2

33
3
3

     22   22 2 2  2 2 2
3
2 23 23
 23
23

2
23
23
 3 2 3   2 3 2 3 3  3  3  3  3
233
23
3
233
3
233
3
3

23


23
23 23 


23

2

23 23

2
3 3 3  3 3
23*



23 
2))
*


 

2*
+! 48 ,48
8&
8

0
Learn PIC24 AD conversion
When I just started, I downloaded the technical documentation of pic24AD from the official website and read its register configuration for a long time, hoping to know all the functions of the AD modul...
512213634 Microchip MCU
What is the exit number of the POS machine?
Is there any function that can directly read the exit number of the POS machine?...
zhpuffin Embedded System
The choice of 7-inch LCD screen is really tangled
{:1_122:} As the title says, I am making a QT graphical interface using a TX2440A development board. The development board comes with a 3.5-inch screen, but because the screen is too small to fit the ...
郑小气聋子 ARM Technology
Help: An S60 installation problem
I installed S60 SDK, of course, the early activeperl and JRE are also installed. The abld build is also successful, but why can't the simulator open? I checked the process running table and EPOC.EXE o...
neckfully Embedded System
Playing "Two Tigers" with MSP430 LaunchPad
[font=微软雅黑][color=#333333]Use MSP430 LaunchPad to play "Two Tigers"[/color]{:1_144:} [color=#909090] [/color] [color=#909090]Electronic keyboard made of MSP430G2553's PinOsc touch buttons[/color][/fon...
maylove Microcontroller MCU
About the indirect addressing problem of C8051F series microcontroller
In traditional microcontrollers, MOV R0,50H MOV A,@R0 INC R0 MOV A,@R0 can be used to transfer the content of 51H to A. Why can't the same procedure be used in C8051F series microcontrollers?...
sanny777 Embedded System

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2375  2642  1165  580  2258  48  54  24  12  46 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号