EEWORLDEEWORLDEEWORLD

Part Number

Search

1812N330J202NT

Description
Ceramic Capacitor, Multilayer, Ceramic, 2000V, 5% +Tol, 5% -Tol, NP0, -/+30ppm/Cel TC, 0.000033uF, 1812,
CategoryPassive components    capacitor   
File Size136KB,14 Pages
ManufacturerPILKOR Electronics Co., Ltd.
Environmental Compliance
Download Datasheet Parametric View All

1812N330J202NT Overview

Ceramic Capacitor, Multilayer, Ceramic, 2000V, 5% +Tol, 5% -Tol, NP0, -/+30ppm/Cel TC, 0.000033uF, 1812,

1812N330J202NT Parametric

Parameter NameAttribute value
Is it Rohs certified?conform to
Objectid817066888
package instruction, 1812
Reach Compliance Codeunknown
ECCN codeEAR99
YTEOL0
capacitance0.000033 µF
Capacitor typeCERAMIC CAPACITOR
Custom functionsOther Size,Cap,Volt &13" Reel Available
dielectric materialsCERAMIC
high1.2 mm
length4.5 mm
multi-layerYes
negative tolerance5%
Number of terminals2
Maximum operating temperature125 °C
Minimum operating temperature-55 °C
Package formSMT
method of packingTR
positive tolerance5%
Rated (DC) voltage (URdc)2000 V
series1812N(2KV)
size code1812
Temperature characteristic codeNP0
Temperature Coefficient30ppm/Cel ppm/°C
width3.2 mm
MULTILAYER CERAMIC CHIP CAPACITORS
1005(0402) / 1608(0603) / 2012(0805) / 3216(1206) / 3225(1210) / 4532(1812) Series
Features
1.
2.
3.
4.
5.
Low equivalent series resistance(ESR) provides excellent noise absorption characteristics.
Higher permissible ripple current values.
Smaller case sizes relative to rated voltage.
Multilayered ceramic construction provides high reliability.
Miniature size : 1005(0402)/1608(0603)/2012(0805)/3216(1206)/3225(1210)/4532(1812)
Applications
1.
2.
3.
4.
5.
Filtering capacitors.
Power supply bypass capacitors.(LSI, IC, Converters)
General electronic equipment.
Smoothing capacitors.(DC-DC Converters, Switching power supplies)
PC, PCS, CDMA, Camcorder, TV, VCR etc.
Ordering Information
CODE: 0805
(1)
(1) Size Code
See Catalogue for Chip Sizes
Code is L X W(in inch)
0805 = 0.08” 0.05”
X
N 101 J
500 N T
(2) (3) (4) (5) (6) (7)
(2) Dielectric
N=COG(NPO)
B=X7R
F=Y5V
(3) Capacitance(Picofarads)
Two Significant Digits
followed by no. of zeros
101=100pF
102=1000pF
152=1500pF
103=10000pF
(5) Voltage(VDCW)
(4) Capacitance Tolerance(EIA CODE)
Two Significant Digits
B=±0.1pF
B, C for Cap 5pF
followed by no. of zeros
C=±0.25pF
D for 5pF Cap 10pF
D=±0.50pF
NPO : B,C,D,J,K,M
(6) Termination
F=±1.0%
X7R : J,K,M
N=Nickel Barrier
G=±2.0%
Y5V : M,Z
P=Silver/Palladium
H=±3.0%
J =±5.0%
(7) Packaging Code
K=±10%
No Code=Bulk
M
=±20%
T=Reel
Z=-20%+80%
Typical Material Characteristics
Capacitance & Tolerance
1R0 = 1.0pF
100 = 10pF
101 = 100pF
102 = 1000pF = 1nF
103 = 10000pF = 10nF
104 = 100nF
105 = 1000nF = 1uF
106 = 10000nF = 10uF
B =
±0.1pF
(Cap 5pF)
C =
±0.25pF
(Cap 5pF)
D =
±0.5pF
(5pF Cap 10pF)
J =
±5%
K =
±10%
M =
±20%
Z = -20%+80%
NPO
X7R
Y5V
1RO ~ 103
101 ~ 105
103 ~ 106
B, C, D, J, K
J, K, M
M, Z
Shape and Dimensions
unit:mm[inch]
Dimension
L
W
B
1005
1608
2012
3216
3225
4532
1.00±0.05
1.60±0.07
2.00±0.15
3.20±0.15
3.20±0.30
4.50±0.40
[0.040±0.002]
[0.063±0.004] [0.080±0.006] [0.125±0.006] [0.125±0.012] [0.180±0.015]
0.50±0.05
0.80±0.07
1.25±0.15
1.60±0.15
2.50±0.20
3.20±0.30
[0.020±0.002]
[0.030±0.004] [0.050±0.006] [0.063±0.006] [0.100±0.008] [0.125±0.012]
0.25+0.05/-0.10
0.40±0.15
0.50±0.20
0.60±0.20
0.75±0.25
0.75±0.25
[0.010+0.002/-0.004] [0.015±0.006] [0.020±0.008] [0.025±0.008] [0.030±0.010] [0.030±0.010]
43
… http://www.pilkor.co.kr
【Silicon Labs Development Kit Review】+ Get familiar with the development environment and download the breathing light routine
[i=s]This post was last edited by hello_mcu on 2021-8-9 22:26[/i]1. OverviewThis is my first time to experience silicon chips. I applied for the EFM32PG22 development board, which is very small but ha...
hello_mcu Development Kits Review Area
About the problem of nandflash driver code in wince5.0
The nandflash driver in wince5.0 is divided into two layers: FAL+FMD. FMD is the interface function for nandflash, while the interface with the filesystem layer is implemented in the FAL layer. Where ...
ziranyouxin Embedded System
Principle of single chip microcomputer: reset circuit of AT89C52 single chip microcomputer
[size=4] For AT89C52 to work, three circuits are essential, one is the clock circuit; the second is the reset circuit; the third is the power supply circuit. Today, I will take the STC89C52 microcontr...
bqgup Creative Market
Regarding saving images
TCHAR szFilters[]=_T("Bitmap file (*.bmp)|*.bmp||"); I saw this line of code in the program for saving images, but I don’t know what it means. If you know, please tell me~~~~~ Thank you!!!...
xiongjunfeng Embedded System
IAR problem
What is the reason for the following prompt when debugging the program with iar?...
蓦然回首qbb ARM Technology
Question about void main()
I have seen this method of defining functions in books, such as P193, but is there a problem with this method? Please refer to this article [url]http://tieba.baidu.com/p/311373516[/url]...
nydragon Microcontroller MCU

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2321  2307  2444  2367  1906  47  50  48  39  19 
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号